Re: [Alsa-devel] Rawmidi mystery

2003-02-06 Thread Frank Neumann
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

Re: [Alsa-devel] Rawmidi mystery

2003-02-05 Thread Frank Neumann
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 /***

[Alsa-devel] Rawmidi mystery

2003-02-04 Thread Frank Neumann
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

[Alsa-devel] Need some hints for simple MIDI communication

2002-02-07 Thread Frank Neumann
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