MIDI-Tweaks =========== This module implements a number of MIDI tweaks using the Sean Burke's MIDI module. Tweaks include: selecting tracks, changing volume and velocity, splitting multiple notes into separate tracks. More tweaks to follow. Two scripts are provided: midi-tweak: applies some tweaks to MIDI files midi-dump: dumps contents of a MIDI file in an understandable format THIS IS ALPHA SOFTWARE. The code works fine, but the interface may change when new feaures are added. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc MIDI::Tweaks You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=MIDI-Tweaks CPAN Ratings http://cpanratings.perl.org/d/MIDI-Tweaks Search CPAN http://search.cpan.org/dist/MIDI-Tweaks COPYRIGHT AND LICENCE Copyright (C) 2008 Johan Vromans, Squirrel Consultancy This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.