[Tutor] midi-support?

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 6 May 2002 11:16:26 -0700 (PDT)


On Mon, 6 May 2002, Gregor Lingl wrote:

> Hi!
> Does anybody know if there exist(s a)
> Python module(s) for midi-support,
> which work(s) under Python 2.2
> (at least under Windows) ?

Hi Gregor,

I did a quick check on Google.  You might find this article on "Noisy
Python" useful:

    http://www.onlamp.com/pub/a/python/2001/10/25/pythonnews.html


The MusicKit system that the article mentions appears to have MIDI
support, so perhaps you can use that:

    http://musickit.sourceforge.net/


Good luck!