Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: VDJScript: global repeater
Hi. Is there a global repeater option in VDJScript?
repeat_start '$xxx' 500ms
 

Posted Sat 04 Jun 22 @ 3:02 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Exactly what u wrote.

E.g.
repeat_start '$xxx' 500ms & loop_half

will half the loop size every 500ms. And then u need something like repeat_stop '$xxx' to stop the process.

Anything specific u need to achieve ?
 

Posted Sat 04 Jun 22 @ 3:09 pm
I need one "global" repeater for all decks.
Unfortunately, the entry repeat_start '$ Rxxx' 500ms always belongs to the specific check that called it. Even though it has $ in its name.
 

Posted Sat 04 Jun 22 @ 3:30 pm
locoDogPRO InfinityModeratorMember since 2013
deck master
 

Posted Sat 04 Jun 22 @ 3:53 pm
Great, thanks for the help. Solved.
deck master repeat_start '$rep' 500ms
deck master repeat_stop '$rep'
 

Posted Sun 05 Jun 22 @ 12:00 pm