![]() |
Audacity 3.2.0
|
#include "VSTEffect.h"#include "VSTEffectOptionsDialog.h"#include "VSTEditor.h"#include "VSTEffectsModule.h"#include "VSTInstance.h"#include "SampleCount.h"#include "ProgressDialog.h"#include "SelectFile.h"#include "ShuttleGui.h"#include "AudacityMessageBox.h"#include "ConfigInterface.h"Go to the source code of this file.
Enumerations | |
| enum | { ID_Duration = 20000 , ID_Sliders = 21000 } |
Functions | |
| wxDEFINE_EVENT (EVT_SIZEWINDOW, wxCommandEvent) | |
| DEFINE_LOCAL_EVENT_TYPE (EVT_UPDATEDISPLAY) | |
Variables | |
| static VSTEffectsModule::Factory::SubstituteInUnique< VSTEffect > | scope |
| anonymous enum |
| Enumerator | |
|---|---|
| ID_Duration | |
| ID_Sliders | |
Definition at line 49 of file VSTEffect.cpp.
| DEFINE_LOCAL_EVENT_TYPE | ( | EVT_UPDATEDISPLAY | ) |
| wxDEFINE_EVENT | ( | EVT_SIZEWINDOW | , |
| wxCommandEvent | |||
| ) |
|
static |
Definition at line 297 of file VSTEffect.cpp.