AVOLITES TITAN API

TapTempo

Set a playback's speed by tapping. The step interval will be set the interval between two taps and the sync point (edge time) by the timestamp of the tap

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.TapTempo(Handle handle, DateTime panelTimeStamp)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/TapTempo?handle={handle}&panelTimeStamp={}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/TapTempo?handle_userNumber=6&panelTimeStamp={}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/TapTempo?handle_location=playback_2_1&panelTimeStamp={}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/TapTempo?handle_titanId=1895&panelTimeStamp={}

panelTimeStamp ( DateTime ) : The panel time stamp.