Time-stamp: "1998-10-18 23:24:39 MDT"
1998-08-13 Sean M. Burke sburke@netadventure.net
* Release 0.51: First CPAN release. Get it while it's hot!
1998-08-14 Sean M. Burke sburke@netadventure.net
* Release 0.52: makefile fix. chimes example in MIDI.pm
1998-08-16 Sean M. Burke sburke@netadventure.net
* Release 0.60:
Subtly destructive bug in MIDI::_dump_quote fixed.
MIDI::Event::copy_structure didn't work; fixed.
%MIDI::note2number and %MIDI::note2number were named backwards --
note2number actually mapped numbers to notes, and number2note
mapped notes to numbers. It made no sense, so I reversed it.
Ditto patch2number and number2patch! What was I thinking?
Typos in %MIDI::note2number fixed. All the A#'s were "A#" instead
of "A#3" or whatever. I also changed the "#" for sharp to "s",
giving, e.g., "As3" instead of "A#3". This gives a representation
compatable with MIDI::Simple's notation. But note that
%MIDI::note2number doesn't contain all of the possible ways
MIDI::Simple could let you represent a note -- just a
(semi-quirky) subset of them.
New module MIDI::Simple.
Added MIDI::Event:: score subs, to support draw() and
MIDI::Simple.
Added MIDI::Opus::draw and supporting subs.
1998-08-16 Sean M. Burke sburke@netadventure.net
* Release 0.61: Feh. Forgot to re-comment out the debug code
in MIDI::Simple
1998-08-16 Sean M. Burke sburke@netadventure.net
* Release 0.62: Hooboy! Third release in a 24-hour period!
This time to fix a lame big in MIDI::Score.
1998-10-18 Sean M. Burke sburke@netadventure.net
* Release 0.70
* Some stupid typos in MIDI.pm fixed.
* MIDI::Simple greatly expanded and changed. Almost
a total rewrite, in fact. Docs are feeble, tho.
* More modules use strict now.