AVOLITES TITAN API

SetNextCue

Sets the next step for the supplied playback.

Namespace: CueLists

Syntax

MACRO

Void CueLists.SetNextCue(Handle handle, Single stepNumber)

HTTP

http://[ip]:4430/titan/script/2/CueLists/SetNextCue?handle={handle}&stepNumber={float}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/SetNextCue?handle_userNumber=6&stepNumber={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/SetNextCue?handle_location=playback_2_1&stepNumber={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/SetNextCue?handle_titanId=1895&stepNumber={float}

stepNumber ( Single ) : The step number.