AVOLITES TITAN API

FlashAndGo

Either flashes the cuelist or clears the flash and goes to the next cue in the list.

Namespace: CueLists

Syntax

MACRO

Void CueLists.FlashAndGo(Handle handle, Boolean flash, Boolean withTimes)

HTTP

http://[ip]:4430/titan/script/2/CueLists/FlashAndGo?handle={handle}&flash={bool}&withTimes={bool}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/FlashAndGo?handle_userNumber=6&flash=true&withTimes=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/FlashAndGo?handle_location=playback_2_1&flash=true&withTimes=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/FlashAndGo?handle_titanId=1895&flash=true&withTimes=true

flash ( Boolean ) : True if we are flashing the cuelist, false if we want to clear the flash and go to the next cue.

flash

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/FlashAndGo?handle_titanId=1895&flash=true&withTimes=true

withTimes ( Boolean ) : Set to true to flash with times.

withTimes

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/FlashAndGo?handle_titanId=1895&flash=true&withTimes=true