1
0
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:
James Crook
2018-02-15 15:20:04 +00:00
committed by Paul Licameli
parent 3c5468a1c8
commit a2eb8cdae3
4 changed files with 162 additions and 29 deletions

View File

@@ -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;