Update the todos

This commit is contained in:
Robbert van der Helm
2020-03-07 15:08:20 +01:00
parent 4bcb77defa
commit e0d7e17d7d
+3 -3
View File
@@ -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. rewrite some parts of it to make it clearer.
- Document what this has been tested on and what does or does not work. - Document what this has been tested on and what does or does not work.
- Document wine32 support. - Document wine32 support.
- Forward audio events. - Forward updates from the Windows VST plugin's `AEffect` struct, if that's a
- Forward host callback calls back to the native VST host. thing.
- Forward the values from the Windows VST plugin's `AEffect` struct. - Fix `processReplacing` forwarding.
- Add proper debugging support activated using an environment variable. - Add proper debugging support activated using an environment variable.
- Write all stdout and stderr output from the plugin to a temporary file so it - 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 can be inspected when using a host such as Bitwig that hides this by