Add APIs to translate midi ticks to milliseconds #1580
Labels
area-player
Related to the audio playback engine.
platform-all
Affects all platforms
state-accepted
This is a valid topic to work on.
type-improvement 🚀
See #1569
The midi tick lookup only allows lookup of playback positions in midi ticks, but not in milliseconds. The translation of midi ticks to milliseconds can be complicated because of tempo changes and the midi formulas.
It would be good if the MidiTickLookup stores also millisecond information and allows lookup of:
getMasterBarStart
,getBeatStart
)findBeat
)The text was updated successfully, but these errors were encountered: