mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Increase the number of permitted midi events
This commit is contained in:
@@ -39,10 +39,8 @@ constexpr size_t max_audio_channels = 32;
|
|||||||
constexpr size_t max_buffer_size = 16384;
|
constexpr size_t max_buffer_size = 16384;
|
||||||
/**
|
/**
|
||||||
* The maximum number of midi events in a single `VstEvents` struct.
|
* 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
|
* 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
|
* in one of the dispatch functions. This is used to create buffers for plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user