infojunkie / musicxml-midi

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

Add time signature information to grooves #38

Closed infojunkie closed 2 months ago

infojunkie commented 1 year ago

We need to inform the API client which time signature applies to each groove, to avoid choosing grooves that don't match the score's time signature.

This will probably involve parsing the groove definition files to extract the TimeSig information.