VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Extended Host callback interface IComponentHandlerBusActivation for an edit controller.
Allows the Plug-in to request the host to activate or deactivate a specific bus, if the host accepts it will call later on IComponent::activateBus (see IComponent::activateBus). Useful especially for Instrument with more than 1 outputs, where the user could request from the Plug-in UI a given output bus activation.
Back to Contents