mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Increase ALSA max MIDI msg size to 128 bytes (same as OSX) for long sysex
This commit is contained in:
parent
4cab03887c
commit
332a7e56ca
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* max bytes per individual midi-event
|
||||
* events larger than this are ignored */
|
||||
#define MaxAlsaMidiEventSize (64)
|
||||
#define MaxAlsaMidiEventSize (128)
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue