Sign In:     


Forum: General Discussion

Topic: Script to make a deck auto stop at next cue
I was trying to create a script but I'm new to making scripts on VDJ, what i'm trying to achieve is:

On the playing deck, get the position of the next cue, and make that deck automatically stop when that position is reached.

Can VDJScript do that?

Regards!
 

Posted Thu 09 Jun 22 @ 8:07 pm
yeah it can, cue_countdown seems best

button script

repeat_start stopAtCue `cue_countdown & param_cast 'beats'` 1 & stop
 

Worked perfectly! Thank you so much!!!