VSTGUI  3.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
TutorialVST2Effect Class Reference

#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]
 

Constructor & Destructor Documentation

TutorialVST2Effect ( audioMasterCallback  audioMaster)

Member Function Documentation

float getParameter ( VstInt32  index)
void processReplacing ( float **  inputs,
float **  outputs,
VstInt32  sampleFrames 
)
void setParameter ( VstInt32  index,
float  value 
)

Member Data Documentation

float parameters[kNumParameters]
protected

The documentation for this class was generated from the following files: