AVOLITES TITAN API

SetCueLegend

Sets the legend of a cue.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.SetCueLegend(Handle handle, Single cueNumber, String newLegend)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/SetCueLegend?handle={handle}&cueNumber={float}&newLegend={string}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SetCueLegend?handle_userNumber=6&cueNumber={float}&newLegend={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SetCueLegend?handle_location=playback_2_1&cueNumber={float}&newLegend={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/SetCueLegend?handle_titanId=1895&cueNumber={float}&newLegend={string}

cueNumber ( Single ) : The cue number.

newLegend ( String ) : The new legend.