Fix messages between directly connecting objects

iZotope plugins will already send messages when connect() is called on
the first object, so this flag has to be set on both host contexts at
the same time.
This commit is contained in:
Robbert van der Helm
2020-12-24 13:58:32 +01:00
parent a86c37a21d
commit 50b50418f4
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -181,6 +181,9 @@ void Vst3Bridge::run() {
object_instances[request.instance_id]
.host_context_proxy->are_objects_directly_connected =
true;
object_instances[request.other_instance_id]
.host_context_proxy->are_objects_directly_connected =
true;
}
return object_instances[request.instance_id]