AVOLITES TITAN API

Clear

Clears the editor and removes all values from the programmer. Also clears any fixture selections.

Namespace: Playbacks.Editor

Syntax

MACRO

Void Playbacks.Editor.Clear(AcwRecordMask mask, Boolean presets, Boolean clearAllProgrammers, Single fadeTime)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/Editor/Clear?mask={}&presets={bool}&clearAllProgrammers={bool}&fadeTime={float}

Parameters

mask ( AcwRecordMask ) : A mask of which attribute groups to clear.

presets ( Boolean ) : if set to true clear preset fader levels.

presets

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/Clear?mask={}&presets=true&clearAllProgrammers=true&fadeTime={float}

clearAllProgrammers ( Boolean ) : if set to true clear all programmers.

clearAllProgrammers

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Editor/Clear?mask={}&presets=true&clearAllProgrammers=true&fadeTime={float}

fadeTime ( Single ) : The time to use when clearing HTP channels.