#8390 closed patch
simple midi patch
Reported by: | SF/megath | Owned by: | Kirben |
---|---|---|---|
Priority: | normal | Component: | Audio: MT32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
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);
Ticket imported from: #1094825. Ticket imported from: patches/495.
Change History (5)
comment:1 by , 20 years ago
Status: | new → pending |
---|---|
Summary: | simple midi patch → simple adlib/midi patch for simon |
comment:2 by , 20 years ago
comment:3 by , 20 years ago
Owner: | set to |
---|---|
Status: | pending → closed |
Summary: | simple adlib/midi patch for simon → simple midi patch |
comment:4 by , 20 years ago
Added patch to ScummVM CVS. Next time just attached the patch file and give a description of the patch.
comment:5 by , 6 years ago
Component: | → Audio: MT32 |
---|
Please attach patches as files, and use the unified patch format; else we have a very hard time looking at them or applying them (pasting it into the text field, like you did, causes it to be completely messed up).
Also, please always explain what your patch does.