AVOLITES TITAN API

ClearSelectedFixtures

Clears the editor and removes all values from the programmer for the selected fixtures. Optionally clears any fixture selections.

Namespace: Programmer.Editor

Syntax

MACRO

Void Programmer.Editor.ClearSelectedFixtures(AcwRecordMask mask, Boolean presets, Single fadeTime, Boolean clearSelection)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/ClearSelectedFixtures?mask={}&presets={bool}&fadeTime={float}&clearSelection={bool}

Parameters

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

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

presets

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/ClearSelectedFixtures?mask={}&presets=true&fadeTime={float}&clearSelection=true

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

clearSelection ( Boolean ) : Whether to clear the fixture selection or not.

clearSelection

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/ClearSelectedFixtures?mask={}&presets=true&fadeTime={float}&clearSelection=true