Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looping commands in modules cause playback bar to jump around #54

Closed
mankeli opened this issue Dec 12, 2020 · 1 comment
Closed

Looping commands in modules cause playback bar to jump around #54

mankeli opened this issue Dec 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mankeli
Copy link

mankeli commented Dec 12, 2020

For example at 05:00 in this mod.

@mmontag mmontag added the bug Something isn't working label Mar 31, 2021
@mmontag
Copy link
Owner

mmontag commented May 23, 2023

I think this is a quirk of libxmp (underlying library).

It does not report a monotonically increasing playback position, but exposes only the raw xmp_frame_info.time https://github.com/libxmp/libxmp/blob/master/include/xmp.h#L326.
Similarly, I don't think the reported duration takes loops into account. It is only an estimate.
Would prefer not to patch libxmp, so this is how it will remain for now.

https://github.com/libxmp/libxmp/blob/f56472b117c592e3056a8d89aae847496df7dfac/docs/tracker_notes.txt#L218

@mmontag mmontag closed this as completed May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants