[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Talking to midi devices



On Mon, Dec 03, 2007 at 11:52:08AM -0800, Ian Mallett wrote:
> Do you mean like making sounds?
> Pygame does that.
> By talk, do you mean dictate to, or converse?  The latter is much more
> difficult, because the communication would be two-way.  Maybe you
> could use microphones...
> Ian

Pygame does not talk to midi hardware. It uses timidity to render midi 
files to the wav output.

You will find several python libraries for Midi control listed at 
http://wiki.python.org/moin/PythonInMusic

I haven't tried any of them myself, but I imagine you can find at least 
one there that will suit your purposes.

---
James Paige