Entra:     


Forum: VirtualDJ Technical Support

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

Inviato Sat 04 Jun 22 @ 3:02 pm
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 ?
 

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.
 

deck master
 

Great, thanks for the help. Solved.
deck master repeat_start '$rep' 500ms
deck master repeat_stop '$rep'