mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Implement IUnitHandler::notifyUnitSelection
This commit is contained in:
@@ -69,9 +69,8 @@ Vst3ComponentHandlerProxyImpl::restartComponent(int32 flags) {
|
||||
|
||||
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyUnitSelection(
|
||||
Steinberg::Vst::UnitID unitId) {
|
||||
// TODO: Implement
|
||||
std::cerr << "TODO: IUnitHandler::notifyUnitSelection" << std::endl;
|
||||
return Steinberg::kNotImplemented;
|
||||
return bridge.send_message(YaUnitHandler::NotifyUnitSelection{
|
||||
.owner_instance_id = owner_instance_id(), .unit_id = unitId});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyProgramListChange(
|
||||
|
||||
Reference in New Issue
Block a user