mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Move the host guard handler to PluginBridge
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user