Subject: CVS commit: [chap-midi] src/sys
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 06/01/2006 22:06:58
Module Name:	src
Committed By:	chap
Date:		Thu Jun  1 22:06:58 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: sequencer.c sequencervar.h
	src/sys/sys [chap-midi]: midiio.h

Log Message:
Updating midiplay(1) to support the SYSEX CONTINUATION and ESCAPED events
that may appear in MIDI files revealed that the /dev/music API still needs
to expose the MIDIPUTC event from /dev/sequencer (to support ESCAPED); I
also noticed the sequencer was keeping some state globally that should be
per device.


To generate a diff of this commit:
cvs rdiff -r1.30.14.20 -r1.30.14.21 src/sys/dev/sequencer.c
cvs rdiff -r1.10.14.10 -r1.10.14.11 src/sys/dev/sequencervar.h
cvs rdiff -r1.13.14.5 -r1.13.14.6 src/sys/sys/midiio.h

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