[ scummvm-Patches-1094825 ] simple midi patch

SourceForge.net noreply at sourceforge.net
Mon Jan 3 08:53:27 CET 2005


Patches item #1094825, was opened at 2005-01-03 13:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1094825&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vladimir Menshakov (megath)
Assigned to: Nobody/Anonymous (nobody)
Summary: simple midi patch

Initial Comment:
RCS file:
/cvsroot/scummvm/scummvm/sound/softsynth/adlib.cpp,v
retrieving revision 1.2
diff -r1.2 adlib.cpp

671a672
>       case 0:   break; //bank select. not supported
682c683,688
<       case 121: break; // Unknown, used in Simon the
Sorcerer 1
---
>       case 121: // reset all controllers
>               modulationWheel(0);
>               pitchBendFactor(0);
>               detune(0);
>               sustain(0);
>               break;
685c691
<               warning("Adlib: Unknown control change
message %d", (int) control);
---
>               warning("Adlib: Unknown control change
message %d (%d)", (int) control, (int)value);


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1094825&group_id=37116




More information about the Scummvm-tracker mailing list