Open KdaiP opened 1 week ago
The functionality that writes to MusicXML is not perfect (I spent most of my time focusing on writing to MIDI and WAV formats). I am currently working on improving this part of MusicRender
-- it should be ready in about a week.
Hi, thanks for your awesome work! I encountered an issue while trying to convert PDMX JSON files to MusicXML. The conversion doesn’t seem to work as expected.
I use the code below to convert:
And we get the result: Convert to midi:
Convert to music21/musicxml(muspy use music21 as backend to save musicxml file, so it get the same result):
It seems that there are some problem on converting to musicxml. I’ve also attached some example files for reference. Could you give some guidance on how to resolve this issue? Thank you for your help!
debug.zip