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

Committing Paul's spectral nagivation commands patch

From:

http://audacity.238276.n2.nabble.com/Patch-spectral-peak-snapping-navigation-commands-td7565648.html
This commit is contained in:
lllucius
2014-12-22 08:03:41 +00:00
parent 65088dc4d2
commit 2c6401b564
4 changed files with 82 additions and 0 deletions

View File

@@ -328,6 +328,9 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
double quietSeekStepPositive, double audioSeekStepPositive);
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
public:
void SnapCenterOnce (WaveTrack *pTrack, bool up);
protected:
void StartSnappingFreqSelection (WaveTrack *pTrack);
void MoveSnappingFreqSelection (int mouseYCoordinate,
int trackTopEdge,