mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Show the init message before launching VST host
This commit is contained in:
@@ -76,8 +76,8 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
|
|||||||
wine_version(get_wine_version()),
|
wine_version(get_wine_version()),
|
||||||
wine_stdout(io_context),
|
wine_stdout(io_context),
|
||||||
wine_stderr(io_context) {
|
wine_stderr(io_context) {
|
||||||
launch_vst_host();
|
|
||||||
log_init_message();
|
log_init_message();
|
||||||
|
launch_vst_host();
|
||||||
|
|
||||||
// Print the Wine host's STDOUT and STDERR streams to the log file. This
|
// Print the Wine host's STDOUT and STDERR streams to the log file. This
|
||||||
// should be done before trying to accept the sockets as otherwise we will
|
// should be done before trying to accept the sockets as otherwise we will
|
||||||
|
|||||||
Reference in New Issue
Block a user