Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Controlling two decks at the same time.

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

I want to use both left decks 1 and 3 using my jog wheel at the same time.
Controlller M-Audio Xponent
This is my Jog wheel Code
JOG
play ? param_multiply 10% & touchwheel : param_multiply 40% & touchwheel

JOG Touch
var_equal browse 0 ? wheel_mode "jog" & touchwheel_touch : var_equal browse 1 ? wheel_mode "browser"

But I don't know where I can place deck 1 and deck 3 in the code
 

geposted Thu 24 Jan 19 @ 10:38 pm
Never Mind Got It
Jog
play ? param_multiply 10% & deck 1 touchwheel & deck 3 touchwheel : param_multiply 40% & deck 1 touchwheel & deck 3 touchwheel
Touch Jog
var_equal browse 0 ? deck 1 wheel_mode "jog" & deck 3 wheel_mode "jog" & deck 1 touchwheel_touch & deck 3 touchwheel_touch : var_equal browse 1 ? deck 1 wheel_mode "browser"
 

geposted Thu 24 Jan 19 @ 11:22 pm
locoDogPRO InfinityModeratorMember since 2013
good work, just remember every button press, dial tweak, jog spin just sends a script and you can program/script it to do anything.
 

geposted Fri 25 Jan 19 @ 3:31 am


(Alte Themen und Foren werden automatisch geschlossen)