From 9de9250631a7f5c2cc2ece6f1040e5c05b3d37af Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 11 Mar 2020 16:58:55 +0100 Subject: [PATCH] Mention that Bitwig's bridge mode doesn't work --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2c4734c..a4ec568e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ There are a few things that should be done before making this public, including: to cause any other problems. This can probably be fixed by catching exceptions thrown in the threads caused by sockets being closed. It's 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. - Document what this has been tested on and what does or does not work. - Document wine32 support.