Sets a master level from a fader move.
Void Masters.SetMasterLevel(String group, Int32 index, LevelAdjust value, Single accuracy, Boolean initialise)
http://[ip]:4430/titan/script/2/Masters/SetMasterLevel?group={string}&index={titanId}&value={level}&accuracy={float}&initialise={bool}
Parameters
group
(
String
)
:
The group.
index
(
Int32
)
:
The index.
value
(
LevelAdjust
)
:
The value.
value_level
HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMasterLevel?group={string}&index={titanId}&value_level=1&accuracy={float}&initialise=true
value_leveldelta
HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMasterLevel?group={string}&index={titanId}&value_leveldelta=0.5&accuracy={float}&initialise=true
accuracy
(
Single
)
:
The accuracy.
initialise
(
Boolean
)
:
if set to true [initialise].
initialise
HTTP Example:
http://localhost:4430/titan/script/2/Masters/SetMasterLevel?group={string}&index={titanId}&value_leveldelta=0.5&accuracy={float}&initialise=true