From e0d7e17d7d56e51e7345962078726f071f0e5cf5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 7 Mar 2020 15:08:20 +0100 Subject: [PATCH] Update the todos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e15c3cf5..1689d452 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ There are a few things that should be done before making this public, including: rewrite some parts of it to make it clearer. - Document what this has been tested on and what does or does not work. - Document wine32 support. -- Forward audio events. -- Forward host callback calls back to the native VST host. -- Forward the values from the Windows VST plugin's `AEffect` struct. +- Forward updates from the Windows VST plugin's `AEffect` struct, if that's a + thing. +- Fix `processReplacing` forwarding. - 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