-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
loopcontrol: prevent moving a loop beyond track end #3117
Conversation
72f41a0
to
75344a1
Compare
ping @Be-ing |
this seems trivial, could anyone else please have a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! Should this be backported to 2.2?
idk. have to take a look how looping works in 2.x |
Indeed it works the same there. |
Just rebase and this will end up in |
75344a1
to
43bba75
Compare
ready! |
Can you add a change log entry? Then we can merge. |
43bba75
to
26689c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, waiting for CI.
Gosh, AppVeyor is really slow. |
CI fails are unrelated. |
quick fix for https://bugs.launchpad.net/mixxx/+bug/1799574
bug:
we don't allow creating a loop with loop_out beyond the track end but it was possible to shift the loop there.
playback would stop unexpectedly.