I'm looking for a simple way to create (hopefully streamable) MIDI
output with Python 2.4. Currently Soon Wah's module only seems to work
with Python 2.3. Soon Wah will post updates to the module in this
forum.
Meanwhile if anyone wishes to discuss MIDI for Python this is a good
place to do it. :)
Here is a short list of MIDI/Python links. Please add links as you find
them...
Excellent python/music wiki page:
http://www.python.org/moin/PythonInMusic
I believe that PyPortMIDI might cover my needs for now, I will
investigate and report back.
some other links:
http://www.mxm.dk/products/public/pythonmidi/
http://py.vaults.ca/apyllo.py?i=403249024
cheers,
-J
It is available at
http://www.qoolife.com/csw-services/Software/win32midi-0.1.3-py24.zip
Also added in this package is a jplayer.py which provides a module that
wraps around the Java Sound API. To use it, you need to install
jython2.1 and JDK 1.4 or later. Run 'jython playertest.py' to test it
out. This is a pre-alpha jython implementation. There are some
functions still not working...but it is fun to try it out on any Java
platform that supports sound.
cheers,
-SW