AVOLITES TITAN API

IncrementAttribute

Increments the dimmer attribute on all the selected fixtures.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.IncrementAttribute(Int32 controlId, Single value, Double timeDelta, Boolean shiftEnabled)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/IncrementAttribute?controlId={titanId}&value={float}&timeDelta={double}&shiftEnabled={bool}

Parameters

controlId ( Int32 ) : The control identifier.

value ( Single ) : The value to increment the dimmer by.

timeDelta ( Double ) : The time difference from the last time the dimmer was incremented by the calling object.

shiftEnabled ( Boolean ) : Whether to accelerate the increment.

shiftEnabled

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/IncrementAttribute?controlId={titanId}&value={float}&timeDelta={double}&shiftEnabled=true