|
VSTGUI
3.6
|
#include <TutorialVST2Effect.h>
Inheritance diagram for TutorialVST2Effect: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 | ||
| ) |
|
protected |
1.8.7