Ticket #5525: midi_aftertouch.patch

File midi_aftertouch.patch, 352 bytes (added by SF/sven3000, 13 years ago)

Patch to enable handing of channel aftertouch messages in the SCI MIDI code.

  • engines/sci/sound/drivers/midi.cpp

     
    335335        case 0xc0:
    336336                setPatch(channel, op1);
    337337                break;
     338        case 0xd0:
    338339        case 0xe0:
    339340                _driver->send(b);
    340341                break;