Move the host guard handler to PluginBridge

This commit is contained in:
Robbert van der Helm
2020-12-04 00:31:22 +01:00
parent c2d2ac8fbf
commit b9e63ea335
4 changed files with 61 additions and 41 deletions
+3 -1
View File
@@ -34,5 +34,7 @@ Vst3PluginBridge::Vst3PluginBridge()
create_logger_prefix(sockets.base_dir)))) {
log_init_message();
// TODO: Call the host guard handler
// This will block until all sockets have been connected to by the Wine VST
// host
connect_sockets_guarded();
}