![]() |
Audacity 3.2.0
|
#include "LV2Editor.h"#include "effects/StatelessPerTrackEffect.h"#include "LV2EffectMeter.h"#include "LV2Instance.h"#include "LV2Wrapper.h"#include "ShuttleGui.h"#include <wx/button.h>#include <wx/checkbox.h>#include <wx/choice.h>#include <wx/dialog.h>#include <wx/sizer.h>#include <wx/stattext.h>#include <wx/textctrl.h>#include <wx/scrolwin.h>#include "../../widgets/valnum.h"#include "../../widgets/NumericTextCtrl.h"#include <gtk/gtk.h>Go to the source code of this file.
Enumerations | |
| enum | { ID_Duration = 10000 , ID_Triggers = 11000 , ID_Toggles = 12000 , ID_Sliders = 13000 , ID_Choices = 14000 , ID_Texts = 15000 } |
| anonymous enum |
| Enumerator | |
|---|---|
| ID_Duration | |
| ID_Triggers | |
| ID_Toggles | |
| ID_Sliders | |
| ID_Choices | |
| ID_Texts | |
Definition at line 124 of file LV2Editor.cpp.