Subject: CVS commit: [chap-midi] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 05/20/2006 03:24:33
Module Name:	src
Committed By:	chap
Date:		Sat May 20 03:24:33 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: midi.c midi_if.h midisyn.c midisynvar.h
	    midivar.h sequencer.c sequencervar.h
	src/sys/dev/usb [chap-midi]: umidi.c umidivar.h

Log Message:
The FST now handles the equivalence between NoteOn (velocity 0) and a
NoteOff with velocity 64, both for canonicalizing (always produce NoteOff)
and compressing (produce whichever allows a current running status to be
exploited). The code from sequencer that attempted to model this behavior
and running status has been superseded and removed. Also removed the
EBADF checks I added to sequencer earlier, as they're handled in a layer
above.


To generate a diff of this commit:
cvs rdiff -r1.43.2.9 -r1.43.2.10 src/sys/dev/midi.c
cvs rdiff -r1.17.14.3 -r1.17.14.4 src/sys/dev/midi_if.h
cvs rdiff -r1.17.2.3 -r1.17.2.4 src/sys/dev/midisyn.c
cvs rdiff -r1.9.14.3 -r1.9.14.4 src/sys/dev/midisynvar.h
cvs rdiff -r1.11.14.9 -r1.11.14.10 src/sys/dev/midivar.h
cvs rdiff -r1.30.14.9 -r1.30.14.10 src/sys/dev/sequencer.c
cvs rdiff -r1.10.14.1 -r1.10.14.2 src/sys/dev/sequencervar.h
cvs rdiff -r1.25.2.5 -r1.25.2.6 src/sys/dev/usb/umidi.c
cvs rdiff -r1.8.14.3 -r1.8.14.4 src/sys/dev/usb/umidivar.h

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