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
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
"