Hi again list,
Clemens Ladisch <[EMAIL PROTECTED]> wrote:
[..]
> > No, I checked that. The M3r sends active sensing (0xfe), but I filtered that out.
> > In the data I get the only MIDI bytes > 0x7f are the F0 at the start and the
> > 0xF7 at the very end. Also, I think a SysEx message cannot be i
ll ALSA-based (using rawmidi API) program to get a complete bulk dump from
* a Korg M3r expander module. No checksums, no flow control, nothing yet.
*
* Copyright (c)2003 Frank Neumann
*
*/
#include
#include
#include
#define ST_START 0x00
#define ST_IN_SYSEX 0x01
#define ST_DONE 0x02
/***
Hi list,
I have written a small helper program (for myself so far) that should allow
me to get a backup of all data from a Korg M3r expander through the ALSA
rawmidi API. I have written a first version that opens the rawmidi device,
tells the user to "start the dump on the M3r", and then waits fo
Hi,
I would like to know how I go about creating a small program that lets
me send /received patch sets ("banks") into my synthesizers via SysEx MIDI
communication.
I know all about the actual required SysEx parameters, and I had also once
written such a program for OSS (simply using read()/write