Implement IConnectionPoint::notify

This commit is contained in:
Robbert van der Helm
2020-12-25 13:13:56 +01:00
parent 3566aa86a2
commit 65694d261c
6 changed files with 63 additions and 3 deletions
+5
View File
@@ -187,6 +187,11 @@ void Vst3Bridge::run() {
object_instances[request.other_instance_id]
.connection_point);
},
[&](YaConnectionPoint::Notify& request)
-> YaConnectionPoint::Notify::Response {
return object_instances[request.instance_id]
.connection_point->notify(&request.message);
},
[&](YaEditController::SetComponentState& request)
-> YaEditController::SetComponentState::Response {
return object_instances[request.instance_id]