From 44cb2ffbaf561c4f3cebd2baf684180edd19ad7a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 13 Feb 2021 20:25:45 +0100 Subject: [PATCH] Update the Qtractor entry This patch fixes object leaks, and it should make VST3 plugins that previously wouldn't work run properly in Qtractor. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1cf691f8..db3dc816 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: | -| REAPER 6.19 | :heavy_check_mark: | :heavy_check_mark: | -| Carla 2.2 | :heavy_check_mark: | :heavy_check_mark: | -| Renoise 3.3.0 | :heavy_check_mark: | :warning: Editor resizing doesn't work properly because Renoise doesn't call `IPlugView::onSize()` | -| Ardour 6.5 | :heavy_check_mark: | :warning: Plugins with multiple inputs or outputs might cause Ardour to crash because it does not yet support that | -| 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 | -| Mixbus 6.0.702 | :heavy_check_mark: | Does not support VST3 | +| Host | VST2 | VST3 | +| ----------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------- | +| Bitwig Studio 3.3 | :heavy_check_mark: | :heavy_check_mark: | +| REAPER 6.19 | :heavy_check_mark: | :heavy_check_mark: | +| Carla 2.2 | :heavy_check_mark: | :heavy_check_mark: | +| Renoise 3.3.0 | :heavy_check_mark: | :warning: Editor resizing doesn't work properly because Renoise doesn't call `IPlugView::onSize()` | +| Ardour 6.5 | :heavy_check_mark: | :warning: Plugins with multiple inputs or outputs might cause Ardour to crash because it does not yet support that | +| Qtractor 0.9.19 | :heavy_check_mark: | :x: See [rncbc/qtractor#298](https://github.com/rncbc/qtractor/pull/298), this will be fixed in the next Qtractor release | +| Mixbus 6.0.702 | :heavy_check_mark: | Does not support VST3 | Please let me know if there are any issues with other hosts.