AVOLITES TITAN API

StoreCue

Records a single cue on a playback. The new cue is created using the information in the programmer and the current record mode.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.StoreCue(String group, Int32 index, Boolean updateOnly)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/StoreCue?group={string}&index={titanId}&updateOnly={bool}

Parameters

group ( String ) : The handle group the new cue is to be recorded on.

index ( Int32 ) : The handle ID in the group the cue is to be recorded on.

updateOnly ( Boolean ) : if set to true [update only].

updateOnly

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/StoreCue?group={string}&index={titanId}&updateOnly=true