Description
I'm currently implementing a solution to improvise along backing tracks. I'd like to show in my UI metronome counting.
It would be awesome having events dispatched containing info like current tempo, current click in measure, total clicks in current measure etc...
Possible Solutions
- dispatching synth events when consuming this queue https://github.com/CoderLine/alphaTab/blob/master/src/synth/MidiFileSequencer.ts#L191
- expose the aforementioned queue and we can infer the current metronome status from the midi tick
Current Workarounds
none as synthdata is buried in the worker :(
P.S. keep up the amazing work!
Description
I'm currently implementing a solution to improvise along backing tracks. I'd like to show in my UI metronome counting.
It would be awesome having events dispatched containing info like current tempo, current click in measure, total clicks in current measure etc...
Possible Solutions
Current Workarounds
none as synthdata is buried in the worker :(
P.S. keep up the amazing work!