mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Paul Licameli's Spectral Editing Patch.
This relies on three new nyquist scripts to actually do the editing. The peak-snapping code in FrequencyWindow has been extracted into a new class, SpectrumAnalyst, to provide peak-snapping in spectrogram too.
This commit is contained in:
@@ -401,7 +401,7 @@ class AUDACITY_DLL_API WaveTrack: public Track {
|
||||
mLastDisplay=mDisplay; // remember last display mode for wave and wavedb so they can remap
|
||||
mDisplay = display;
|
||||
}
|
||||
int GetDisplay() {return mDisplay;}
|
||||
int GetDisplay() const {return mDisplay;}
|
||||
int GetLastDisplay() {return mLastDisplay;}
|
||||
|
||||
void GetDisplayBounds(float *min, float *max);
|
||||
|
||||
Reference in New Issue
Block a user