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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user