AVOLITES TITAN API

IncrementTriggerWheelParameter

Increments the properties attached to the wheels.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.IncrementTriggerWheelParameter(Int32 wheelIndex, Single value, Double timeDelta, Boolean fast)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/IncrementTriggerWheelParameter?wheelIndex={titanId}&value={float}&timeDelta={double}&fast={bool}

Parameters

wheelIndex ( Int32 ) : The wheel index.

value ( Single ) : The value.

timeDelta ( Double ) : The time delta.

fast ( Boolean ) : True if this is a fast wheel operation, else false.

fast

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/IncrementTriggerWheelParameter?wheelIndex={titanId}&value={float}&timeDelta={double}&fast=true