VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Extended Plug-in interface IEditController for note expression event support. More...
#include <ivstphysicalui.h>
Public Member Functions | |
virtual tresult | getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList &list)=0 |
Fills the list of mapped [physical UI (in) - note expression (out)] for a given bus index and channel. More... | |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Extended Plug-in interface IEditController for note expression event support.
With this Plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the Plug-in. When the mapping changes (for example when switching presets) the Plug-in needs to inform the host about it via IComponentHandler::restartComponent (kNoteExpressionChanged).
|
pure virtual |
Fills the list of mapped [physical UI (in) - note expression (out)] for a given bus index and channel.
|
static |