|
VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <mdaDegradeController.h>
Inheritance diagram for DegradeController:Public Types | |
| enum | ParameterIDs { kParam0, kParam1, kParam2, kParam3, kParam4, kParam5, 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 std::vector< IPtr< Unit > > | UnitVector |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Member Functions inherited from EditController | |
| static KnobMode | getHostKnobMode () |
Static Public Attributes | |
| static FUID | uid |
Static Public Attributes inherited from BaseController | |
| static const TChar | kMicroSecondsString [] = {0x00b5, 0x0073, 0x0} |
Static Public Attributes inherited from EditController | |
| static KnobMode | hostKnobMode |
Static Public Attributes inherited from IPluginBase | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Static Public Attributes inherited from IConnectionPoint | |
| static const FUID | iid |
Static Public Attributes inherited from IEditController | |
| static const FUID | iid |
Static Public Attributes inherited from IEditController2 | |
| static const FUID | iid |
Static Public Attributes inherited from IUnitInfo | |
| static const FUID | iid |
Static Public Attributes inherited from IMidiMapping | |
| static const FUID | iid |
Additional Inherited Members | |
Data Fields inherited from BaseController | |
| void **obj | SMTG_OVERRIDE |
Data Fields inherited from EditControllerEx1 | |
| OBJ_METHODS(EditControllerEx1, EditController) DEFINE_INTERFACES DEF_INTERFACE(IUnitInfo) END_DEFINE_INTERFACES(EditController) REFCOUNT_METHODS(EditController) protected typedef std::map < ProgramListID, ProgramListVector::size_type > | ProgramIndexMap |
| UnitVector | units |
| ProgramListVector | programLists |
| ProgramIndexMap | programIndexMap |
| UnitID | selectedUnit |
Data Fields inherited from EditController | |
| OBJ_METHODS(EditController, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE(IEditController) DEF_INTERFACE(IEditController2) END_DEFINE_INTERFACES(ComponentBase) REFCOUNT_METHODS(ComponentBase) protected IComponentHandler2 * | componentHandler2 |
| ParameterContainer | parameters |
Protected Member Functions inherited from BaseController | |
| double | getSampleRate () const |
Protected Attributes inherited from BaseController | |
| int32 | midiCCParamID [kCountCtrlNumber] |
| double | sampleRate |
| bool | addBypassParameter |
| enum ParameterIDs |
| ~DegradeController | ( | ) |
Reimplemented from BaseController.
|
virtual |
Reimplemented from EditController.
|
virtual |
Reimplemented from EditController.
|
virtual |
Reimplemented from EditController.
|
inlinestatic |
|
static |