Ingreso rápido:  

Forum: Old versions

Tema: scripting Question ddj-sx/SZ

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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?
 

Mensajes 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
 

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

 

Mensajes Thu 22 May 14 @ 4:56 pm


(Los tópicos y foros antiguos son automáticamente cerrados)