Skip to content

fixed glitch effect by removing cast to integer - #16068

Merged
daschuer merged 1 commit into
mixxxdj:2.5from
fixxiefixx:fix-glitch-effect
Mar 1, 2026
Merged

fixed glitch effect by removing cast to integer#16068
daschuer merged 1 commit into
mixxxdj:2.5from
fixxiefixx:fix-glitch-effect

Conversation

@fixxiefixx

Copy link
Copy Markdown
Contributor

The glitch effect doesn't worked when it was used with tracks that have a BPM value because delay_seconds was calculated with an integer cast.

The result was that delay_seconds was 0 (except of tracks with a low BPM value) and in this case the input buffer was just copied to the output buffer.

@daschuer daschuer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Thank you for finding and fixing it.

@daschuer

daschuer commented Mar 1, 2026

Copy link
Copy Markdown
Member

The pre-commit issue is unrelated to this PR.

@daschuer
daschuer merged commit 3384930 into mixxxdj:2.5 Mar 1, 2026
14 of 15 checks passed
@github-project-automation github-project-automation Bot moved this to Done in Releases Mar 5, 2026
@acolombier acolombier added this to the 2.5.5 milestone Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants