From f9bcea80e152239f7c086ea40193682fbb574db0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 8 Oct 2015 11:39:38 -0400 Subject: [PATCH] change max size of a JACK MIDI event to 64 bytes --- drivers/alsa_midi/a2j.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/alsa_midi/a2j.h b/drivers/alsa_midi/a2j.h index 6696325..e8145b3 100644 --- a/drivers/alsa_midi/a2j.h +++ b/drivers/alsa_midi/a2j.h @@ -106,7 +106,7 @@ struct a2j_alsa_midi_event int size; }; -#define MAX_JACKMIDI_EV_SIZE 16 +#define MAX_JACKMIDI_EV_SIZE 64 struct a2j_delivery_event {