Browse Source

change max size of a JACK MIDI event to 64 bytes

tags/0.125.0rc1
Paul Davis 10 years ago
parent
commit
f9bcea80e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/alsa_midi/a2j.h

+ 1
- 1
drivers/alsa_midi/a2j.h View File

@@ -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
{


Loading…
Cancel
Save