Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#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 fingolfin, 19 years ago

Status: newpending
Summary: simple midi patchsimple adlib/midi patch for simon

comment:2 by fingolfin, 19 years ago

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.

comment:3 by Kirben, 19 years ago

Owner: set to Kirben
Status: pendingclosed
Summary: simple adlib/midi patch for simonsimple midi patch

comment:4 by Kirben, 19 years ago

Added patch to ScummVM CVS. Next time just attached the patch file and give a description of the patch.

comment:5 by digitall, 5 years ago

Component: Audio: MT32
Note: See TracTickets for help on using tickets.