You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
Have you build anything with this project yet? If not, here's some help with your questions:
I think the scope of this package is to read MusicXML into an object representation so that people can build programs that interop with MusicXML. Integrating MIDI would be a Bring Your Own Code use case that this package is meant for.
A lot of MIDI related packages on pub.dev read MIDI from .sf2 files.
Here is one that lets you build a MIDI programmatically: dart_midi_pro.
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 aMIDI
file or to playMIDI
notes in a sequenced and timed manner?The text was updated successfully, but these errors were encountered: