AVOLITES TITAN API

InsertStepBefore

Inserts a playback cue imediately before the specified cue

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.InsertStepBefore(Handle handle, Single cueNumber)

HTTP

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

Parameters

handle ( Handle ) : The playback handle.

handle_userNumber

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

handle_location

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

handle_titanId

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

cueNumber ( Single ) : The number of the cue to insert before.