scrime-u-bordeaux / web-midifile-performer

a web version of the midifile performer software
0 stars 0 forks source link

Add support for MusicXML files specifying multiple divisions #95

Open NyuBlara opened 5 months ago

NyuBlara commented 5 months ago

Unlike a MIDI file, where the division attribute is header-defined and unchanging, MusicXML allows the user to specify it multiple times, and there may be parallel tracks that use different divisions. Of course, we still have to funnel every one of these into a single division value eventually.