Subject: CVS commit: [chap-midi] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 06/08/2006 04:55:23
Module Name:	src
Committed By:	chap
Date:		Thu Jun  8 04:55:23 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: midisyn.c midisynvar.h

Log Message:
Now with some conversions allowing relatively standard units to be used in
the i/f to synth drivers so everybody means the same thing. For volume
levels, centibels should be ample resolution, and the MIDI Tuning format
specified in RP-012 is a good way to pass around pitches. A nice thing
about both of these formats is that they're manipulated additively.

Next up: redefine the appropriate methods to use these parameter formats.


To generate a diff of this commit:
cvs rdiff -r1.17.2.13 -r1.17.2.14 src/sys/dev/midisyn.c
cvs rdiff -r1.9.14.13 -r1.9.14.14 src/sys/dev/midisynvar.h

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