From ef8e1cc1d5568cc678fa10386bf9e4dea2beb3e4 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 4 Jul 2021 00:41:09 +0200 Subject: [PATCH] Update tested DAWs table We should probably get rid of the Ardour/Mixbus warning, since this is also how native plugins would function in the Windows version of Ardour. The warnings were here from when yabridge didn't properly serialize the bus type, since Ardour specifically only supports a single main input and output and optionally an auxiliary input. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 609a748a..c2c16655 100644 --- a/README.md +++ b/README.md @@ -43,16 +43,16 @@ while also staying easy to debug and maintain. Yabridge has been tested under the following hosts using Wine Staging 6.4[\*](#downgrading-wine): -| Host | VST2 | VST3 | -| ------------------------------- | ------------------ | ------------------------------------------------------------------------------ | -| Bitwig Studio 3.3.10/4.0 beta 2 | :heavy_check_mark: | :heavy_check_mark: | -| REAPER 6.29 | :heavy_check_mark: | :heavy_check_mark: | -| Carla 2.3 | :heavy_check_mark: | :heavy_check_mark: | -| Qtractor 0.9.21 | :heavy_check_mark: | :heavy_check_mark: | -| Renoise 3.3.2 | :heavy_check_mark: | :heavy_check_mark: | -| Waveform 11.5.17 | :heavy_check_mark: | :heavy_check_mark: | -| Ardour 6.7 | :heavy_check_mark: | :warning: Ardour does not support plugins with multiple input or output busses | -| Mixbus 7.0.140 | :heavy_check_mark: | :warning: Mixbus does not support plugins with multiple input or output busses | +| Host | VST2 | VST3 | +| ------------------------------- | ------------------ | ------------------ | +| Bitwig Studio 3.3.11/4.0 beta 6 | :heavy_check_mark: | :heavy_check_mark: | +| REAPER 6.29 | :heavy_check_mark: | :heavy_check_mark: | +| Carla 2.3 | :heavy_check_mark: | :heavy_check_mark: | +| Qtractor 0.9.21 | :heavy_check_mark: | :heavy_check_mark: | +| Renoise 3.3.2 | :heavy_check_mark: | :heavy_check_mark: | +| Waveform 11.5.17 | :heavy_check_mark: | :heavy_check_mark: | +| Ardour 6.8 | :heavy_check_mark: | :heavy_check_mark: | +| Mixbus 7.0.140 | :heavy_check_mark: | :heavy_check_mark: | Please let me know if there are any issues with other hosts.