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
2010-01-12 02:36:16
this is what i needed thanks
2010-01-12 02:43:13
+1
A:
Perl has modules that deals with midi as well. Search CPAN for more
ghostdog74
2010-01-12 02:37:38
+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
2010-01-12 10:00:12