Skip to content

Commit

Permalink
Merge pull request #487 from trig-ger/midi_fixes
Browse files Browse the repository at this point in the history
Fix crash in removeOverlappingNotes function (midi import)
  • Loading branch information
lasconic committed Sep 21, 2013
2 parents 3ed53a4 + c60eeb8 commit bd8b902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/importmidi_chord.cpp
Expand Up @@ -74,6 +74,7 @@ void removeOverlappingNotes(std::multimap<int, MTrack> &tracks)
secondOnTime.ticks(), note2.len.ticks());
note1.len = secondOnTime - firstOnTime;
ii = chords.end();
--ii;
break;
}
}
Expand Down

0 comments on commit bd8b902

Please sign in to comment.