[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.h,1.43,1.44

Eugene Sandulenko sev at users.sourceforge.net
Tue Apr 12 17:13:27 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29566/sound

Modified Files:
	mididrv.h 
Log Message:
Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and
#1181750 "Updated Native MIDI documentation". Thanks _tom a lot.


Index: mididrv.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- mididrv.h	10 Apr 2005 14:33:44 -0000	1.43
+++ mididrv.h	13 Apr 2005 00:11:49 -0000	1.44
@@ -137,6 +137,8 @@
 		send((  0   << 16) | (100 << 8) | (0xB0 | channel));
 		send((range << 16) | (  6 << 8) | (0xB0 | channel));
 		send((  0   << 16) | ( 38 << 8) | (0xB0 | channel));
+		send(( 127  << 16) | (101 << 8) | (0xB0 | channel));
+		send(( 127  << 16) | (100 << 8) | (0xB0 | channel));
 	}
 
 	virtual void sysEx (byte *msg, uint16 length) { }





More information about the Scummvm-git-logs mailing list