From dfe2c1b045c7a216472be8686397e8877b41192a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 25 Apr 2020 17:52:56 +0200 Subject: [PATCH] Add a list of bugs that should be fixed --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b9a76157..2c447952 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ as possible. There are a few things that should be done before releasing this, including: - Fix implementation bugs: + - Phase Plant doesn't play any sound until the editor has been opened? + - Phase Plant sometimes crashes during `effEditIdle()`, not sure what + 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. + - 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. - 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.