AVOLITES TITAN API

QuickBuildRange

Takes a playback range and converts it into a cue list or chase

Namespace: Playbacks

Syntax

MACRO

EventPropergation Playbacks.QuickBuildRange(String group, List<Int32> indexList, Handle destHand)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/QuickBuildRange?group={string}&indexList={}&destHand={handle}

Parameters

group ( String ) : The range group

indexList ( List<Int32> ) : The range index list

destHand ( Handle ) : The destination playback to use for auto stack

destHand_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/QuickBuildRange?group={string}&indexList={}&destHand_userNumber=6

destHand_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/QuickBuildRange?group={string}&indexList={}&destHand_location=playback_2_1

destHand_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/QuickBuildRange?group={string}&indexList={}&destHand_titanId=1895

Returns