MIDI/Tools version 0.02
=======================
This is a collection of functions evaluating or transforming lists of MIDI
events, probably most useful for algorithmic composition. It is designed to
be compatible with Sean M. Burke MIDI-Perl suite of modules.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module is probably only useful in conjunction with the
MIDI-Perl suite of modules.
COPYRIGHT AND LICENCE
Copyright (C) 2003-2005 Christian Renz <
[email protected]>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.