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

Fix decimal tick durations #20

Closed infojunkie closed 2 years ago

infojunkie commented 2 years ago

Some combinations of divisions and note durations can lead to decimal tick durations, which are not accepted by MMA. MMA hardcodes the ratio of MIDI ticks to quarter-note to 192:1, which can lead to rounding issues with the sheet's divisions setting. It would be good to set the MMA ratio to the value of divisions, but this would require extensive changes in the MMA codebase.