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 using accumulators #24

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

I discovered this wonderful construct for XSLT 3 called xsl:accumulator which allows to cleanly store and update global state. This can be used to replace the various measure template parameters that currently represent the state.

infojunkie commented 1 year ago

Ongoing as part of #28

infojunkie commented 1 year ago

Discussion ongoing at Saxonica forum.

infojunkie commented 1 year ago

Done as per https://github.com/infojunkie/musicxml-midi/releases/tag/v2.0.0