Function

Masters.TapTempo

Void Masters.TapTempo(Handle handle, DateTime panelTimeStamp)
API http://api.avolites.com/10.1/Masters.TapTempo.html
description Sets the speed of the master from the tap speed of a key.
namespace Masters
parameter handle ( Handle ) : the master handle to apply the tap on
panelTimeStamp ( Timestamp ) : The panel time stamp. The software then calculates the beat based on the timestamps of the various taps.
return value Void
Example in

Masters - BPM Master (snippet):

  <step>Masters.TapTempo(1607, Math.GetCurrentTimeStamp())</step>
Also used in
Remarks