Pass the paths to the VST plugin .dll and socket

This commit is contained in:
Robbert van der Helm
2020-02-24 13:50:18 +01:00
parent b133d2078d
commit a716072272
2 changed files with 18 additions and 8 deletions
+4
View File
@@ -59,6 +59,10 @@ Bridge::Bridge()
vst_stdin(),
vst_stdout(),
vst_host(find_wine_vst_host(),
// The Wine VST host needs to know which plugin to load and which
// Unix domain socket to connect to
find_vst_plugin(),
socket_endpoint.path(),
bp::std_in = vst_stdin,
bp::std_out = vst_stdout,
bp::env = set_wineprefix()) {