From d5d3164ae3e0dc6cb85b1f4b6c29ab75ed307df3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 12 Mar 2020 20:24:12 +0100 Subject: [PATCH] Mention more things to check in the TODOs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c393f6..60d410a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ There are a few things that should be done before making this public, including: handled similarly in the native VST plugin. - The initial host callback fails in Bitwig if the plugin is bridged, but it works if it's directly loaded into Bitwig. -- Add missing details if any to the architecture section. + - Check whether sidechaining and MPE work since they're unofficial additions + to the VST 2.4 spec. Should either work out of the box or with a minor + adjustment. +- 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.