mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Add stubs for IComponentHandlerBusActivation
This commit is contained in:
@@ -114,6 +114,17 @@ Vst3ComponentHandlerProxyImpl::createContextMenu(
|
||||
}
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::requestBusActivation(
|
||||
Steinberg::Vst::MediaType type,
|
||||
Steinberg::Vst::BusDirection dir,
|
||||
int32 index,
|
||||
TBool state) {
|
||||
// TODO: Implement
|
||||
std::cerr << "TODO: IComponentHandlerBusActivation::requestBusActivation()"
|
||||
<< std::endl;
|
||||
return Steinberg::kNotImplemented;
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyUnitSelection(
|
||||
Steinberg::Vst::UnitID unitId) {
|
||||
return bridge.send_message(YaUnitHandler::NotifyUnitSelection{
|
||||
|
||||
Reference in New Issue
Block a user