Ticket #8722: cc32.patch

File cc32.patch, 537 bytes (added by SF/megath, 17 years ago)
  • sound/softsynth/adlib.cpp

     
    675675
    676676void AdlibPart::controlChange(byte control, byte value) {
    677677        switch (control) {
    678         case 0:   break; // Bank select. Not supported
     678        case 0:   
     679        case 32:
     680                break; // Bank select. Not supported
    679681        case 1:   modulationWheel(value); break;
    680682        case 7:   volume(value); break;
    681683        case 10:  break; // Pan position. Not supported.