1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Frequency Selection toolbar from Paul Licameli.

Linux/Mac will need new files adding to project, SpectralSelectionBar.cpp, NumericTextCtrl.cpp.
This commit is contained in:
james.k.crook@gmail.com
2014-11-08 15:18:43 +00:00
parent 327bd905de
commit 67d2b274e2
36 changed files with 3050 additions and 2192 deletions

View File

@@ -19,7 +19,7 @@
#include <wx/dynarray.h>
#include "Track.h"
#include "widgets/TimeTextCtrl.h"
#include "widgets/NumericTextCtrl.h"
class TrackClipArray;
@@ -80,7 +80,7 @@ class SnapManager {
SnapPointArray *mSnapPoints;
// Info for snap-to-time
TimeConverter mConverter;
NumericConverter mConverter;
bool mSnapToTime;
};