| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include <mdaDetuneController.h>
 Inheritance diagram for DetuneController:
 Inheritance diagram for DetuneController:| Public Types | |
| enum | ParameterIDs { kParam0, kParam1, kParam2, kParam3, kNumParams } | 
|  Public Types inherited from BaseController | |
| enum | { kMagicNumber = 9999999, kBypassParam = 'bpas', kPresetParam = 'prst', kModWheelParam = 'modw', kBreathParam = 'brth', kCtrler3Param = 'ct03', kExpressionParam = 'expr', kPitchBendParam = 'pitb', kSustainParam = 'sust', kAftertouchParam = 'aftt' } | 
|  Public Types inherited from EditControllerEx1 | |
| typedef (EditControllerEx1, EditController) DEFINE_INTERFACES DEF_INTERFACE(IUnitInfo) END_DEFINE_INTERFACES(EditController) REFCOUNT_METHODS(EditController) protected std::map < ProgramListID, ProgramListVector::size_type > | ProgramIndexMap | 
| typedef std::vector< IPtr< Unit >> | UnitVector | 
| Static Public Member Functions | |
| static FUnknown * | createInstance (void *) | 
| static | DECLARE_UID (uid, 0xCE5E213E, 0xE1B74D02, 0x92FF66C6, 0x3DCF27C8) | 
| Additional Inherited Members | |
|  Public Attributes inherited from BaseController | |
| void **obj | SMTG_OVERRIDE | 
|  Static Public Attributes inherited from BaseController | |
| static const TChar | kMicroSecondsString [] = {0x00b5, 0x0073, 0x0} | 
|  Protected Member Functions inherited from BaseController | |
| double | getSampleRate () const | 
|  Protected Attributes inherited from BaseController | |
| int32 | midiCCParamID [kCountCtrlNumber] | 
| double | sampleRate | 
| bool | addBypassParameter | 
| enum ParameterIDs | 
| DetuneController | ( | ) | 
| ~DetuneController | ( | ) | 
Reimplemented from BaseController.
| 
 | virtual | 
Reimplemented from EditControllerEx1.
| 
 | virtual | 
Reimplemented from EditController.
| 
 | virtual | 
Reimplemented from EditController.
| 
 | inlinestatic | 
| 
 | inlinestatic |