Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Deck pause
Hi. Does anyone know how to write the code to tell vdj to pause the track when I move the slider from deck 1 to 2, there is a fader stop start but that restarts the track
 

Posted Thu 04 Apr 24 @ 7:06 pm
locoDogPRO InfinityModeratorMember since 2013
crossfader & param_bigger crossfader 0.7 ? param_smaller crossfader 0.4 ? set $xfpause 1 : var $xfpause 1 ? param_equal 0.0 crossfader ? set $xfpause 0 & deck 2 pause : : : param_equal 1.0 crossfader ? set $xfpause 0 & deck 1 pause

something like that, I should be able to write it neater but it wasn't working
 

Posted Thu 04 Apr 24 @ 10:38 pm