mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Implement IUnitHandler::notifyProgramListChange
With this IUnitHandler has been fully implemented.
This commit is contained in:
@@ -151,6 +151,13 @@ Vst3PluginBridge::Vst3PluginBridge()
|
||||
.get()
|
||||
.unit_handler->notifyUnitSelection(request.unit_id);
|
||||
},
|
||||
[&](const YaUnitHandler::NotifyProgramListChange& request)
|
||||
-> YaUnitHandler::NotifyProgramListChange::Response {
|
||||
return plugin_proxies.at(request.owner_instance_id)
|
||||
.get()
|
||||
.unit_handler->notifyProgramListChange(
|
||||
request.list_id, request.program_index);
|
||||
},
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user