From 9554d7eebdf3c56c95aa086e2bda4ba9f71c66c7 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 12 Mar 2020 22:53:42 +0100 Subject: [PATCH] Mention that MPE does work! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f539ab3..98807e6a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ There are a few things that should be done before making this public, including: the plugins don't crash when you open their GUI. - The initial host callback fails in Bitwig if the plugin is bridged, but it works if it's directly loaded into Bitwig. - - Check whether sidechaining and MPE work since they're unofficial additions + - 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. + adjustment. MPE works! - 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.