From 5a3b6319bdb849488b0f45890d7ce65f14c08cfe Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 29 Dec 2020 15:15:56 +0100 Subject: [PATCH] Add VST3 status to supported DAWs list --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 368729a2..e243a07a 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,15 @@ things that still have to be done before this is in a usable state: Yabridge has been tested under the following hosts using Wine Staging 6.0: -- Bitwig Studio 3.3 -- Carla 2.2 -- Ardour 6.5 -- Mixbus 6.0.702 -- Qtractor 0.9.18 -- REAPER 6.18 -- Renoise 3.2.4 +| Host | VST2 | VST3 | +| ----------------- | ------------------ | -------------------------------------------------------------------------------- | +| Bitwig Studio 3.3 | :heavy_check_mark: | :heavy_check_mark: | +| Carla 2.2 | :heavy_check_mark: | :heavy_check_mark: | +| REAPER 6.19 | :heavy_check_mark: | :heavy_check_mark: | +| Ardour 6.5 | :heavy_check_mark: | :warning: Several plugins segfault because Ardour skips part of the setup proces | +| Mixbus 6.0.702 | :heavy_check_mark: | :warning: Same situation as with Ardour | +| Qtractor 0.9.19 | :heavy_check_mark: | :x: See [rncbc/qtractor#291](https://github.com/rncbc/qtractor/issues/291) | +| Renoise 3.2.4 | :heavy_check_mark: | Does not support VST3 | Please let me know if there are any issues with other VST hosts.