Ticket #8722: cc32.patch
File cc32.patch, 537 bytes (added by , 17 years ago) |
---|
-
sound/softsynth/adlib.cpp
675 675 676 676 void AdlibPart::controlChange(byte control, byte value) { 677 677 switch (control) { 678 case 0: break; // Bank select. Not supported 678 case 0: 679 case 32: 680 break; // Bank select. Not supported 679 681 case 1: modulationWheel(value); break; 680 682 case 7: volume(value); break; 681 683 case 10: break; // Pan position. Not supported.