canDo(char *text) | VstPlugin | |
copyProgram(VstInt32 destination) | VstPlugin | |
effectName | VstPlugin | [private] |
eventNumArray | VstPlugin | [private] |
frames | VstPlugin | [private] |
getEffectName(char *name) | VstPlugin | |
getGetTailSize() | VstPlugin | |
getInputProperties(VstInt32 index, VstPinProperties *properties) | VstPlugin | |
getOutputProperties(VstInt32 index, VstPinProperties *properties) | VstPlugin | |
getParameter(VstInt32 index) | VstPlugin | |
getParameterDisplay(VstInt32 index, char *text) | VstPlugin | |
getParameterLabel(VstInt32 index, char *label) | VstPlugin | |
getParameterName(VstInt32 index, char *text) | VstPlugin | |
getPlugCategory() | VstPlugin | |
getProductString(char *text) | VstPlugin | |
getProgramName(char *name) | VstPlugin | |
getProgramNameIndexed(VstInt32 category, VstInt32 index, char *text) | VstPlugin | |
getVendorString(char *text) | VstPlugin | |
getVendorVersion() | VstPlugin | |
getVu() | VstPlugin | |
maxNumEvents enum value | VstPlugin | [private] |
MIDI_CC(int ch, int num, int val, int delta) | VstPlugin | [private] |
MIDI_ChannelAftertouch(int ch, int val, int delta) | VstPlugin | [private] |
MIDI_NoteOff(int ch, int note, int val, int delta) | VstPlugin | [private] |
MIDI_NoteOn(int ch, int note, int val, int delta) | VstPlugin | [private] |
MIDI_PitchBend(int ch, int x1, int x2, int delta) | VstPlugin | [private] |
MIDI_PolyAftertouch(int ch, int note, int val, int delta) | VstPlugin | [private] |
MIDI_ProgramChange(int ch, int val, int delta) | VstPlugin | [private] |
midiEvent | VstPlugin | [private] |
numEvents | VstPlugin | [private] |
numPendingEvents | VstPlugin | [private] |
numPrograms enum value | VstPlugin | [private] |
parameters | VstPlugin | [private] |
process(float **inputs, float **outputs, VstInt32 sampleFrames) | VstPlugin | |
processEvents(VstEvents *events) | VstPlugin | |
processMIDI(VstInt32 pos) | VstPlugin | [private] |
processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) | VstPlugin | |
programs | VstPlugin | [private] |
resume() | VstPlugin | |
samplerate | VstPlugin | [private] |
setParameter(VstInt32 index, float value) | VstPlugin | |
setProgram(VstInt32 program) | VstPlugin | |
setProgramName(char *name) | VstPlugin | |
suspend() | VstPlugin | |
tempEvents | VstPlugin | [private] |
tempo | VstPlugin | [private] |
vendorName | VstPlugin | [private] |
versionNumber enum value | VstPlugin | [private] |
VstPlugin(audioMasterCallback audioMaster) | VstPlugin | |
~VstPlugin() | VstPlugin | |