mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user