Mention more things to check in the TODOs

This commit is contained in:
Robbert van der Helm
2020-03-12 20:24:12 +01:00
parent a21af802b3
commit d5d3164ae3
+4 -1
View File
@@ -15,7 +15,10 @@ There are a few things that should be done before making this public, including:
handled similarly in the native VST plugin. handled similarly in the native VST plugin.
- The initial host callback fails in Bitwig if the plugin is bridged, but it - The initial host callback fails in Bitwig if the plugin is bridged, but it
works if it's directly loaded into Bitwig. works if it's directly loaded into Bitwig.
- Add missing details if any to the architecture section. - Check whether sidechaining and MPE work since they're unofficial additions
to the VST 2.4 spec. Should either work out of the box or with a minor
adjustment.
- add missing details if any to the architecture section.
- 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.