Pythonic MIDI API with hardware sequencer support
Project description
This release provides object oriented programmatic manipulation of MIDI streams.
Using this framework, you can read MIDI files from disk, build new MIDI
streams, process, or filter preexisting streams, and write your changes back to
disk. If you install this package on a Linux platform with alsalib, you can
take advantage of the ALSA kernel sequencer, which provides low latency
scheduling of MIDI events. SWIG is required to compile the ALSA extension
sequencer extension. Although OS-X and Windows provide similar sequencer
facilities, this version of the API does not yet support them.
Using this framework, you can read MIDI files from disk, build new MIDI
streams, process, or filter preexisting streams, and write your changes back to
disk. If you install this package on a Linux platform with alsalib, you can
take advantage of the ALSA kernel sequencer, which provides low latency
scheduling of MIDI events. SWIG is required to compile the ALSA extension
sequencer extension. Although OS-X and Windows provide similar sequencer
facilities, this version of the API does not yet support them.