Move event handling its own file

This commit is contained in:
Robbert van der Helm
2020-03-11 14:42:09 +01:00
parent c86ad23703
commit aa31665666
8 changed files with 244 additions and 227 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ constexpr size_t max_midi_events = 32;
* in one of the dispatch functions. This is used to create buffers for plugins
* to write strings to.
*/
constexpr size_t max_string_length = 64;
[[maybe_unused]] constexpr size_t max_string_length = 64;
/**
* The size for a buffer in which we're receiving chunks.