Skip to content

Commit

Permalink
Expand parser encode buffer from 256 to 1024 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbond007 committed Aug 16, 2020
1 parent 91a3ffa commit db59f25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsa.c
Expand Up @@ -68,7 +68,7 @@ int alsa_open_seq(int _portNo, int _devNo)
return FALSE;
}
alsa_reset_seq_event(&ev);
snd_midi_event_new(256, &parser);
snd_midi_event_new(1024, &parser);
return TRUE;
}

Expand Down
Binary file modified midilink
Binary file not shown.

0 comments on commit db59f25

Please sign in to comment.