Sign In:     


Forum: Old versions

Topic: scripting Question ddj-sx/SZ

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

hello like to change the loop in/out funktion for my sx/sz

description:
Set loop in point (Loop not active)/Adjust loop in point (Loop active)
code:
loop ? wheel_mode "loop_in,jog" : loop_in

Description:
Set loop out point (Loop in point set)/Adjust loop out point (Loop
active)
code:
loop ? wheel_mode "loop_out,jog" : loop_in ? Loop_out

did not work anybody out there with an idea?
 

Posted Wed 21 May 14 @ 4:31 pm
gbeul wrote :
hello like to change the loop in/out funktion for my sx/sz

description:
Set loop in point (Loop not active)/Adjust loop in point (Loop active)
code:
loop ? wheel_mode "loop_in,jog" : loop_in

Description:
Set loop out point (Loop in point set)/Adjust loop out point (Loop
active)
code:
loop ? wheel_mode "loop_out,jog" : loop_in ? Loop_out

did not work anybody out there with an idea?


loop ? wheel_mode "loop_in,jog" : loop_in <---Correct
loop ? wheel_mode "loop_out,jog" : loop_in ? Loop_out <----- Wrong. Should be:
loop ? wheel_mode "loop_out,jog" : loop_out
 

thanks that worked

 



(Old topics and forums are automatically closed)