Function

Masters.DoubleOrHalfSpeedMultiplier

Void Masters.DoubleOrHalfSpeedMultiplier(Handle handle, Boolean doubling)
API http://api.avolites.com/10.1/Masters.DoubleOrHalfSpeedMultiplier.html
description Doubles or halves the bpm master's speed multiplier.
namespace Masters
parameter handle ( Handle ) : The master handle. See below for fixed IDs.
doubling ( Boolean ) : True if we are doubling the value, false if we are halving.
return value Void

This is based on the fixed Titan IDs which we found exactly for these macros:

Example in

Masters - BPM Master (snippet):

  <macro id="Avolites.Macros.BPM1half" name="adb_BPM1 /2">
    <sequence>
      <step>Masters.DoubleOrHalfSpeedMultiplier(1607,false)</step>
    </sequence>
  </macro>
Also used in
Remarks