-
-
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
script.crossfaderCurve does not work as desired #8192
Comments
Commented by: daschuer If we fix this this, it should be easy to fix Bug #829538 as well, by shifting the maximum towards a steep cut. IMHO this is a 1.12 bug, and it should be fixes without any interface changes. Thoughts? |
Commented by: daschuer xFaderCalibration is used in both modes. |
Commented by: daschuer Please note: the xFaderCalibration depends on the value of xFaderCurve to achieve a desired curve. Fading: See: mixxx/src/engine/enginexfader.cpp Line 10 in d46433b
|
Commented by: kejbilgsf Maybe this comment will be helpful:
So, the xFaderCurve is in the range of 1 to 1000 while 50 % slider results to about 2, which represents a medium rounded fader curve. |
Reported by: daschuer
Date: 2015-08-06T10:17:30Z
Status: Confirmed
Importance: Medium
Launchpad Issue: lp1482163
The code implies that we are able to tweak the xFader independently for each mode.
Unfortunately the slider in the xFader preferences tweaks xFaderCalibration and xFaderCurve in both modes.
Tweaking the modes independently seams to be desirable. So I consider the CO interface and the preference dialog and the underlying calculation as broken.
The text was updated successfully, but these errors were encountered: