#include "VSTEditor.h"
#include "VSTInstance.h"
#include <wx/app.h>
#include <wx/dialog.h>
#include <wx/file.h>
#include <wx/recguard.h>
#include <wx/sizer.h>
#include <wx/scrolwin.h>
#include <wx/stattext.h>
#include <wx/timer.h>
#include "ShuttleGui.h"
#include "../../widgets/NumericTextCtrl.h"
#include "VSTControlMSW.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
ID_Duration | |
ID_Sliders | |
Definition at line 79 of file VSTEditor.cpp.
◆ DEFINE_LOCAL_EVENT_TYPE()
DEFINE_LOCAL_EVENT_TYPE |
( |
EVT_UPDATEDISPLAY |
| ) |
|
◆ OnSize()
static void OnSize |
( |
wxSizeEvent & |
evt | ) |
|
|
static |
◆ wxDEFINE_EVENT()
wxDEFINE_EVENT |
( |
EVT_SIZEWINDOW |
, |
|
|
wxCommandEvent |
|
|
) |
| |