AVOLITES TITAN API

CreateTriggerAtLiveTime

Records a timeline trigger at the current live time.

Namespace: Timelines

Syntax

MACRO

Void Timelines.CreateTriggerAtLiveTime(Handle handle, Boolean recordNew)

HTTP

http://[ip]:4430/titan/script/2/Timelines/CreateTriggerAtLiveTime?handle={handle}&recordNew={bool}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtLiveTime?handle_userNumber=6&recordNew=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtLiveTime?handle_location=playback_2_1&recordNew=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtLiveTime?handle_titanId=1895&recordNew=true

recordNew ( Boolean ) : True if recording directly into the timeline, else false.

recordNew

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtLiveTime?handle_titanId=1895&recordNew=true