VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
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).
Back to Contents