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

Fix songs not ending in rare cases #453

Merged
merged 3 commits into from
Jun 11, 2023

Conversation

RileyTheFox
Copy link
Collaborator

Some songs (presumably with corrupt audio files) have reported lengths longer than BASS can play. Therefore the song's position never reached the supposed length and the gameplay never ended.

Instead of using the song position, it now uses SYNC events in BASS with callbacks. Probably not done in the nicest way but it did work in quick testing. Might need more testing.

@EliteAsian123 EliteAsian123 merged commit 4c7b776 into YARC-Official:dev Jun 11, 2023
EliteAsian123 added a commit that referenced this pull request Jun 11, 2023
EliteAsian123 added a commit that referenced this pull request Jun 11, 2023
@RileyTheFox RileyTheFox deleted the song-end-event branch June 20, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants