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

Refactor musicxml-mma.xsl to reuse musicxml-unroll.xsl #28

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

Now that musicxml-unroll.xsl works well, we don't need to duplicate the unrolling code in musicxml-mma.xsl. Instead, the latter script can just process a linear score, which would have been unrolled by the former.