-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
match file version 1.0.0 voice parsing bug #267
Comments
I'll add it here: the match files for chopin excerpts in 4x22 contain note IDs without dashes, e.g., "n1", the others contain repeats and are identified with dashes, e.g., "n1-1". It would probably be good to have this consistent and append a suffix for the ones without repeats. |
Is this linked issue to any PR? Should it be scheduled for Release 1.3.2 ? |
@huispaty are you looking into this for the next release? some more things I just checked:
in
|
Hello! Yes I pushed a fix for this a few days ago into branch |
in the newest match file version voice information is stored as scoreattribute number with a prefix "v". this is not correctly parsed in load_match, where the voice information is cast to integers. The loading doesn't break but all voice information is lost.
The text was updated successfully, but these errors were encountered: