Add back the recommendation for preferring VST3

This was removed in 4a92034620 after the
VST2 callback prefetching from yabridge 3.2.0. Now with the recent VST3
optimizations, VST3 plugins always outperform VST2 plugins on my system
even when using plugin groups for the VST2 version (and not having to
use plugin groups is of course another good reason to prefer VST3).
This commit is contained in:
Robbert van der Helm
2021-05-14 18:39:32 +02:00
parent a9643577fd
commit 0df900647c
+10 -6
View File
@@ -677,12 +677,16 @@ negative side effects:
You can find a guide to setting these things up on Ubuntu
[here](https://zezic.github.io/yabridge-benchmark/).
- [Plugin groups](#plugin-groups) can also greatly improve performance when
using many instances of the same VST2 plugin. _VST3 plugins have similar
functionality built in by design_. Some plugins, like the BBC Spitfire
plugins, can share a lot of resources between different instances of the
plugin. Hosting all instances of the same plugin in a single process can in
those cases greatly reduce overall CPU usage and get rid of latency spikes.
- If you have the choice, the VST3 version of a plugin will likely perform
better than the VST2 version.
- If the plugin doesn't have a VST3 version, then [plugin
groups](#plugin-groups) can also greatly improve performance when many
instances of same VST2 plugin. _VST3 plugins have similar functionality built
in by design_. Some plugins, like the BBC Spitfire plugins, can share a lot of
resources between different instances of the plugin. Hosting all instances of
the same plugin in a single process can in those cases greatly reduce overall
CPU usage and get rid of latency spikes.
## Building