de-men / music_xml

A Dart package project to parse MusicXML.
https://pub.dev/packages/music_xml
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

[question] is there an example of how to transform the MusicXmlDocument into a MIDI? #17

Open rafaeljustinox opened 9 months ago

rafaeljustinox commented 9 months ago

I know that the context of this package is just to parse XML. But would you have an example of MusicXmlDocument being used to build a MIDI file or to play MIDI notes in a sequenced and timed manner?

rafaeljustinox commented 9 months ago

@thaihuynhxyz

thaihuynhxyz commented 9 months ago

Sorry @rafaeljustinox, I have no time right now. Please feel free to contribute your example to this repository.

rafaeljustinox commented 9 months ago

@thaihuynhxyz I can contribute as soon as I manage to implement it. But I would like to understand for what purpose this package was used besides parsing the xml. Is there any other project where you used this package? Or was the idea just to extract information from the xml? If you have any tips on how I could use the parsed object to play the sounds synchronously, I'd appreciate it.