[Scummvm-cvs-logs] SF.net SVN: scummvm: [29289] scummvm/trunk/sound/softsynth/adlib.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Oct 28 14:55:17 CET 2007


Revision: 29289
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29289&view=rev
Author:   fingolfin
Date:     2007-10-28 06:55:16 -0700 (Sun, 28 Oct 2007)

Log Message:
-----------
Patch #1800085: small 'unknown control change byte 32' patch

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/adlib.cpp

Modified: scummvm/trunk/sound/softsynth/adlib.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/adlib.cpp	2007-10-28 13:37:06 UTC (rev 29288)
+++ scummvm/trunk/sound/softsynth/adlib.cpp	2007-10-28 13:55:16 UTC (rev 29289)
@@ -675,7 +675,9 @@
 
 void AdlibPart::controlChange(byte control, byte value) {
 	switch (control) {
-	case 0:   break; // Bank select. Not supported
+	case 0:   
+	case 32: 
+		break; // Bank select. Not supported
 	case 1:   modulationWheel(value); break;
 	case 7:   volume(value); break;
 	case 10:  break; // Pan position. Not supported.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list