mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Mention the yabridge 4.0 VST2 install location
In case someone's running yabridge-git.
This commit is contained in:
@@ -111,14 +111,13 @@ Please let me know if there are any issues with other hosts.
|
|||||||
what that means, then add `export PATH="$PATH:$HOME/.local/share/yabridge"`
|
what that means, then add `export PATH="$PATH:$HOME/.local/share/yabridge"`
|
||||||
to the end of `~/.bashrc` and reopen your terminal.
|
to the end of `~/.bashrc` and reopen your terminal.
|
||||||
|
|
||||||
2. Setting up and updating yabridge for plugins is done though `yabridgectl`.
|
2. Setting up and updating yabridge for your plugins is done though
|
||||||
The general idea is that you install your plugins to their default locations
|
`yabridgectl`. The general idea is that you install your plugins to their
|
||||||
within a Wine prefix just like you would on Windows, and you then let
|
default locations within a Wine prefix just like you would on Windows, and
|
||||||
yabridgectl manage those plugin directories for you. That way you only need
|
you yabridgectl then manages those plugin directories for you. That way you
|
||||||
to rerun a single command whenever you install or remove a plugin, or when
|
only need to run a single command whenever you install or remove a plugin.
|
||||||
you update yabridge. Both yabridge and yabridgectl will autoamtically detect
|
Both yabridge and yabridgectl will autoamtically detect your yabridge
|
||||||
your yabridge installation if you used one of the installation methods
|
installation if you used one of the installation methods described above.
|
||||||
described above.
|
|
||||||
|
|
||||||
3. To tell yabridgectl where it can find your Windows VST2 and VST3 plugins, you
|
3. To tell yabridgectl where it can find your Windows VST2 and VST3 plugins, you
|
||||||
can use yabridgectl's `add`, `rm` and `list` commands to add, remove, and
|
can use yabridgectl's `add`, `rm` and `list` commands to add, remove, and
|
||||||
@@ -148,6 +147,11 @@ Please let me know if there are any issues with other hosts.
|
|||||||
ln -s "$HOME/.wine/drive_c/Program Files/Steinberg" ~/.vst/yabridge-steinberg
|
ln -s "$HOME/.wine/drive_c/Program Files/Steinberg" ~/.vst/yabridge-steinberg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_If you're already using the master branch version of yabridge 4.0, then
|
||||||
|
the plugins will be set up in `~/.vst/yabridge` by default instead. As
|
||||||
|
long as your DAW searches for VST2 plugins in `~/.vst` you don't need to
|
||||||
|
do anything else._
|
||||||
|
|
||||||
2. VST3 plugins are always set up in `~/.vst3/yabridge` as per the VST3
|
2. VST3 plugins are always set up in `~/.vst3/yabridge` as per the VST3
|
||||||
specification. Just make sure your DAW searches for VST3 plugins in
|
specification. Just make sure your DAW searches for VST3 plugins in
|
||||||
`~/.vst3` and it will pick up those plugins automatically without any
|
`~/.vst3` and it will pick up those plugins automatically without any
|
||||||
|
|||||||
Reference in New Issue
Block a user