NAME
MIDI::Simple::Drummer::Jazz - Jazz drum grooves
DESCRIPTION
This package contains a collection of patterns, loaded by MIDI::Simple::Drummer.
METHODS
_default_kit()
my $kit = $self->_default_kit();
Return a hash-reference of named code-references, that define the patches we can play.
_default_patterns()
my $patterns = $self->_default_patterns();
Return a hash-reference of named code-references, that define the patterns we can play.
ride1(), ride2(), bell()
Strike (or set) the rides, individually. By default, these are the kit rides. Imagine that!
pedal()
"Depress" the pedal hi-hat.
SEE ALSO
AUTHOR AND COPYRIGHT
Gene Boggs <gene@cpan.org>
Copyright 2010, Gene Boggs, All Rights Reserved.
LICENSE
This program is free software; you can redistribute or modify it under the same terms as Perl itself.