Accesso rapido:  

Forum: Old versions

Topic: scripting Question ddj-sx/SZ

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

gbeulPRO InfinityMember since 2007
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?
 

Inviato 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
 

Inviato Thu 22 May 14 @ 5:58 am
gbeulPRO InfinityMember since 2007
thanks that worked

 

Inviato Thu 22 May 14 @ 4:56 pm


(Vecchi argomenti e forum sono automaticamente chiusi)