mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add an example for using a single plugin group
Now that plugin groups are 100% stable this can be a valid approach.
This commit is contained in:
@@ -282,6 +282,13 @@ All of the paths used here are relative to the `yabridge.toml` file.
|
||||
```toml
|
||||
# ~/.wine/drive_c/Program Files/Steinberg/VstPlugins/yabridge.toml
|
||||
|
||||
# This would cause all plugins to be hosted within a single process. Doing so
|
||||
# greatly reduces the loading time of individual plugins, with the caveat being
|
||||
# that plugins are no longer sandboxed from eachother.
|
||||
#
|
||||
# ["*"]
|
||||
# group = "all"
|
||||
|
||||
["FabFilter Pro-Q 3.so"]
|
||||
group = "fabfilter"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user