VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation. More...
#include <ivsteditcontroller.h>
Public Member Functions | |
virtual tresult | requestBusActivation (MediaType type, BusDirection dir, int32 index, TBool state)=0 |
request the host to activate or deactivate a specific bus. More... | |
Public Member Functions inherited from FUnknown | |
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 Public Attributes inherited from FUnknown | |
static const FUID | iid |
Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation.
Allows the plug-in to request the host to activate or deactivate a specific bus. If the host accepts this request, it will call later on IComponent::activateBus. This is particularly useful for instruments with more than 1 outputs, where the user could request from the plug-in UI a given output bus activation.
|
pure virtual |
request the host to activate or deactivate a specific bus.
|
static |