Question

like the question says... are there any scripting languages i can learn that let you use midi?

Was it helpful?

Solution

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top