AVOLITES TITAN API

HighlightCueRange

Highlights the cue handles for the given range

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.HighlightCueRange(Handle handle, Single startCueNumber, Single endCueNumber)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/HighlightCueRange?handle={handle}&startCueNumber={float}&endCueNumber={float}

Parameters

handle ( Handle ) : The playback handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/HighlightCueRange?handle_userNumber=6&startCueNumber={float}&endCueNumber={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/HighlightCueRange?handle_location=playback_2_1&startCueNumber={float}&endCueNumber={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/HighlightCueRange?handle_titanId=1895&startCueNumber={float}&endCueNumber={float}

startCueNumber ( Single ) : The first cue number to highlight.

endCueNumber ( Single ) : The last cue number to highlight.