Allow for an arbitrary number of midi events

By building the object on the heap in a buffer. I preferred the old
solution but this is more flexible.
This commit is contained in:
Robbert van der Helm
2020-03-28 14:07:11 +01:00
parent 2ea480a09d
commit 629fa72e0c
3 changed files with 31 additions and 24 deletions
-3
View File
@@ -14,9 +14,6 @@ There are a few things that should be done before releasing this, including:
- Fix implementation bugs:
- KiloHearts plugins fail during initialization.
- Serum crashes when closing bitwig (but otherwise exits just fine).
- Serum crashes if you keep playing midi notes while the GUI is blocked.
Related to the above, and probably because of the current limit of 512 midi
events.
- Melda plugins crash when opening their GUI.
- Add missing details if any to the architecture section.
- Document what this has been tested on and what does or does not work.