mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02: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:
@@ -14,7 +14,6 @@
|
||||
#define __AUDACITY_EFFECT_TONEGEN__
|
||||
|
||||
#include "Generator.h"
|
||||
#include "../widgets/TimeTextCtrl.h"
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <wx/dialog.h>
|
||||
@@ -22,6 +21,7 @@
|
||||
class wxString;
|
||||
class wxChoice;
|
||||
class wxTextCtrl;
|
||||
class NumericTextCtrl;
|
||||
class ShuttleGui;
|
||||
|
||||
#define __UNINITIALIZED__ (-1)
|
||||
@@ -126,7 +126,7 @@ class ToneGenDialog:public EffectDialog {
|
||||
wxArrayString *interpolations;
|
||||
|
||||
private:
|
||||
TimeTextCtrl *mToneDurationT;
|
||||
NumericTextCtrl *mToneDurationT;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user