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

Tauon can reset playing position for files with 0 length and outright stop them a couple seconds later #1390

Open
C0rn3j opened this issue Jan 14, 2025 · 2 comments
Labels

Comments

@C0rn3j
Copy link
Collaborator

C0rn3j commented Jan 14, 2025

Seems like if we supply length 0 that neither Tauon nor Phazor can parse the length from, Tauon simply ceases to stop playing the file after 5-6 seconds.

Reproducible by using the .mod file from #1389 that libopenmpt breaks its teeth on.

@C0rn3j C0rn3j added the bug label Jan 14, 2025
@Taiko2k
Copy link
Owner

Taiko2k commented Jan 14, 2025

The alternative is that the file is played blindly until the end is reached. That's not a great situation either but it could be implemented.

@C0rn3j
Copy link
Collaborator Author

C0rn3j commented Jan 19, 2025

I think attempting to play blindly is indeed the better alternative for such files, the current start, wait, stop situation is odd to me.

Perhaps with an added warning that the current file is broken. (it already logs to console in the current state)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants