Skip to content
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

File conversion from XML to MIDI with jSymbolic gives incorrect feature values #422

Open
rebmizrahi opened this issue Aug 9, 2023 · 1 comment

Comments

@rebmizrahi
Copy link
Contributor

jSymbolic recognizes n distinct voices in an XML file, but after converting it to MIDI it only recognizes 1. Cory noticed this specific bug but there may be other features affected.

@codaich
Copy link

codaich commented Aug 9, 2023

To clarify: even when original MIDI and Music XML files have the correct amount of voices (e.g., 4), the secondary MIDI file resulting from automatic Music XML -> MIDI conversion has the voices collapsed into one. So, the MIDI file resulting from conversion is misencoded (the problem is not in the jSymbolic feature extraction, it is in the conversion). This will therefore affect all features that consider distinct voices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants