AVOLITES TITAN API

InvertFixtureControls

Freeze or unfreeze fixtures by passing a list of objects.

Namespace: Programmer.Editor.Fixtures.Patch

Syntax

MACRO

Void Programmer.Editor.Fixtures.Patch.InvertFixtureControls(IEnumerable<Handle> handles, String controlName, Boolean invert)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/InvertFixtureControls?handles={handleList}&controlName={string}&invert={bool}

Parameters

handles ( IEnumerable<Handle> ) : The handles for fixtures.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/InvertFixtureControls?handles_handleList=1895,1896,1900&controlName={string}&invert=true

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/InvertFixtureControls?handles_userNumberList=6,8,10&controlName={string}&invert=true

controlName ( String ) : Name of the control.

invert ( Boolean ) : If the control is inverted.

invert

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/InvertFixtureControls?handles_userNumberList=6,8,10&controlName={string}&invert=true