AVOLITES TITAN API

PresetLevel

Changes the intensity level of a fixture. This is the brightness or combined brightness of the fixture. This call does _not_ put the fixture in the programmer. For that use FixtureEditor.PresetLevel

Namespace: Fixtures

Syntax

MACRO

Void Fixtures.PresetLevel(String group, Int32 index, Single value, Single oldValue)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/PresetLevel?group={string}&index={titanId}&value={float}&oldValue={float}

Parameters

group ( String ) : The handle group to set the preset level on.

index ( Int32 ) : The handle for the fixture you want to change the intensity for.

value ( Single ) : The level you wish to set the intensity to. 0 is no intensity and 1 is full intensity.

oldValue ( Single ) : The old value of the fader if matching is required.