AVOLITES TITAN API

AppendOrInsertPlaybackStep

Records a new step to the playback which is defined by the PlaybackEditHandle. A new step will only be added if the supplied handle matches the Playback Edit handle.

Namespace: Playbacks

Syntax

MACRO

EventPropergation Playbacks.AppendOrInsertPlaybackStep(Handle handle, Single cueNumber)

HTTP

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

Parameters

handle ( Handle ) : The handle to match to the Playback Edit handle.

handle_userNumber

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

handle_location

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

handle_titanId

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

cueNumber ( Single ) : The cue number.

Returns