#include <aeffguieditor.h>
Public Member Functions | |
AEffGUIEditor (AudioEffect *effect) | |
~AEffGUIEditor () | |
CFrame * | getFrame () |
virtual void | setParameter (VstInt32 index, float value) |
virtual void | beginEdit (VstInt32 index) |
virtual void | endEdit (VstInt32 index) |
virtual void | doIdleStuff () |
void | wait (unsigned int ms) |
unsigned int | getTicks () |
bool | getRect (ERect **rect) |
void | idle () |
Static Public Member Functions | |
static int | getVstGuiVersion () |
static VstInt32 | getKnobMode () |
Protected Attributes | |
ERect | rect |
unsigned int | lLastTicks |
bool | inIdleStuff |
CFrame * | frame |
Static Protected Attributes | |
static VstInt32 | knobMode = kCircularMode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|