From 9db425932b0ad4310c7247d24436090d38bb64b6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Apr 2020 17:57:32 +0200 Subject: [PATCH] Add another bug to the list --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c447952..d0f16b98 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ There are a few things that should be done before releasing this, including: since other plugins don't have this issue. - Serum crashed and audio engine froze while browsing through Serum presets in the browser? - - There seems to be an issue with wineserver not closing file descriptors. Not - sure if this is something we can fix. + - No midi input in Kontakt. + - There seems to be an issue with wineserver not closing file descriptors, + this can happen when indexing a lot of VST plugins. Not sure if this is + something we can fix. - Polish GUIs even further. There are some todos left in `src/wine-host/editor.{h,cpp}`. - Add missing details if any to the architecture section.