Skip to content

Commit

Permalink
Fix #53121 again (MIDI import)
Browse files Browse the repository at this point in the history
  • Loading branch information
trig-ger committed Apr 13, 2015
1 parent 9f01b12 commit 152fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/importmidi/importmidi.cpp
Expand Up @@ -1146,6 +1146,7 @@ void convertMidi(Score *score, const MidiFile *mf)
processNonLyricMeta(trackList);
setTrackInfo(trackList, mf->midiType());
createKeys(trackList);
MidiKey::recognizeMainKeySig(trackList);
createNotes(lastTick, trackList);
processLyricMeta(trackList);
applySwing(trackList);
Expand All @@ -1155,7 +1156,6 @@ void convertMidi(Score *score, const MidiFile *mf)

MidiLyrics::setLyricsToScore(trackList);
MidiTempo::setTempo(tracks, score);
MidiKey::recognizeMainKeySig(trackList);
MidiChordName::setChordNames(trackList);
}

Expand Down

0 comments on commit 152fb0c

Please sign in to comment.