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

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

1.2.2 #

  • fix: Xml documents with multiple score parts were not read anymore #13

1.2.1 #

  • fix: doubled ties #9
  • fix: parse part-name #9
  • fix: parse list part #10

1.2.0 #

  • Don't throw an exception when the lyric has no text
  • Read movement-title
  • Identify notes belonging to the same tied note by a shared id
  • Refactor ChordSymbol to prevent warnings
  • Add SimpleKind to get the basic form of a chord, i.e. major, minor, augmented, diminished, sus or other. With .kind.simple, the simple kind can be read out.
  • Add Note.pitchTypeSafe property to read out pitch information more easily.
  • Add Note.noteDurationTied to get the complied duration of a tied note.
  • Add additional note information Note.isNoteOn, isNoteOff, continuesOtherNote, isContinuedByOtherNote

1.1.0 #

  • Add lyric, tie, print (#3)

1.0.4 #

  • Public constructor

1.0.3 #

  • Upgrade dependencies

1.0.2 #

  • Refactor constructors with factory

1.0.1 #

  • Remove redundant dependencies

1.0.0 #

  • Support parse from xml string.
13
likes
140
pub points
64%
popularity

Publisher

verified publisherdemen.org

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

xml

More

Packages that depend on music_xml