[Scummvm-cvs-logs] SF.net SVN: scummvm:[46559] scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Dec 25 17:29:16 CET 2009


Revision: 46559
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46559&view=rev
Author:   m_kiewitz
Date:     2009-12-25 16:29:16 +0000 (Fri, 25 Dec 2009)

Log Message:
-----------
SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not support aftertouch

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp

Modified: scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-12-25 16:20:40 UTC (rev 46558)
+++ scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-12-25 16:29:16 UTC (rev 46559)
@@ -308,11 +308,9 @@
 	case 0xc0:
 		_channels[channel].patch = op1;
 		break;
+	// The original adlib driver from sierra ignores aftertouch completely, so should we
 	case 0xa0: // Polyphonic key pressure (aftertouch)
-		// Aftertouch in the OPL thing?
-		break;
 	case 0xd0: // Channel pressure (aftertouch)
-		// Aftertouch in the OPL thing?
 		break;
 	case 0xf0:	// SysEx, ignore it
 		break;


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