Ingreso rápido:  

Forum: General Discussion

Tema: Wait Script

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

dfyffePRO InfinityMember since 2003
Im trying to find the script command that will pause 500ms before executing the next script command. I search through vdj verbs but did not see one, Here is what im trying to do, Im applying a padfx to a track then muting a stem, I would like to apply the effect and wait 500ms before the mute_stem. Thanks.
 

Mensajes Tue 30 Mar 21 @ 12:42 pm
repeat_start "MyWait" 500ms 1

First parameter is time, 2nd is how many times to repeat that
 

Mensajes Tue 30 Mar 21 @ 12:48 pm
dfyffePRO InfinityMember since 2003
Rune (dj-in-norway) wrote :
repeat_start "MyWait" 500ms 1
First parameter is time, 2nd is how many times to repeat that

Great, thanks.

 

Mensajes Tue 30 Mar 21 @ 1:59 pm
dfyffePRO InfinityMember since 2003
Now a second part to that, If the stem is active, I would like no delay to deactivate the stem, I tried this and there is still a delay on deactivating the stem "isrepeat ? nothing : deck active mute_stem ? deck active mute_stem Instru : deck active padfx "Echo" 80% while_pressed & repeat_start "MyWait" 500ms 1 & deck active mute_stem Instru".
 

Mensajes Tue 30 Mar 21 @ 2:14 pm
dfyffePRO InfinityMember since 2003
Got it, found my error, was missing the stem noun, thanks again.
 

Mensajes Tue 30 Mar 21 @ 2:21 pm


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