Audacity 3.2.0
Enumerations | Functions | Variables
VSTEffect.cpp File Reference
#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"
Include dependency graph for VSTEffect.cpp:

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< VSTEffectscope
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_Duration 
ID_Sliders 

Definition at line 49 of file VSTEffect.cpp.

50{
51 ID_Duration = 20000,
52 ID_Sliders = 21000,
53};
@ ID_Duration
Definition: VSTEffect.cpp:51
@ ID_Sliders
Definition: VSTEffect.cpp:52

Function Documentation

◆ DEFINE_LOCAL_EVENT_TYPE()

DEFINE_LOCAL_EVENT_TYPE ( EVT_UPDATEDISPLAY  )

◆ wxDEFINE_EVENT()

wxDEFINE_EVENT ( EVT_SIZEWINDOW  ,
wxCommandEvent   
)

Variable Documentation

◆ scope

VSTEffectsModule::Factory::SubstituteInUnique<VSTEffect> scope
static

Definition at line 297 of file VSTEffect.cpp.