You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/.
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
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?
The text was updated successfully, but these errors were encountered: