From 3215f9337e571278f318497be57fbf5de129b242 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Apr 2020 18:54:00 +0200 Subject: [PATCH] Mention a file descriptor leak --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0f16b98..1861c801 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ There are a few things that should be done before releasing this, including: situation triggers this. - Phase plant can't load large chunks. Seems to be a problem with Phase Plant since other plugins don't have this issue. + - KiloHearts plugins create a ridiculous amount of file descriptor leaks in + wineserver when esync is enabled. I haven't come across any other plugins + that do this. Not sure if this is fixable in yabridge. - Serum crashed and audio engine froze while browsing through Serum presets in the browser? - 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.