mid-file causes musescore to crash
Hi
I've made mid-file, and it seems that it causes Musiscore 2 to crash when
opening it.
The mid-file is made in Propellerheads Reason. After saving the file on my
desktop, I just wanted to open it up with Musiscore 05 Fra Mols til Skagen.mid
Comments
I do not know why.
I opened with 1.3 then saved as XML and then opened with 2.0
check it
In reply to I do not know why. I opened by Shoichi
Thanks - it seems to work fine that way.
The reason seems to be, that this midi file uses a (quite high) midi division of 15360.
Since MuseScore calculates its own tick value by first multiplying the midi tick by its own division (480) the maximum allowed midi tick value is 4473924 which (given a midi division of 15360) leads to an overflow in measure 73. Since the file has 75 measures, it can't be read.
Im going to report this on the issue tracker.
In reply to The reason seems to be, that by heuchi
Thanks for the feedback - very helpful:)
Fixed in https://github.com/musescore/MuseScore/pull/1958