mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Add stubs for IComponentHandlerBusActivation
This commit is contained in:
@@ -50,6 +50,12 @@ class Vst3ComponentHandlerProxyImpl : public Vst3ComponentHandlerProxy {
|
||||
createContextMenu(Steinberg::IPlugView* plugView,
|
||||
const Steinberg::Vst::ParamID* paramID) override;
|
||||
|
||||
// From `IComponentHandlerBusActivation`
|
||||
tresult PLUGIN_API requestBusActivation(Steinberg::Vst::MediaType type,
|
||||
Steinberg::Vst::BusDirection dir,
|
||||
int32 index,
|
||||
TBool state) override;
|
||||
|
||||
// From `IUnitHandler`
|
||||
tresult PLUGIN_API
|
||||
notifyUnitSelection(Steinberg::Vst::UnitID unitId) override;
|
||||
|
||||
Reference in New Issue
Block a user