infojunkie / musicxml-midi

MusicXML to MIDI converter via Musical MIDI Accompaniment (MMA).
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
12 stars 1 forks source link

Generate `measure.id` when unrolling #46

Open infojunkie opened 1 month ago

infojunkie commented 1 month ago

To support unrolling the score reliably, generate a measure.id that is a combination of measure.number of the original and some unique serial, such as the duplication count. This will allow score clients to map the unrolled measures back to their original.

This will probably mean that any existing measure.id attribute in the original will be lost.