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 detection last sound if track does not end with silence. #13545

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

daschuer
Copy link
Member

@daschuer daschuer commented Aug 8, 2024

This can be fixed by deleting the outro cue points and reload the track into a deck. Fixes #13449

This can be fixed by deleting the outro cue points and reload the track into a deck.
Fixes mixxxdj#13449
@daschuer daschuer added this to the 2.4.2 milestone Aug 8, 2024
Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for investigating. This may have been spotted earlier if we properly encoded the "no silence found" state in the typesystem (std::optional<SINT> maybe).

@Swiftb0y Swiftb0y merged commit 14ce13d into mixxxdj:2.4 Aug 8, 2024
14 checks passed
@acolombier acolombier mentioned this pull request Aug 13, 2024
davidlmorris added a commit to davidlmorris/mixxx that referenced this pull request Oct 19, 2024
Adjust lasttSampleBeforeFadeOut (and avoid a regression with lastSoundSample) to bring it into line with mixxxdj#13545
(I assume I was working off an older code base.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants