|
VST 3 Examples
VST 3.7
SDK for developing VST plug-in
|
#include <mdaBandistoController.h>
Inheritance diagram for BandistoController:Public Types | |
| enum | ParameterIDs { kParam0, kParam1, kParam2, kParam3, kParam4, kParam5, kParam6, kParam7, kParam8, kParam9, 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, 0x302EA341, 0xB6AC46C6, 0xB54D65E5, 0x95E63FAB) |
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 |
| ~BandistoController | ( | ) |
Reimplemented from EditController.
|
virtual |
Reimplemented from EditControllerEx1.
|
virtual |
Reimplemented from EditController.
|
virtual |
Reimplemented from EditController.
|
inlinestatic |
|
inlinestatic |