Links: http://usermanuals.musicxml.com/MusicXML/MusicXML.htm#TutMusicXML4-1.htm%3FTocPath%3DMusicXML%25203.0%2520Tutorial%7C_____5 Some packages (from other languages) that convert musicxml to midi or vice-versa to learn lessons from: https://github.com/magenta/note-seq/blob/master/note_seq/musicxml_parser.py https://github.com/oov/mxl2mid/blob/master/mxl/convert.go https://github.com/slpopejoy/fadno/blob/master/src/Fadno/Note.hs https://github.com/Perlence/mxml2midi/blob/master/mxml2midi.py https://github.com/raine0524/XmlMidiParser/tree/master/oc_source Transferred issue from MIDI.jl : > > I developed a powerful MusicXML package in Julia, which allows both writing and parsing musicxml files! > https://github.com/aminya/MusicXML.jl > > We need to be able to convert the information from MIDI.jl types to MusicXML.jl types and vice versa. > > This can also solve other issues, such as https://github.com/JuliaMusic/MIDI.jl/issues/116. > Generally, this can help make a more powerful Julia Music ecosystem,
Links: http://usermanuals.musicxml.com/MusicXML/MusicXML.htm#TutMusicXML4-1.htm%3FTocPath%3DMusicXML%25203.0%2520Tutorial%7C_____5
Some packages (from other languages) that convert musicxml to midi or vice-versa to learn lessons from:
https://github.com/magenta/note-seq/blob/master/note_seq/musicxml_parser.py
https://github.com/oov/mxl2mid/blob/master/mxl/convert.go
https://github.com/slpopejoy/fadno/blob/master/src/Fadno/Note.hs
https://github.com/Perlence/mxml2midi/blob/master/mxml2midi.py
https://github.com/raine0524/XmlMidiParser/tree/master/oc_source
Transferred issue from MIDI.jl :