PYMIDI Framework
The PYMIDI Framework provides a set of classes and utility functions for communicating via MIDI, both with physical devices (MIDI interfaces, MIDI controllers, etc.) and with other MIDI software.
The PYMIDI Framework makes it very easy to do all the things that a MIDI application commonly wants to do:
- let the user select MIDI sources and destinations
- handle the addition and removal of MIDI devices on the fly
- save references to MIDI sources and destinations in files
- send and receive MIDI data
It also provides a nice Objective-C interface to a lot of Apple’s CoreMIDI functionality, while still allowing you to get at the underlying CoreMIDI objects to do more advanced things.
//
http://pete.yandell.com/software/ (661 clicks)
Popularity: 1%

