From 68490d42b6f2aaafdd0a0cf7383af99c86441ab6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 8 Mar 2020 13:00:37 +0100 Subject: [PATCH] Add more TODOs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 207723f5..a4e913ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ There are a few things that should be done before making this public, including: - Forward updates from the Windows VST plugin's `AEffect` struct, if that's a thing. - Fix `processReplacing` forwarding. -- Mention precompiled binaries and building from source in the installation section. +- Implement GUIs. +- Check if we need special handling for the `effGetChunk` and `effSetChunk` + events. +- Mention precompiled binaries and building from source in the installation + section. - Add proper debugging support activated using an environment variable. - Write all stdout and stderr output from the plugin to a temporary file so it can be inspected when using a host such as Bitwig that hides this by