Skip to content

Commit 41c2abd

Browse files
committed
more precise tempo export in MIDI
1 parent 5104373 commit 41c2abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mscore/exportmidi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void ExportMidi::writeHeader()
176176
//--------------------------------------------
177177

178178
TempoMap* tempomap = cs->tempomap();
179-
int relTempo = tempomap->relTempo();
179+
qreal relTempo = tempomap->relTempo();
180180
foreach(const RepeatSegment* rs, *cs->repeatList()) {
181181
int startTick = rs->tick;
182182
int endTick = startTick + rs->len;

0 commit comments

Comments
 (0)