AVOLITES TITAN API

SelectCueByNumber

Selects the cue in a playback by cue number

Namespace: Playbacks.Editor.CueSelection

Syntax

MACRO

Void Playbacks.Editor.CueSelection.SelectCueByNumber(Handle handle, Single cueNumber)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/Editor/CueSelection/SelectCueByNumber?handle={handle}&cueNumber={float}

Parameters

handle ( Handle ) : The handle of the playback.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CueSelection/SelectCueByNumber?handle_userNumber=6&cueNumber={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CueSelection/SelectCueByNumber?handle_location=playback_2_1&cueNumber={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/CueSelection/SelectCueByNumber?handle_titanId=1895&cueNumber={float}

cueNumber ( Single ) : The cue number.