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

Missing grooves #48

Open infojunkie opened 2 months ago

infojunkie commented 2 months ago

When npm run build:grooves runs, it reports:

Total number of grooves: 2031

but running jq 'length' build/grooves.json returns

1999

Why?