AVOLITES TITAN API

IncrementTilt

Increments the tilt attribute on all the selected fixtures.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.IncrementTilt(Single value, Double timeDelta, Boolean shiftEnabled)

HTTP

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

Parameters

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/IncrementTilt?value={float}&timeDelta={double}&shiftEnabled=true