Function
====== Masters.SetSpeed ======
Void Masters.SetSpeed(Handle handle, Single value)
^ API | http://api.avolites.com/10.1/Masters.SetSpeed.html |
^ description | Sets the speed of a speed master from the menu. |
^ [[macros:namespace|namespace]] | [[macros:namespace:Masters]] |
^ parameter | handle ( [[macros:identifier:handle]] ) : the handle of the master. See [[macros:identifier:titanid]] for special IDs |
^ ::: | value ( [[macros:type:single]] ) : numerical value to set the master to |
^ return value | [[macros:type:void]] |
== Example in ==
[[macros:example:tapspecificbpm]]:
Masters.SetSpeed(1607, 85.000)
another example in http://forum.avolites.com/viewtopic.php?f=20&t=5731:
Masters.SetSpeed("Location=Playbacks,1,10", float:120)
== Also used in ==
{{backlinks>.}}
== Remarks ==
This sets the value the fader is currently set to (in Playback Options). If the fader is currently set to BPM then the bpm rate is set. If the master is currently set to 'Multiplier on Fader' then the multiplier is set.
~~DISCUSSION~~