meico v0.7.4
v0.7.4
- Enhancement in method
meico.mei.Mei.processMeasure()
. If a measure does not comply with the underlying time signature meico needs to add anothertimeSignature
element in thetimeSignatureMap
. However, the subsequent measure may comply with the original time signature. Hence, at the end of the non-compliant measure meico should switch back to the original time signature. This is what it does now. - Minor stability fix in method
meico.mei.Mei.addDynamicsToMpm()
.