-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-48: Crash caused by importing negative offset
Some faulty MusicXML files include directions with an offset that points to a tick < 0. This imports, but then crashes as soon as any command is done on that direction. This commit adds a check upon import that truncates any negative offset with a larger magnitude than the associated tick, preventing this issue in MusicXML import.
- Loading branch information
1 parent
3476c0f
commit 2c2dcab
Showing
4 changed files
with
1,176 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.