music_xml 1.3.0 copy "music_xml: ^1.3.0" to clipboard
music_xml: ^1.3.0 copied to clipboard

A Dart package project to parse MusicXML. Inspired from Google's magenta.

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());

Deployment #

Run the publish command in dry-run mode to see if everything passes analysis

flutter pub publish --dry-run

The next step is publishing to pub.dev, but be sure that you are ready because publishing is forever:

flutter pub publish

Additional information #

Inspired from Google's magenta musicxml_parser.py

14
likes
150
points
107
downloads

Publisher

verified publisherdemen.org

Weekly Downloads

A Dart package project to parse MusicXML. Inspired from Google's magenta.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

xml

More

Packages that depend on music_xml