简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM