AVOLITES TITAN API

Preload

Preloads a playback by loading the memory with all values except intensity. Any fixtures with there intensity on will not be ignored. Allows you to setup the memory without actually running it so fixtures do not move.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.Preload(Handle handle, AcwTimeSpan time)

HTTP

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

Parameters

handle ( Handle ) : The handle of the playback to preload.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Preload?handle_userNumber=6&time=5

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Preload?handle_location=playback_2_1&time=5

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Preload?handle_titanId=1895&time=5

time ( AcwTimeSpan ) : The time over which to fade the channels being loaded.

time

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Preload?handle_titanId=1895&time=5