VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Extended plug-in interface IEditController for note expression event support: Vst::INoteExpressionPhysicalUIMapping.
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