From: Clemens
Ladisch <clemens(a)ladisch.de>
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?
/dev/midi... are OSS device names.
hw:... are ALSA device names.
Sysexxer doesn't support ALSA, so you have to use the OSS device name.
In your case, the 1010LT port is /dev/midi00 (or /dev/midi).
HTH
Clemens