Connexion rapide:  

Forum: General Discussion

Sujet Script to make a deck auto stop at next cue
JGSTmxHome userMember since 2014
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!
 

Posté Thu 09 Jun 22 @ 8:07 pm
locoDogPRO InfinityModeratorMember since 2013
yeah it can, cue_countdown seems best

button script

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

Posté Thu 09 Jun 22 @ 10:20 pm
JGSTmxHome userMember since 2014
Worked perfectly! Thank you so much!!!
 

Posté Mon 27 Jun 22 @ 3:55 am