1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-03 05:04:24 +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

@@ -25,7 +25,7 @@ class wxRadioButton;
class wxSizeEvent;
class SelectionBarListener;
class TimeTextCtrl;
class NumericTextCtrl;
class SelectionBar:public ToolBar {
@@ -78,11 +78,11 @@ class SelectionBar:public ToolBar {
double mStart, mEnd, mAudio;
wxString mField[10];
TimeTextCtrl *mLeftTime;
TimeTextCtrl *mRightTime;
NumericTextCtrl *mLeftTime;
NumericTextCtrl *mRightTime;
wxRadioButton *mRightEndButton;
wxRadioButton *mRightLengthButton;
TimeTextCtrl *mAudioTime;
NumericTextCtrl *mAudioTime;
wxComboBox *mRateBox;
wxChoice *mSnapTo;