Se Connecter:     


Forum: Old versions

Sujet: scripting Question ddj-sx/SZ

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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?
 

Posté 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

 



(Les anciens sujets et forums sont automatiquement fermés)