Ticket #9262: midiparser_jumpToTick.patch
File midiparser_jumpToTick.patch, 557 bytes (added by , 14 years ago) |
---|
-
sound/midiparser.cpp
402 402 _driver->sysEx(info.ext.data, (uint16)info.length-1); 403 403 else 404 404 _driver->sysEx(info.ext.data, (uint16)info.length); 405 } else 405 } else if( info.command() != 0x9 ) // Don't send note on; dong so creates a "warble" with some instruments on the MT-32 406 406 sendToDriver(info.event, info.basic.param1, info.basic.param2); 407 407 } 408 408