Fully implement IUnitHandler2

This commit is contained in:
Robbert van der Helm
2021-01-10 23:54:43 +01:00
parent 73f3db88e0
commit 5855ffbe85
5 changed files with 12 additions and 4 deletions
@@ -130,7 +130,6 @@ tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyProgramListChange(
}
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyUnitByBusChange() {
// TODO: Implement
std::cerr << "TODO: IUnitHandler2::notifyUnitSelection()" << std::endl;
return Steinberg::kNotImplemented;
return bridge.send_message(YaUnitHandler2::NotifyUnitByBusChange{
.owner_instance_id = owner_instance_id()});
}