简体   繁体   English

用Python创建MIDI

[英]Using Python to Create MIDI's

Essentially, I'm trying to create MIDI's from scratch and put them online. 从本质上讲,我正在尝试从头开始创建MIDI,并将它们放在网上。 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. 我对不同的语言开放,但更喜欢使用Python(2中的一个,如果这有任何区别的话。)并且想知道我应该使用哪个库。 Thanks in advance! 提前致谢!

Looks like this is what you are looking for: 看起来这就是你要找的东西:

Simple, Cross Platform MIDI Library for Python 适用于Python的简单跨平台MIDI库

MidiUtil can create MIDI files in python. MidiUtil可以在python中创建MIDI文件。

Perl has the module MIDI::Simple. Perl有MIDI :: Simple模块。 I remember an article about it in the now extinct The Perl Journal: 我记得在现已灭绝的The Perl Journal中有一篇关于它的文章:

http://www.foo.be/docs/tpj/issues/vol4_1/tpj0401-0018.html http://www.foo.be/docs/tpj/issues/vol4_1/tpj0401-0018.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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