Simplify GUI event handling

This commit is contained in:
Robbert van der Helm
2020-03-19 21:35:23 +01:00
parent f1f7523248
commit 4ae1f03e4c
4 changed files with 38 additions and 30 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ Yet Another way to use Windows VST2 plugins in Linux VST hosts.
There are a few things that should be done before releasing this, including:
- Implement missing features:
- GUIs. Right now I'm just ignoring all of the opcodes related to GUIs so that
the plugins don't crash when you open their GUI.
- GUIs. It mostly works right now, but there are a few small problems
remaining regarding window placement and child windows (i.e. droopdowns).
- 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.