开发者

do any scripting languages support midi?

开发者 https://www.devze.com 2022-12-15 22:16 出处:网络
like the question says... are there any scripting languages i can learn that let you use midi?开发者_Python百科Perl has modules that deals with midi as well. Search CPAN for morePython has the PMIDI l

like the question says... are there any scripting languages i can learn that let you use midi?开发者_Python百科


Perl has modules that deals with midi as well. Search CPAN for more


Python has the PMIDI library which will probably suit what your needs. http://wiki.python.org/moin/PythonInMusic


You can also use something like C (plenty of MIDI libraries out there for it) and use a binding to something like Lua or Angelscript.


Ruby also have a MIDI library.

0

精彩评论

暂无评论...
验证码 换一张
取 消