From e6a93d622d41b55ffa41a6d7bee2f4a4a5e917f0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 10 Mar 2020 13:48:26 +0100 Subject: [PATCH] Add todo about host callback crashes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5850b7b7..09b87c52 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ There are a few things that should be done before making this public, including: thing. - Fix `processReplacing` forwarding. - Implement GUIs. +- The `audioMasterUpdateDisplay` and `audioMasterWantMidi` hsot callbacks + sometimes cause Carla to crash, but other times they do not. Not really sure + what the pattern here is. - Check if we need special handling for the `effGetChunk` and `effSetChunk` events. - Mention precompiled binaries and building from source in the installation