webapi:requests:masters_setspeed
Web API request
Masters/SetSpeed
Sets the speed of a speed master from the menu.
API | https://api.avolites.com/12.0/Masters.SetSpeed.html |
---|---|
namespace | Masters |
usage | http://[ip]:4430/titan/script/2/Masters/SetSpeed?handle={handle}&value={float} |
example | http://localhost:4430/titan/script/2/Masters/SetSpeed?handle_titanId=1612&value=100 (link opens in new tab) |
action | set BPM Master 1 to 100 BPM |
parameter | Handle: the master to be set |
value (Float: the numeric speed value to set (see remarks) | |
returns | nothing if successful error messages if the request failed |
remarks | Using a usernumber will fail as masters don't have one. Either assign the master to a handle and use its location or use the reserved Titan ID, see titanId in the Macros section |
For BPM masters the value directly transfers to a BPM value. For rate masters, unlike Masters/SetMaster which uses a normalized value (1 == 100%), here the numeric value is directly interpreted value. value=10 sets a rate master to 10%. |
Used In
webapi/requests/masters_setspeed.txt · Last modified: 2020/04/19 15:32 by icke_siegen