Skip to content

Commit

Permalink
AUDIO: Fix QuickTime MIDI tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Sep 7, 2012
1 parent f333e63 commit 342cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/midiparser_qt.cpp
Expand Up @@ -289,7 +289,7 @@ void MidiParser_QT::initCommon() {

_ppqn = _trackInfo[0].timeScale;
resetTracking();
setTempo(500000);
setTempo(1000000);
setTrack(0);
}

Expand Down

0 comments on commit 342cc02

Please sign in to comment.