[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.31,1.32

Max Horn fingolfin at users.sourceforge.net
Sun Dec 8 06:10:03 CET 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv28007

Modified Files:
	mididrv.cpp 
Log Message:
Ignore weird MIDI messages for now; maybe Jamieson knows more?

Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- mididrv.cpp	30 Nov 2002 01:15:48 -0000	1.31
+++ mididrv.cpp	8 Dec 2002 14:09:35 -0000	1.32
@@ -968,6 +968,10 @@
 			// pitch bend changes - ignore those for now
 			break;
 
+		case 0x12:
+			// What is this ?!? Ignore it for now
+			break;
+
 		default:
 			// Error: Unknown MIDI effect: 007f76b3
 			warning("Unknown MIDI effect: %08x", (int)b);





More information about the Scummvm-git-logs mailing list