Tempo differing between .WAV and .midi exports
So I was trying to export the parts of a project into Reaper, and the drums needed to be exported as a MIDI file, however, when I did this the drums exported at 90 BPM, the current tempo, while the rest of the project, which was exported as a WAV, reverted back to 100 BPM, the original tempo. I managed to fix it by setting the tempo back to 100 BPM, which then exported the WAV files to 90 BPM. Anybody have any idea why?
Comments
Please attach the score you are having problems with and precise steps to reproduce the problem.
Setting tempo is done with a tempo text at the start of the score, not using the Play Panel. Did you use a tempo text?
In reply to Setting tempo is done with a by [DELETED] 5
I used the tempo text, but it first exported at the wrong tempo (100), then when I changed to the tempo to 100, it exported the WAV files at 90, the correct tempo. The MIDI files for the drums didn't have this problem.
In reply to I used the tempo text, but it by nayrsemaj
Again, in order to help further, it really helps to see the score in question.
Here you go: Thingamablooble.mscz
In reply to Here you go: by nayrsemaj
Funny, seems the trailing line feed plus blank at the end of the tempo text throws the detection off track. Remove those and it should work. Do it for the score and the Background Harmonies part, the other parts have it correct already
In reply to Funny, seems the trailing by Jojo-Schmitz
I fixed it already, just wanted to know why it happened. Thanks!
In reply to I fixed it already, just by nayrsemaj
Guess we could improve the regular expression that does the detection to ignore trailing whitespace. See https://github.com/musescore/MuseScore/blob/master/libmscore/tempotext…
In reply to Guess we could improve the by Jojo-Schmitz
See https://github.com/musescore/MuseScore/pull/2248