Closed iv41879 closed 8 years ago
If midi file has wrong track format than function QMidiFile::load stucks in indefinite loop where condition is always true... while (number_of_tracks_read < number_of_tracks)
while (number_of_tracks_read < number_of_tracks)
Please see attached example midi file
+Careless.zip
I'm not closing this so I can look into the unsupported track format further.
Yeah, it appears that file is just plain corrupt, two other players I tried give errors when attempting to load it.
If midi file has wrong track format than function QMidiFile::load stucks in indefinite loop where condition is always true...
while (number_of_tracks_read < number_of_tracks)
Please see attached example midi file
+Careless.zip