From 350b99e3682fea03fa7a829f8da65ee0187ae7ff Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 30 Dec 2020 18:56:26 +0100 Subject: [PATCH] Update the VST3 host bugs status in the readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e72592a4..35540ca1 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ _See [this document](https://github.com/robbert-vdh/yabridge/blob/master/src/com Yabridge has been tested under the following hosts using Wine Staging 6.0: -| 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: Plugins with multiple main input busses will segfault | -| 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 | +| 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: Plugins with multiple main input busses will segfault, this will be fixed in the next Ardour release | +| 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), this will be fixed in the next Qtractor release | +| Renoise 3.2.4 | :heavy_check_mark: | Does not support VST3 | Please let me know if there are any issues with other VST hosts.