Relax max MIDI msg size to 256 (for long sysex)
[ardour.git] / libs / backends / alsa / alsa_midi.h
index 2a3f539f29c58cf24787463a85f091d5fb6485de..27f40fc513b48fe1783d585327a4ce8cc3beb597 100644 (file)
@@ -28,7 +28,7 @@
 
 /* max bytes per individual midi-event
  * events larger than this are ignored */
-#define MaxAlsaMidiEventSize (128)
+#define MaxAlsaMidiEventSize (256)
 
 namespace ARDOUR {