Using Python to Create MIDI's
Essentially, I'm trying to create MIDI's from scratch and put them online. I'm open to different languages, but prefer to use Python (one of the 2's, if that makes any difference.) and was wondering开发者_开发技巧 what library I should use. Thanks in advance!
Looks like this is what you are looking for:
Simple, Cross Platform MIDI Library for Python
MidiUtil can create MIDI files in python.
Perl has the module MIDI::Simple. I remember an article about it in the now extinct The Perl Journal:
http://www.foo.be/docs/tpj/issues/vol4_1/tpj0401-0018.html
精彩评论