Quick Sign In:  

Forum: General Discussion

Topic: Wait Script

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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.
 

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

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

geposted 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.

 

geposted 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".
 

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

geposted Tue 30 Mar 21 @ 2:21 pm


(Alte Themen und Foren werden automatisch geschlossen)