From: Clemens Ladisch <clemens(a)ladisch.de>
Steven Schmidt wrote:
I want to
get a sysex dump from my Korg Triton Rack. I've tried some of
the software out there but I seem to be lost about how to get the data.
The Korg's midi out is connected to the Delta1010LT 's midi in. What
will the korg write the dump file to - /dev/midi0? /dev/amidi?
That depends on the card number (see /proc/asound/cards). If it's the
first card, the OSS MIDI port would be /dev/midi00 and the ALSA MIDI
port would be hw:0. See "amidi -l".
Forgive me, I'm still a bit confused.
$ amidi -l
Device Name
hw:0,0 M Audio Delta 1010LT MIDI
hw:1,0,0 Midisport 2x2 MIDI 1
hw:1,0,1 Midisport 2x2 MIDI 2
Does this mean that sysexxer should capture /dev/midi for the the korg
through the delta 1010 on hw:0,0?
-Steve