Increase the number of permitted midi events

This commit is contained in:
Robbert van der Helm
2020-03-12 23:17:42 +01:00
parent bb6ffe4891
commit 37b0e72d4a
+1 -3
View File
@@ -39,10 +39,8 @@ constexpr size_t max_audio_channels = 32;
constexpr size_t max_buffer_size = 16384;
/**
* The maximum number of midi events in a single `VstEvents` struct.
*
* TODO: Can this go higher?
*/
constexpr size_t max_midi_events = 32;
constexpr size_t max_midi_events = 256;
/**
* The maximum size in bytes of a string or buffer passed through a void pointer
* in one of the dispatch functions. This is used to create buffers for plugins