AVOLITES TITAN API

IncrementWheelParameterFast

Increments the current wheel parameter in large steps.

Namespace: Group.Editor

Syntax

MACRO

Void Group.Editor.IncrementWheelParameterFast(Int32 wheelIndex, Single value, Double timeDelta, Boolean fan, Boolean fineMode, Boolean rotateGroup)

HTTP

http://[ip]:4430/titan/script/2/Group/Editor/IncrementWheelParameterFast?wheelIndex={titanId}&value={float}&timeDelta={double}&fan={bool}&fineMode={bool}&rotateGroup={bool}

Parameters

wheelIndex ( Int32 ) : The idex of the wheel containing the parameter.

value ( Single ) : The amount to increment by.

timeDelta ( Double ) : The time delta.

fan ( Boolean ) : if set to true [fan].

fan

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/IncrementWheelParameterFast?wheelIndex={titanId}&value={float}&timeDelta={double}&fan=true&fineMode=true&rotateGroup=true

fineMode ( Boolean ) : if set to true move sub-pixels.

fineMode

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/IncrementWheelParameterFast?wheelIndex={titanId}&value={float}&timeDelta={double}&fan=true&fineMode=true&rotateGroup=true

rotateGroup ( Boolean ) : if set to true rotate the selection as a group.

rotateGroup

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/IncrementWheelParameterFast?wheelIndex={titanId}&value={float}&timeDelta={double}&fan=true&fineMode=true&rotateGroup=true