登录:     


Forum: Old versions

Topic: scripting Question ddj-sx/SZ

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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?
 

发表时间 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

 



(陈旧帖子或论坛版块会自动关闭)