Increase VST2 buffer and MIDI serialization limits

This really, really shouldn't be needed, but some plugins do weird
things.
This commit is contained in:
Robbert van der Helm
2022-05-26 12:57:18 +02:00
parent 39605ef465
commit 65cf9cd782
+1 -1
View File
@@ -43,7 +43,7 @@ constexpr size_t max_audio_channels = 16384;
/**
* The maximum number of samples in a buffer.
*/
constexpr size_t max_buffer_size = 16384;
constexpr size_t max_buffer_size = 1 << 16;
/**
* The maximum number of MIDI events in a single `VstEvents` struct. Apparently
* the Orchestral Tools Kontakt libraries output more than 2048 MIDI events per