Re: [Alsa-user] Midi interface advice needed

2002-11-29 Thread Clemens Ladisch
Bob Peters wrote: > All I am trying to do is connect the midi keyboard and output the > resultant stream produced (when pressing a note) to the console You can access the device file directly with read() or write(), try "od -t x1 /dev/midix" (OSS) or "od -t x1 /dev/snd/midiCxD0" (ALSA). However, t

Re: [Alsa-user] Midi interface advice needed

2002-11-27 Thread Bob Peters
Thanks - that worked a treat! Clemens Ladisch wrote: Bob Peters wrote: All I am trying to do is connect the midi keyboard and output the resultant stream produced (when pressing a note) to the console You can access the device file directly with read() or write(), try "