From 21e0def6b2a1bff0abbe8dd635d8643bed18e75b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 11 Mar 2020 12:37:22 +0100 Subject: [PATCH] Update the todos --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0287433..54e97b53 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ There are a few things that should be done before making this public, including: - Implement missing features: - GUIs. - - `AEffect` updates, if that's a thing. + - `AEffect` updates. Apparently whenever that happens the plugin should call + `audioMasterIOChanged`, so that would be easy to handle. + - The Wine process seems to segfault on shutdown even though it doesn't seem + 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. - 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.