MIDI extensions (WIN32, Mac)?

Will Ware wware at world.std.com
Tue Feb 6 08:44:55 EST 2001


Richard Dobson wrote:
(snip)
> I want to be
> able to at least write MIDI messages to the MIDI OUT port, and hopefully
> to be able to read them from MIDI IN too. Then I could write a simple
> MIDI filter in Python which would, for example, receive live note data
> from MIDI IN, transpose it by some interval, and ouptut the result.

I haven't done anything with reading and writing MIDI ports, but I've
tinkered a bit with a MIDI parser, which might be useful:
http://www.deja.com/getdoc.xp?AN=711228575&fmt=text

-- 
import string,time,os;print string.join((lambda x:x[:10]+x[8:])(map(
lambda x:string.center("*"*(lambda x:((x<24) ### Seasons Greetings, Will Ware
*(x-3))+3)(x),24),range(1,28, 2))),"\n") ################ wware at world.std.com



More information about the Python-list mailing list