From 8ac39a3bf65b843136049c95eebda5f97e8dde21 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 10 Jan 2021 11:36:33 +0100 Subject: [PATCH] Mention symlinking entire directories to ~/.vst --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index df5ef8d1..19b7a35c 100644 --- a/README.md +++ b/README.md @@ -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