NAME
Music::Duration - Musical Timing Metrics
VERSION
version 0.01
SYNOPSIS
perl -MMIDI::Simple -MData::Dumper -e'print Dumper \%MIDI::Simple::Length'
perl -MMusic::Duration -MData::Dumper -e'print Dumper \%MIDI::Simple::Length'
DESCRIPTION
This module adds thirtysecond
(y) and sixtyfourth
(x) note divisions to MIDI, and corrects the 'dden' duration bug.
NAME
Music::Duration - Musical Timing Metrics
TO DO
Decouple from MIDI and provide a subroutine of lengths.
Allow addition of any literal or coderef entry to the Length
hash.
Only require MIDI::Simple and set the Length
hash if present.
SEE ALSO
MIDI and MIDI::Simple
The code in the t/
directory
AUTHOR
Gene Boggs <gene@cpan.org>
COPYRIGHT
Copyright 2012, Gene Boggs
LICENSE
This program is free software; you can redistribute or modify it under the same terms as Perl itself.
AUTHOR
Gene Boggs <gene@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.