dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
70 stars 19 forks source link

Chord not decoding properly #68

Closed jsbean closed 4 years ago

jsbean commented 5 years ago

This may be related to #41, wherein empty elements don't currently play nice with XMLCoder.

In this case the <chord/> element does not even make it to the XMLKeyedDecodingContainer when it is the first element. However, if it is moved below <pitch>, it works.

jsbean commented 4 years ago

Fixed by #105.