Skip to content

Commit

Permalink
fix #122626: Fail to import MIDI file properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 27, 2016
1 parent b3c18ba commit 9ec4e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midi/midifile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ec4e31

Please sign in to comment.