Sign In:     


Forum: VirtualDJ Technical Support

Topic: Make cue behave like on CDJs

This topic is old and might contain outdated or incorrect information.

On CDJs you can only set the cue point when the track is paused, not when it's playing, which means you can't set the cue point while scratching or just holding down the jogwheel to stop the track. In VDJ, as soon as you touch or push down on the platter, pressing the cue button will set instead of revert to it.
How can i replicate this behaviour in VDJ for training purposes?
 

Posted Thu 17 Dec 20 @ 2:29 pm
Remap your cue button to:
touchwheel_touch ? goto_cue : pioneer_cue
 

Thank you very much!
 

I've noticed this has the side effect of the slip indicator in the waveforms continuing to move forward when you use this once and then stop the track normally, even when you turn off the slip mode. Can i change the script to fix this?
 

Can you describe the EXACT steps to reproduce this so that I can see how it can be improved ?
 

Hi Function DJ,

Don't know if this is exactly what you are looking for but I think that I may have produced the behaviour you are looking for in the past by using the following mapping:

Cue Button:
down ? cue ? play & set 'CuePreview' 1 : pause ? set_cue : nothing : play ? var_equal 'CuePreview' 1 ? stop & set 'CuePreview' 0 : set 'CuePreview' 0

Play Button:
var_equal 'CuePreview' 1 ? set 'CuePreview' 0 : play_pause

Basically:
If a deck is playing the cue button does nothing.
If the deck is not playing pushing the cue button sets a cue point. Pushing the cue point again and the track plays from that cue point as long as the button is pressed, but returns to the cue point if the button is released.... unless the play button is pressed which means the track just keeps playing....
 

@PhantomDeejay @Raniki
I'm sorry, i actually commented in the wrong thread. PhantomDeejay's solution still works just fine!
 



(Old topics and forums are automatically closed)