Increase ALSA max MIDI msg size to 128 bytes (same as OSX) for long sysex
[ardour.git] / libs / backends / alsa / alsa_midi.h
index d21d4178ab8c73e0a1df37d49f615b11074efb49..2a3f539f29c58cf24787463a85f091d5fb6485de 100644 (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 {