do any scripting languages support midi?
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.
精彩评论