From be984b342d92ea5b9839fbe0640140bfaa7470f7 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 2 May 2021 14:22:00 +0200 Subject: [PATCH] Clarify the note about Ardour/Mixbus VST3 support Outputs here refers to busses, but a bus can contain up to 64 channels. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b386e89c..8f683ee1 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ while also staying easy to debug and maintain. Yabridge has been tested under the following hosts using Wine Staging 6.4: -| Host | VST2 | VST3 | -| ------------------- | ------------------ | ------------------------------------------------------------------------- | -| Bitwig Studio 3.3.7 | :heavy_check_mark: | :heavy_check_mark: | -| REAPER 6.28 | :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: | -| Ardour 6.6 | :heavy_check_mark: | :warning: Ardour does not support plugins with multiple inputs or outputs | -| Mixbus 7.0.140 | :heavy_check_mark: | :warning: Mixbus does not support plugins with multiple inputs or outputs | +| Host | VST2 | VST3 | +| ------------------- | ------------------ | ------------------------------------------------------------------------------ | +| Bitwig Studio 3.3.7 | :heavy_check_mark: | :heavy_check_mark: | +| REAPER 6.28 | :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: | +| Ardour 6.6 | :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 | Please let me know if there are any issues with other hosts.