MIDI-Simple-Drummer

INSTALLATION

Using CPAN:

  sudo cpan MIDI::Simple::Drummer  # Shazaam!

Do it by hand (and get the eg/ directory):

  wget http://search.cpan.org/CPAN/authors/id/G/GE/GENE/MIDI-Simple-Drummer-X.Y_Z.tar.gz
  tar zxvf MIDI-Simple-Drummer-X.Y_Z.tar.gz
  cd MIDI-Simple-Drummer-X.Y_Z
  perl Makefile.PL
  make
  make test
  sudo make install
  ls eg/ # Example usage

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) 2010 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.
