-
-
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
Don't reset xfader when auto DJ is disabled #4714
Conversation
As I stated in the original bug lp:1965298 I disagree with the rationale of the PR which introduced this behaviour #313 (I just never noticed since I don't use AutoDJ) TLDR;
|
I agree for 2.4 to remove the behaviour completely. When you think we can effort to break the existing reset feature in the stable release has well, I will change this PR accordingly. For now I think this PR is the least controversial version. What do you think? |
If we want to fix the volume bug and agree that consistent, predictable behaviour is crucial there is no other choice than removing auto-centering now. Also, I think for AutoDJ users it doesn't matter if we change the behaviour in a minor or in a major update. Let's keep in mind that Mixxx is primarily designed for manual DJing and AutoDJ is a supplementary feature. Even though there are appearantly many AutoDJ-only users, I doubt they mix its crossfader mixing with manual volume fader mixing, and if so resetting the crossfader is just a right-click away. |
What do other @mixxxdj/developers think? When AutoDJ runs out (auto-off after fading to last queued track) should we
? |
see https://www.hyrumslaw.com/. I still think we should change the behavior, but we need to make it clear enough in the changelog.
I favor this. AutoDJ is already full of magic, making it seemingly unpredictable (and thus the reason I still don't trust it in live situations), so removing one more undocumented behavior is a good idea! |
This fixes the volume change when the xfader is configured in const power mode, bug https://bugs.launchpad.net/bugs/1965298
OK, I have removed the xfader reset unconditionally. |
Thank you, LGTM |
I also did a manual test of this one-line change. Works as intended : ) |
This fixes #10683