wasm-demo/demo/ermis-f/python_m/cur/0462

36 lines
744 B
Plaintext

From: jasonic at nomadicsltd.com (Jason Cunliffe)
Date: Fri, 9 Apr 1999 08:33:41 +0100
Subject: PyMIDI ?
Message-ID: <7ekagq$sjq$1@news1.cableinet.co.uk>
X-UID: 462
Hello
I am looking for pointers to any MIDI work done with Python. I can see
several ways to handle MIDI in Python:
- wrapping MIDI c libraries with SWIG
- Direct binary MIDI file i/o parsing in Python - but will this be fast
enough?
- linking to an existing optimized MIDI toolkit such as Tim Thompson's
superb openSource xplatform 'Keykit' language http://209.233.20.72/keykit/
(check it out)
- on Win32 via COM use a toolkit like Mabry's MIDII/o http://www.mabry.com
- ???
Thanks in advance any ideas
- Jason