Hiya.
I'm having trouble getting MIDI to work properly. Software MIDI synthesizers (I think they're called that, anyway) like timidity work like a charm, but that simply won't cut it for some applications and I'd like to get the damned thing to work.
Some info first. I use Mandrake 10.1, kernel 2.6.8.1, I have a Muse XL sound card which gets detected as "CMI8738 - C-Media PCI CMI8738", which I assume is the chipset on the card. Typing "lsmod | grep midi" as root gives me this:
Code:
snd-seq-midi-event 6080 1 snd-seq-oss
snd-seq 47440 4 snd-seq-oss,snd-seq-midi-event
snd-rawmidi 19300 1 snd-mpu401-uart
snd-seq-device 6344 4 snd-seq-oss,snd-seq,snd-opl3-lib,snd-rawmidi
snd 45988 14 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-cmipci,snd-pcm,snd-opl3-lib,snd-timer,snd-hwdep,snd-mpu401-uart,snd-rawmidi,snd-seq-device
I've looked into the KDE Sound System and I can't even choose a MIDI device. It's blank. Also, if I try playing a midi file with playmidi, it gives me an error saying
Code:
open /dev/sequencer: No such device
KMid gives me an error saying it can't subscribe to a MIDI port.
So, any ideas? Any help would be greatly appreciated.
Thanks in advance!