fix #122626: Fail to import MIDI file properly
This commit is contained in:
parent
b3c18ba5be
commit
9ec4e31adb
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ void MidiTrack::mergeNoteOnOffAndFindMidiType(MidiType *mt)
|
|||
if (rpnh == -1 || rpnl == -1) {
|
||||
qDebug("parameter number not defined, data 0x%x 0x%x, tick %d, channel %d",
|
||||
datah, datal, i->first, ev.channel());
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
// assume that the sequence is always
|
||||
// CTRL_HDATA - CTRL_LDATA
|
||||
|
|
Loading…
Reference in a new issue