On Thursday 27 Apr 2006 16:18, Will Hurt wrote:
on as side note- if anyone knows of a python module which lets me view raw midi data from an external midi controller [like midipy in windows] could you give me the name? thanks
Hi,
Raw MIDI data is spat out of /dev/midi (or tha alsa equivalent /dev/snd/midi*). It'll be quite trivial in python to parse it.
robert.