nfroidure / midifile

A MIDI file parser/writer using ArrayBuffers
http://karaoke.insertafter.com
MIT License
199 stars 30 forks source link

Is the playTime of the lyrics in milliseconds? #32

Closed kmoon2437 closed 3 years ago

kmoon2437 commented 3 years ago

Is the playTime of the lyrics in milliseconds?

mk-pmb commented 3 years ago

Thank you for this question. It made me discover that our test case for this is broken. I'm almost certain the answer is "yes, milliseconds, like the event retriever uses." I'll report with certainty once I've fixed the tests and they pass.