Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Music::Drummer - Use MIDI::Drummer::Tiny

VERSION

version 0.6008

SYNOPSIS

my $d = Music::Drummer->new(
# ...
);
$d->count_in(1);
# etc.

DESCRIPTION

Music::Drummer uses the MIDI::Drummer::Tiny module. It is simply a module alias with a friendlier, searchable name and description keywords like drum, drums, and drumming.

SEE ALSO

MIDI::Drummer::Tiny

AUTHOR

Gene Boggs <gene.boggs@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Gene Boggs.

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