NAME

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

VERSION

version 0.0106

SYNOPSIS

use Music::Drummer ();

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.

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.