From c135fce3a6a627681e557be41ef5caa7edced126 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 16 Mar 2020 15:51:03 +0100 Subject: [PATCH] Remove todo about multiout and sidechain inputs Apparently this is the correct behavior. SOme other VST bridges simply did not properly support this. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b23d865a..5101c6a6 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,6 @@ There are a few things that should be done before releasing this, including: - Implement missing features: - GUIs. Right now I'm just ignoring all of the opcodes related to GUIs so that the plugins don't crash when you open their GUI. - - All effect plugins report that they have a sidechain input and multiple - outputs. This might be because of the initial value of the `AEffect` struct - we pass to the host callbacks during initialization? Not sure. - Add missing details if any to the architecture section. - Document what this has been tested on and what does or does not work. - Document wine32 support.