Increase ALSA max MIDI msg size to 128 bytes (same as OSX) for long sysex

This commit is contained in:
Robin Gareus 2017-12-05 16:07:36 +01:00
parent 4cab03887c
commit 332a7e56ca

View file

@ -28,7 +28,7 @@
/* max bytes per individual midi-event
* events larger than this are ignored */
#define MaxAlsaMidiEventSize (64)
#define MaxAlsaMidiEventSize (128)
namespace ARDOUR {