music_xml 1.0.2 music_xml: ^1.0.2 copied to clipboard
A Dart package project to parse MusicXML.
Simple MusicXML parser used to convert MusicXML into NoteSequence.
Features #
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
final document = MusicXmlDocument.parse(file.readAsStringSync());
Additional information #
Inspired from Google's magenta musicxml_parser.py