-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.state-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Description
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!
Metadata
Metadata
Assignees
Labels
area-playerRelated to the audio playback engine.Related to the audio playback engine.state-acceptedThis is a valid topic to work on.This is a valid topic to work on.