Use different types for strings and binary data

This commit is contained in:
Robbert van der Helm
2020-04-27 00:51:22 +02:00
parent bdd83de7a9
commit 527db1f49f
5 changed files with 73 additions and 50 deletions
+4 -6
View File
@@ -11,15 +11,13 @@ 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.
- Large chunk buffers can't be sent over the socket in one go, this causes
issues with presets that are multiple megabytes in size.
- Serum crashed and audio engine froze while browsing through Serum presets in
the browser?
- 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?
- 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.