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: fix asserts for loop move #11735

Merged
merged 2 commits into from Jul 10, 2023
Merged

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Jul 10, 2023

adjustedPosition <= newLoopEndPosition is wrong since newLoopEndPosition is considered outside the loop and jumping there would disable the loop.

I hit those assertions while trying to reproduce #11732, while moving a loop (set exactly at track start 0.00) back and forth crossing track start sample (where rounding issues occur.. ?)

adjustedPosition <= newLoopEndPosition is wrong since newLoopEndPosition is considered
outside the loop and jumping there would disable the loop.
@ronso0 ronso0 added the looping label Jul 10, 2023
@ronso0 ronso0 added this to the 2.4.0 milestone Jul 10, 2023
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

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

LGTM, Thank you.

@daschuer daschuer merged commit cda7bce into mixxxdj:2.4 Jul 10, 2023
13 checks passed
@ronso0 ronso0 deleted the loopmove-assert branch July 10, 2023 20:49
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.

None yet

2 participants