Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: keyboard control for the crossfader is buggy.
I have assigned the keys:
left - crossfader 0% temporary
right - crossfader 1000% temporary. I put the slider in the skin on the center. He should always return to the center.But if I accidentally press the keys at the same time, the slider gets lost and does not return to the center.
 

Posted Thu 05 May 22 @ 9:56 am
locoDogPRO InfinityModeratorMember since 2013
use down ? :
while_pressed / temporary will conflict if 2 buttons act on the same thing at the same time.
 

Posted Thu 05 May 22 @ 11:03 am
so let him return to the center after the conflict, as originally set
 

Posted Fri 06 May 22 @ 3:30 am
locoDogPRO InfinityModeratorMember since 2013
how ? you press the first button it knows where it is to return to and where you're sending it, when you press a second button while the first action is active where it is is where you sent it.

use down ? with the negative response being xf centred
 

Posted Fri 06 May 22 @ 9:37 am
she always strays to the left, no matter what the first pressed.


I didn't understand about down
 

Posted Fri 06 May 22 @ 9:42 am
If you want the crossfader to always return at center then use these commands:

down ? crossfader 0% : crossfader 50%


down ? crossfader 100% : crossfader 50%
 

Posted Fri 06 May 22 @ 9:56 am