libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
432 stars 147 forks source link

Add seek, tell, and duration to fluidsynth #521

Closed TheCycoONE closed 1 year ago

TheCycoONE commented 1 year ago

Ensure that when playing a track it starts from the beginning.

Fixes #519

TheCycoONE commented 1 year ago

The change cherry-picks cleanly onto main if you prefer. I am working with sdl2 so I targeted that branch.

madebr commented 1 year ago

Please create a PR for sdl3 as well. So we can keep both branches in sync.

slouken commented 1 year ago

Merged and cherry-picked to main, thanks!

sezero commented 1 year ago

The tick functions are actually available since v1.1.7: should we still restrict them to builds against v2.0?

TheCycoONE commented 1 year ago

Both those releases were in 2018, I'm not sure it's worth the extra condition?