Re: Gamelan, microtuning, etc.
[email protected] ("Sean M. Burke") Sat, 14 Feb 2004 16:11:38 -0900
| Newsgroups | perl.midi |
|---|---|
| Message-ID | <[email protected]> |
At 11:33 AM 2004-02-14, Mark Hardy wrote: >along with the standard modules? Or, am I better off >installing everything privately? Installing privately is fine, I'm sure. The MIDI modules are pure-perl and have no dependencies, so you don't even need to really do a formal installation -- you can just mkdir MIDI and do "use lib '.';" and copy MIDI.pm into the current directory, and copy the MIDI/*.pm stuff into a MIDI subdir. Make sure all the files are a+r and the MIDI dir is a+rx, and you're good to go. -- Sean M. Burke http://search.cpan.org/~sburke/