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

Scratch on first wheel touch #4761

Merged
merged 2 commits into from
May 18, 2022
Merged

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented May 18, 2022

fixes lp:1800343 No scratching on touching jog wheel for the first time

When touching the wheel scratchEnable does indeed enable scratching, though scratchProcess would disable it right away due to false-positive m_softStartActive (and interpret the wheel turn as jog command), or even stop the deck due to false-positive m_brakeActive or m_spinbackActive (regression from #4708 I think).
Either of those issues occurs, or it just works.

Initializing all related deck bools with false fixes the issue for me.
I don't know how this could be related to using the controller's sound card though (as reported in the bug).

@ronso0 ronso0 added this to the 2.3.3 milestone May 18, 2022
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.

Thank you for the fast fix.
LGTM waiting for Ci

@Swiftb0y Swiftb0y merged commit d76f5f4 into mixxxdj:2.3 May 18, 2022
@Swiftb0y Swiftb0y added the changelog This PR should be included in the changelog label May 18, 2022
@ronso0 ronso0 deleted the scratch-on-first-touch branch May 18, 2022 21:10
@ghost
Copy link

ghost commented Jun 22, 2022

Hey! I was encountering this bug too! I was trying to explain this in 2020 But I guess I didn't do it very well so nobody got it. Thank god it is fixed now!

@ronso0
Copy link
Member Author

ronso0 commented Jun 23, 2022

Alright..
Did you also file a bug we overlooked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog This PR should be included in the changelog regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants