AVOLITES TITAN API

SetMaster

Sets the level of the master on the given handle.

Namespace: Masters

Syntax

MACRO

Void Masters.SetMaster(Handle handle, Single value)

HTTP

http://[ip]:4430/titan/script/2/Masters/SetMaster?handle={handle}&value={float}

Parameters

handle ( Handle ) : The handle to set the level for.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMaster?handle_userNumber=6&value={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMaster?handle_location=playback_2_1&value={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMaster?handle_titanId=1895&value={float}

value ( Single ) : The new value of the master.