mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
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:
@@ -43,7 +43,7 @@ constexpr size_t max_audio_channels = 16384;
|
|||||||
/**
|
/**
|
||||||
* The maximum number of samples in a buffer.
|
* 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 maximum number of MIDI events in a single `VstEvents` struct. Apparently
|
||||||
* the Orchestral Tools Kontakt libraries output more than 2048 MIDI events per
|
* the Orchestral Tools Kontakt libraries output more than 2048 MIDI events per
|
||||||
|
|||||||
Reference in New Issue
Block a user