locoDog wrote :
get_cue prev|next|nearest
or cue_countdown, cue_countup & cue_counter to accept the string "number" as a param to return a number.
I was trying for this and discovered I can't do it reliably with "name", unnamed cues that display the default "Cue 3" can't be accessed with goto_cue "Cue 3".
or cue_countdown, cue_countup & cue_counter to accept the string "number" as a param to return a number.
I was trying for this and discovered I can't do it reliably with "name", unnamed cues that display the default "Cue 3" can't be accessed with goto_cue "Cue 3".
I second that. I’m stuck with that too. I’m trying to move to the next cue from a non cue position. Only solution I found is to set a temp cue, goto_cue +1 and delete the temp cue. Since it doesn’t work when POI are locked, I have to check for that and toggle it if necessary.
Posted 7 hours ago
@Yan Duval you can do with name param now, it's not 100% fool proof as cues could possibly share a name, but it works for the most part.
cue_counter name & param_cast & goto_cue
cue_counter name & param_cast & goto_cue
Posted 7 hours ago