|
LMMS
|
#include <ivsteditcontroller.h>
Public Member Functions | |
| virtual tresult PLUGIN_API | requestBusActivation (MediaType type, BusDirection dir, int32 index, TBool state)=0 |
| Public Member Functions inherited from Steinberg::FUnknown | |
| virtual tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 PLUGIN_API | addRef ()=0 |
| virtual uint32 PLUGIN_API | release ()=0 |
Static Public Attributes | |
| static const FUID | iid |
| Static Public Attributes inherited from Steinberg::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.