mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Support Spectral Selection and Spectrogram mode in Automation.
This commit is contained in:
committed by
Paul Licameli
parent
3c5468a1c8
commit
a2eb8cdae3
@@ -44,6 +44,10 @@ public:
|
||||
double mGain;
|
||||
int mColour;
|
||||
int mHeight;
|
||||
int mDisplayType;
|
||||
int mScaleType;
|
||||
bool bSpectralSelect;
|
||||
bool bGrayScale;
|
||||
bool bSelected;
|
||||
bool bFocused;
|
||||
bool bSolo;
|
||||
@@ -55,6 +59,10 @@ public:
|
||||
bool bHasGain;
|
||||
bool bHasColour;
|
||||
bool bHasHeight;
|
||||
bool bHasDisplayType;
|
||||
bool bHasScaleType;
|
||||
bool bHasSpectralSelect;
|
||||
bool bHasGrayScale;
|
||||
bool bHasSelected;
|
||||
bool bHasFocused;
|
||||
bool bHasSolo;
|
||||
|
Reference in New Issue
Block a user