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

svn-id: r46559
This commit is contained in:
Martin Kiewitz 2009-12-25 16:29:16 +00:00
parent 86701f4019
commit 16eff8660d

View file

@ -308,11 +308,9 @@ void MidiDriver_Adlib::send(uint32 b) {
case 0xc0: case 0xc0:
_channels[channel].patch = op1; _channels[channel].patch = op1;
break; break;
// The original adlib driver from sierra ignores aftertouch completely, so should we
case 0xa0: // Polyphonic key pressure (aftertouch) case 0xa0: // Polyphonic key pressure (aftertouch)
// Aftertouch in the OPL thing?
break;
case 0xd0: // Channel pressure (aftertouch) case 0xd0: // Channel pressure (aftertouch)
// Aftertouch in the OPL thing?
break; break;
case 0xf0: // SysEx, ignore it case 0xf0: // SysEx, ignore it
break; break;