gene heskett wrote:
Raw MIDI devices require raw data; they're useful only for .syx files
where you don't care about timing.
Try this:
(echo -ne '\x90\x3c\x7f'; sleep 0.5; echo -ne '\x3c\x00') > /dev/snd/midiC0D2
To get a sequencer port that your stupid Java runtime can access, load
the snd-virmidi module.
To test it, run
aseqdump -p "Virtual Raw MIDI":0
to show what gets sent to the corresponding raw MIDI port.
To actually use it, connect it to a synthesizer port:
aconnect "Virtual Raw MIDI":0 Emu10k1:0
Regards,
Clemens
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.