Does anyone know how to convert MIDIXML to a format musescore can read?
Similar to this old post ( https://musescore.org/en/node/2836 ) I have some songs in midiXML (http://www.musicxml.org/dtds/midixml.dtd) format. Does anyone know how I can convert it into a format that musescore can read?
Comments
As far as I can tell the answer given there 12 years ago is still valid
In reply to As far as I can tell the… by Jojo-Schmitz
That answer says to convert it to midi, but there is no details on how to actually do that.
In reply to That answer says to convert… by mdthyer
True, I guess that still is the part to investigate ;-)
It seems to be very easy to convert it to midi. I could program it for you, but I would need some xml examples. PN?
xml2midi does the job.
The Source is in: https://juerg5524.ch/data/midi-sequenzer.zip
In reply to xml2midi does the job. The… by jmueller5524
With some improvements.
In reply to With some improvements. by jmueller5524
How about making it a project on GitHub?
In reply to How about making it a… by Jojo-Schmitz
https://github.com/juerg-mueller/xml2midi
It is my first!
In reply to With some improvements. by jmueller5524
Thanks! this is looking really promising, however I get the following error when I try to use it "event error: "Absolute" is not implemented yet!"
In reply to Thanks! this is looking… by mdthyer
To be able to implement that, I need an example.
In reply to To be able to implement that… by jmueller5524
I have just sent you one through private message. Let me know if you don't see it.
In reply to I have just sent you one… by mdthyer
Please, can you zip it first and then send the zipped file.
In reply to Thanks! this is looking… by mdthyer
Now it should be implemented. Please check.
In reply to Now it should be implemented… by jmueller5524
Amazing! that is working for the majority of midiXML files but some have the error "variante des typs (Null) konnte nicht in Typ (OleStr) konvertiert werden." I will email through an example.
jmueller5524's app now coverts the midiXML perfectly! Thanks Jürg!
In reply to JMüller's app now coverts… by mdthyer
Lazarus Debian project added in: https://github.com/juerg-mueller/xml2midi