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