Handle AEffect object updates

This commit is contained in:
Robbert van der Helm
2020-03-11 16:33:44 +01:00
parent ea8feb07a9
commit 8464706336
5 changed files with 48 additions and 15 deletions
-2
View File
@@ -8,8 +8,6 @@ There are a few things that should be done before making this public, including:
- Implement missing features:
- GUIs.
- `AEffect` updates. Apparently whenever that happens the plugin should call
`audioMasterIOChanged`, so that would be easy to handle.
- 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