Example Note Expression Edit Controller. More...
#include <note_expression_synth_controller.h>

Example Note Expression Edit Controller.
Reimplemented from EditController.
| tresult terminate | ( | ) | [virtual] |
Reimplemented from EditController.
Reimplemented from EditController.
| tresult setParamNormalized | ( | ParamID | tag, | |
| ParamValue | value | |||
| ) | [virtual] |
Reimplemented from EditController.
| tresult getMidiControllerAssignment | ( | int32 | busIndex, | |
| int16 | channel, | |||
| CtrlNumber | midiControllerNumber, | |||
| ParamID & | id | |||
| ) | [virtual] |
Implements IMidiMapping.
Implements INoteExpressionController.
| tresult getNoteExpressionInfo | ( | int32 | busIndex, | |
| int16 | channel, | |||
| int32 | noteExpressionIndex, | |||
| NoteExpressionTypeInfo & | info | |||
| ) | [virtual] |
Implements INoteExpressionController.
| tresult getNoteExpressionStringByValue | ( | int32 | busIndex, | |
| int16 | channel, | |||
| NoteExpressionTypeID | id, | |||
| NoteExpressionValue | valueNormalized, | |||
| String128 | string | |||
| ) | [virtual] |
Implements INoteExpressionController.
| tresult getNoteExpressionValueByString | ( | int32 | busIndex, | |
| int16 | channel, | |||
| NoteExpressionTypeID | id, | |||
| const TChar * | string, | |||
| NoteExpressionValue & | valueNormalized | |||
| ) | [virtual] |
Implements INoteExpressionController.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
Reimplemented in ControllerWithUI.
Reimplemented in ControllerWithUI.