From afc7f0dffce9d2748adfb71de5ea15ff47d0ac67 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 5 May 2020 14:54:13 +0200 Subject: [PATCH] Explicitly specify the path to VstPlugins To avoid your host having to scan an entire Wine prefix and also to prevent it from picking up random .so files that are not VST plugins. Mentioned in #8 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc88c7aa..d3d80e8b 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,11 @@ find "$HOME/.wine/drive_c/Program Files/Steinberg/VstPlugins" -type f -iname '*. xargs -0 -n1 cp "$yabridge_home/libyabridge.so" ``` -### Running plugins +### DAW setup -Finally, select and open the plugin in your desired wine prefix from your DAW. +Finally, open your DAW's VST location configuration and tell it to look for +plugins under `~/.wine/drive_c/Program Files/Steinberg/VstPlugins`. That way it +will automatically pick up any of your Windows VST2 plugins. ## Runtime dependencies and known issues