This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
change max size of a JACK MIDI event to 64 bytes
tags/0.125.0rc1
Paul Davis
10 years ago
parent
5af5815c47
commit
f9bcea80e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
1
6
#define MAX_JACKMIDI_EV_SIZE 6
4
struct a2j_delivery_event
{
Write
Preview
Loading…
Cancel
Save