music_xml 1.3.0
music_xml: ^1.3.0 copied to clipboard
A Dart package project to parse MusicXML. Inspired from Google's magenta.
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
SimpleKindto get the basic form of a chord, i.e.major,minor,augmented,diminished,susorother. With.kind.simple, the simple kind can be read out. - Add
Note.pitchTypeSafeproperty to read out pitch information more easily. - Add
Note.noteDurationTiedto get the complied duration of a tied note. - Add additional note information
Note.isNoteOn,isNoteOff,continuesOtherNote,isContinuedByOtherNote
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.