1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-13 08:06:32 +01:00

Spectral Selection Toggle (using q key) by Paul Licameli.

This commit is contained in:
james.k.crook@gmail.com
2014-11-29 16:53:28 +00:00
parent 4ed7396b24
commit 2131568876
4 changed files with 34 additions and 5 deletions

View File

@@ -582,6 +582,15 @@ protected:
double mFreqSelPin;
const WaveTrack *mFreqSelTrack;
std::auto_ptr<SpectrumAnalyst> mFrequencySnapper;
// For toggling of spectral seletion
double mLastF0;
double mLastF1;
public:
void ToggleSpectralSelection();
protected:
#endif
Track *mCapturedTrack;