View Single Post
Old Jan 2nd, 2005, 12:57 AM   #2
Lance
Programmer
 
Lance's Avatar
 
Join Date: Oct 2004
Location: Chicago, IL USA
Posts: 74
Rep Power: 5 Lance is on a distinguished road
Send a message via AIM to Lance
There are Perl modules that should allow you to play MIDI sounds easily. Have you checked CPAN? Every good Perl junkie does.

http://cpan.org/modules/01modules.index.html

Look at the "MIDI-*" section. Looks like you've got a few modules that can aid in any sort of MIDI usage. And if that didn't list all you need, here is a search query for all of CPAN:

http://search.cpan.org/search?query=MIDI&mode=all

Hope that helps.
__________________
/* LANCE */
C++;  /* this makes C bigger but returns the old value */
char *site = "slackwise.net",
     *home = "lance.slackwise.net",
     *pics = "flickr.com/photos/slackwise";
Lance is offline   Reply With Quote