Allow gradual fading for potmeter controls, e.g. the crossfader
Bug #1093298 reported by
jus
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
This is a follow up to the discussion in lp:197696 "Crossfader cannot do softstep"
We should add support for gradual fades to potmeter controls and also _up_small and _down_small controls.
This would allow e.g. to smooth, gradual crossfade when the control is held down. The current behaviour is cumbersome where we have to click 50 times to move the crossfader from the center to the outer position in small steps.
Related branches
Changed in mixxx: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Keyboard-wise we don't allow repeats so holding down a key won't smoothly fade. To allow a smooth-fade without jamming the key over and over we'd have to enable repeats. The downside of that is if you hold down 'd' for too long then it would be the same as repeatedly pressing d over and over which would cause deck 1 to rapidly start and stop. Maybe we should try and inspect the control the key is mapped to and if it is a potmeter then allow repeats?