grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.
Mozilla Public License 2.0
152 stars 33 forks source link

xml2midi error when a chord with ties #31

Open zhuxm1979 opened 5 years ago

zhuxm1979 commented 5 years ago

when i trasfer a musicxml to midi, if the musicxml contains chord with ties, the midi note duration will be longer than it should be. maybe it's caused by fPendingDuration added dur more than one times on chord.

further more, when tie start and stop match wrong, for example, has start but no stop, the note will lose.