| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
Example Note Expression Audio Controller + User Interface. More...
#include <note_expression_synth_ui.h>
 Inheritance diagram for ControllerWithUI:
 Inheritance diagram for ControllerWithUI:| Public Types | |
| using | UTF8StringPtr = VSTGUI::UTF8StringPtr | 
| using | IController = VSTGUI::IController | 
| using | IUIDescription = VSTGUI::IUIDescription | 
| using | VST3Editor = VSTGUI::VST3Editor | 
|  Public Types inherited from Controller | |
| enum | NoteExpressionTypeIds { kNoiseVolumeTypeID = kCustomStart, kFilterFreqModTypeID, kFilterQModTypeID, kSinusVolumeTypeID, kTriangleVolumeTypeID, kFilterTypeTypeID, kTriangleSlopeTypeID, kSinusDetuneTypeID, kReleaseTimeModTypeID, kTextInputTypeID, kSquareVolumeTypeID } | 
| Static Public Member Functions | |
| static FUnknown * | createInstance (void *) | 
|  Static Public Member Functions inherited from Controller | |
| static FUnknown * | createInstance (void *) | 
|  Static Public Member Functions inherited from EditController | |
| static KnobMode | getHostKnobMode () | 
| Public Attributes | |
| DEFINE_INTERFACES DEF_INTERFACE(IMidiLearn) END_DEFINE_INTERFACES(Controller) REFCOUNT_METHODS(Controller) private VSTGUI::KeyboardViewRangeSelector::Range | keyboardRange {} | 
| ParamID | midiLearnParamID {InvalidParamID} | 
| bool | doMIDILearn {false} | 
|  Public Attributes inherited from Controller | |
| std::array< ParamID, ControllerNumbers::kCountCtrlNumber > | midiCCMapping | 
|  Public Attributes inherited from EditController | |
| OBJ_METHODS(EditController, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE(IEditController) DEF_INTERFACE(IEditController2) END_DEFINE_INTERFACES(ComponentBase) REFCOUNT_METHODS(ComponentBase) protected IPtr < IComponentHandler2 > | componentHandler2 | 
| ParameterContainer | parameters | 
| Static Public Attributes | |
| static FUID | cid | 
|  Static Public Attributes inherited from Controller | |
| static FUID | cid | 
| static OBJ_METHODS(Controller, EditController) DEFINE_INTERFACES DEF_INTERFACE(INoteExpressionController) DEF_INTERFACE(IMidiMapping) DEF_INTERFACE(INoteExpressionPhysicalUIMapping) END_DEFINE_INTERFACES(EditController) REFCOUNT_METHODS(EditController) protected constexpr ParamID | InvalidParamID = std::numeric_limits<ParamID>::max () | 
|  Static Public Attributes inherited from EditController | |
| static KnobMode | hostKnobMode | 
|  Static Public Attributes inherited from IEditController | |
| static const FUID | iid | 
|  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 IEditController2 | |
| static const FUID | iid | 
|  Static Public Attributes inherited from INoteExpressionController | |
| static const FUID | iid | 
|  Static Public Attributes inherited from IMidiMapping | |
| static const FUID | iid | 
|  Static Public Attributes inherited from INoteExpressionPhysicalUIMapping | |
| static const FUID | iid | 
|  Static Public Attributes inherited from IMidiLearn | |
| static const FUID | iid | 
Example Note Expression Audio Controller + User Interface.
| using UTF8StringPtr = VSTGUI::UTF8StringPtr | 
| using IController = VSTGUI::IController | 
| using IUIDescription = VSTGUI::IUIDescription | 
| using VST3Editor = VSTGUI::VST3Editor | 
Reimplemented from Controller.
| 
 | virtual | 
Reimplemented from Controller.
Reimplemented from EditController.
Reimplemented from EditController.
Reimplemented from EditController.
Reimplemented from EditController.
| 
 | virtual | 
Reimplemented from EditController.
Reimplemented from EditController.
| 
 | virtual | 
Implements IMidiLearn.
| IController * createSubController | ( | UTF8StringPtr | name, | 
| const IUIDescription * | description, | ||
| VST3Editor * | editor | ||
| ) | 
| bool isPrivateParameter | ( | const ParamID | paramID | ) | 
| 
 | inlinestatic | 
| 
 | static | 
| DEFINE_INTERFACES DEF_INTERFACE (IMidiLearn) END_DEFINE_INTERFACES (Controller) REFCOUNT_METHODS (Controller) private VSTGUI::KeyboardViewRangeSelector::Range keyboardRange {} | 
| ParamID midiLearnParamID {InvalidParamID} | 
| bool doMIDILearn {false} |