You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached MusicXML file, exported from a Musescore file, makes musicxml2hum abort at the Tool_musicxml2hum::convertOttavaToHumdrum() function.
I don't know exactly which is the culprit. May be the MusicXML file is ill-exported by Musescore. musicxml2hum aborts due to lines humlib.cpp:54401-54406 computing a 'staffindex' value equal to -1, which causes the program to abort due to an 'out_of_range' exception at line 54412. May be the use of 'atoi()' in that code produces some undefined behaviour.
The attached MusicXML file, exported from a Musescore file, makes musicxml2hum abort at the Tool_musicxml2hum::convertOttavaToHumdrum() function.
I don't know exactly which is the culprit. May be the MusicXML file is ill-exported by Musescore. musicxml2hum aborts due to lines humlib.cpp:54401-54406 computing a 'staffindex' value equal to -1, which causes the program to abort due to an 'out_of_range' exception at line 54412. May be the use of 'atoi()' in that code produces some undefined behaviour.
exported_by_musescore.zip
The text was updated successfully, but these errors were encountered: