MIDI-Simple-Drummer


INSTALLATION

Using CPAN:

  cpan MIDI::Simple::Drummer  # Shazaam!

Do it by hand:

  0: Make sure Perl MIDI is installed.
  1: Download the current MIDI-Simple-Drummer distribution.
  2: Issue the following shell commands.
    tar zxvf MIDI-Simple-Drummer-XX.YY_ZZ.tar.gz
    cd MIDI-Simple-Drummer-XX.YY_ZZ
    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with:

    perldoc MIDI::Simple::Drummer

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=MIDI-Simple-Drummer

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/MIDI-Simple-Drummer

    CPAN Ratings
        http://cpanratings.perl.org/d/MIDI-Simple-Drummer

    Search CPAN
        http://search.cpan.org/dist/MIDI-Simple-Drummer/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Gene Boggs

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

