We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5104373 commit 41c2abdCopy full SHA for 41c2abd
mscore/exportmidi.cpp
@@ -176,7 +176,7 @@ void ExportMidi::writeHeader()
176
//--------------------------------------------
177
178
TempoMap* tempomap = cs->tempomap();
179
- int relTempo = tempomap->relTempo();
+ qreal relTempo = tempomap->relTempo();
180
foreach(const RepeatSegment* rs, *cs->repeatList()) {
181
int startTick = rs->tick;
182
int endTick = startTick + rs->len;
0 commit comments