-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Milestone
Description
Hello.
Is there a way to obtain the current "midi ticks" as e.g. in Fluidsynth? Need this again for EasyRPG Player because there is an event command where the game can ask for the midi position in ticks :/.
https://github.com/FluidSynth/fluidsynth/blob/master/src/midi/fluid_midi.c#L2261
I see that you store the samples in
mdi->events[mdi->event_count - 1].samples_to_next += sample_count;
mdi->extra_info.approx_total_samples += sample_count;Guess they can be used to calculate the playback position? At least WildMidi_FastSeek uses them but I can't see any way to read these values directly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels