Connexion rapide:  

Forum: General Discussion

Sujet Wait Script

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

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.
 

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

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

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

 

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

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

Posté Tue 30 Mar 21 @ 2:21 pm


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