From a21af802b3f371a1dcf75df2c71178deb5f9a994 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 12 Mar 2020 17:14:43 +0100 Subject: [PATCH] Mention that the GUI related opcodes are disabled --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab1f9d4..71c393f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Yet Another way to use Windows VST2 plugins in Linux VST hosts. There are a few things that should be done before making this public, including: - Implement missing features: - - GUIs. + - 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. - The Wine process seems to segfault on shutdown even though it doesn't seem to cause any other problems. This can probably be fixed by catching exceptions thrown in the threads caused by sockets being closed. It's