Subject: CVS commit: [chap-midi] src/usr.bin/midiplay
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 05/31/2006 22:49:30
Module Name:	src
Committed By:	chap
Date:		Wed May 31 22:49:29 UTC 2006

Modified Files:
	src/usr.bin/midiplay [chap-midi]: midiplay.1 midiplay.c

Log Message:
Use the sequencer's knobs for tempo, rather than leaving them at a fixed
setting and doing the same computations in this code. The chief benefit is
to make this code clearer, and more helpful as an example of how the
stuff works. It also exposed a long-hidden bug in the sequencer's tempo
handling, now fixed.

Display some meta events more informatively. Clarify the exact meaning and
effect of some options in the man page.

Absolute-timed MIDI files should be playable now, though I do not have
any to test.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.12.1 src/usr.bin/midiplay/midiplay.1
cvs rdiff -r1.22.12.1 -r1.22.12.2 src/usr.bin/midiplay/midiplay.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.