
Music::Duration - Thirtysecond and sixtyfourth notes

version 0.02

perl -MMIDI::Simple -MData::Dumper -e'print Dumper \%MIDI::Simple::Length' perl -MMusic::Duration -MData::Dumper -e'print Dumper \%MIDI::Simple::Length'

This module adds thirtysecond and sixtyfourth note divisions to MIDI::Simple. These are 32nd: y, dy, ddy, ty and 64th: x, dx, ddx, tx.

Music::Duration - Thirtysecond and sixtyfourth notes

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.

MIDI and MIDI::Simple
The code in the t/ directory

Gene Boggs <gene@cpan.org>

This software is copyright (c) 2013 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.