Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » Python Midi Package » expression control
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: Python Midi Package » Using Python Midi package » expression controller

expression control

Posted by Anonymous User at 2004-08-10 09:33 PM
Hi,

Sorry to waste anyones time, but I've worked out how to do this : )

However, I can write midis ok, but what if I just want to play the file without writting it to disk?

Thanks,

Calvin79

You cannot play it from the midi module as it is now

Posted by maxm at 2004-10-05 08:47 AM
But you can use the os.popen() to play the midi file after saving it to disk.