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

music_xml

Build pub package

Simple MusicXML parser used to convert MusicXML into NoteSequence.

Features

Parse music xml

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