dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

Notations not decoding properly #56

Closed jsbean closed 5 years ago

jsbean commented 5 years ago

Due to XMLCoder #122, choice element cases like Notations.Notation.tuplet(Tuplet), where the associated type (Tuple) has attributes, are not decoded properly.

Essentially all of the Notation cases are currently unsupported, because they use the same construct.