SysEx messages too big?
Posted: 05 Mar 2013 01:15
I read that the current SysEx message limit in Lemur is 256 bytes.
Is there any existing way around this? I am trying to write a Lemur interface for my MicroKorg, and am trying to get the patch loading right.
I am able to send a SysEx message to the MicroKorg to trigger it to send a dump of its current program, however the size of the current program is always 297 bytes, and the MIDI implementation for the MicroKorg doesn't allow you to get the patch information in any smaller chunks.
I was thinking that if there isn't a workaround, I will write a MIDI intercept daemon that will catch the incoming SysEx message, and split it apart into smaller custom SysEx messages the Lemur could handle...
Is there any existing way around this? I am trying to write a Lemur interface for my MicroKorg, and am trying to get the patch loading right.
I am able to send a SysEx message to the MicroKorg to trigger it to send a dump of its current program, however the size of the current program is always 297 bytes, and the MIDI implementation for the MicroKorg doesn't allow you to get the patch information in any smaller chunks.
I was thinking that if there isn't a workaround, I will write a MIDI intercept daemon that will catch the incoming SysEx message, and split it apart into smaller custom SysEx messages the Lemur could handle...