mididings 20080406 (Default branch) |
|
|
mididings is a MIDI router/processor implemented
as a Python module. It's primarily geared towards
live keyboardists, but should be useful for MIDI
processing in other settings as well. While the
actual MIDI processing is done in C++ for speed
reasons, it is possible to explicitly call back
into Python, allowing you to process MIDI events
any way you want.
License: GNU General Public License (GPL)
Changes:
This version adds a new Sanitize() unit to make
sure MIDI events are valid, and does the same
automatically before sending events to the output
port. Some documentation was added, and previously
missing README and COPYING files are now included
in the tarball.
|