Mention symlinking entire directories to ~/.vst

This commit is contained in:
Robbert van der Helm
2021-01-10 11:36:33 +01:00
parent d620117f6d
commit 8ac39a3bf6
+8
View File
@@ -153,6 +153,14 @@ you've added in yabridgectl. That way it will automatically pick up all of your
Windows VST2 plugins. For VST3 plugins no additional DAW configuration is
needed, as those plugins will be set up under `~/.vst3/yabridge`.
If you're using a DAW that does not have an easy way to configure VST2 plugin
paths, such as Renoise, then you may want to consider using the following to
just symlink the plugin directories to their default search locations:
```shell
ln -s "$HOME/.wine/drive_c/Program Files/Steinberg/" ~/.vst/yabridge-steinberg
```
### Bitbridge
If you have downloaded the prebuilt version of yabridge or if have followed the