Update the todo on plugins not processing audio

This commit is contained in:
Robbert van der Helm
2020-04-27 17:54:00 +02:00
parent cdc1d94df8
commit ae7c1e487a
+2 -4
View File
@@ -12,10 +12,8 @@ There are a few things that should be done before releasing this, including:
- Fix implementation bugs: - Fix implementation bugs:
- Serum crashed and audio engine froze while browsing through Serum presets in - Serum crashed and audio engine froze while browsing through Serum presets in
the browser? the browser?
- KiloHearts plugins don't always initialize their state correctly until the - Plugins from certain manufacturers, such as KiloHearts or Image-Line, don't
editor gets opened. For instance Phase Plant doesn't load external samples do any audio processing until the editor has been opened.
samples until the editor is open, and Disperser doesn't do any signal
processing before opening the editor.
- KiloHearts plugins create a ridiculous amount of file descriptor leaks in - KiloHearts plugins create a ridiculous amount of file descriptor leaks in
wineserver when esync is enabled. I haven't come across any other plugins wineserver when esync is enabled. I haven't come across any other plugins
that do this. Not sure if this is fixable in yabridge. that do this. Not sure if this is fixable in yabridge.