MIDI-Morph

The aim of MIDI::Morph is to provide an easy-to-use composition tool that allows
transitions between two 'gestalten' (musical snippets). The data handled by
this module is in MIDI::Score format (at this moment, only note events
are considered).

This is an alpha release, features and API will be extended and changed
iteratively.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


COPYRIGHT AND LICENCE

Copyright (C) 2005 Christian Renz <crenz@web42.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.