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

Use compiled stylesheets in musicxml-mma #32

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

The transformation musicxml-mma is an aggregate that runs the transformations musicxml-unroll followed by musicxml-mma-unrolled. At the moment, the aggregate invokes the XSL transformations, which is a waste since the compiled stylesheets (.sef.json) are available. There should be a way to invoke those instead.

infojunkie commented 1 year ago

As per https://saxonica.plan.io/issues/5928. Current working code in https://github.com/infojunkie/musicxml-mma/tree/transform-sef, awaiting cleanup and merging.