tags:

views:

83

answers:

4

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

+1  A: 

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

FerretallicA
this is what i needed thanks
+1  A: 

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

ghostdog74
+1  A: 

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.

FerretallicA
A: 

Ruby also have a MIDI library

Valentin Rocher