#include <TutorialVST2Effect.h>
Public Member Functions | |
TutorialVST2Effect (audioMasterCallback audioMaster) | |
void | processReplacing (float **inputs, float **outputs, VstInt32 sampleFrames) |
void | setParameter (VstInt32 index, float value) |
float | getParameter (VstInt32 index) |
Protected Attributes | |
float | parameters [kNumParameters] |
TutorialVST2Effect | ( | audioMasterCallback | audioMaster | ) |
float getParameter | ( | VstInt32 | index | ) |
void processReplacing | ( | float ** | inputs, | |
float ** | outputs, | |||
VstInt32 | sampleFrames | |||
) |
void setParameter | ( | VstInt32 | index, | |
float | value | |||
) |
float parameters[kNumParameters] [protected] |