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