AVOLITES TITAN API

DoubleOrHalfSpeedMultiplier

Doubles or halves the bpm master's speed multiplier.

Namespace: Masters

Syntax

MACRO

Void Masters.DoubleOrHalfSpeedMultiplier(Handle handle, Boolean doubling)

HTTP

http://[ip]:4430/titan/script/2/Masters/DoubleOrHalfSpeedMultiplier?handle={handle}&doubling={bool}

Parameters

handle ( Handle ) : The master handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Masters/DoubleOrHalfSpeedMultiplier?handle_userNumber=6&doubling=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Masters/DoubleOrHalfSpeedMultiplier?handle_location=playback_2_1&doubling=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Masters/DoubleOrHalfSpeedMultiplier?handle_titanId=1895&doubling=true

doubling ( Boolean ) : True if we are doubling the value, false if we are halving.

doubling

HTTP Example:
http://localhost:4430/titan/script/2/Masters/DoubleOrHalfSpeedMultiplier?handle_titanId=1895&doubling=true