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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:masters]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : the master handle to apply the tap on | ^ ::: | panelTimeStamp ( [[macros:type:object:timestamp]] ) : The panel time stamp. The software then calculates the beat based on the timestamps of the various taps. | ^ return value | [[macros:type:void]] | == Example in == [[:macros:example:bpmmasters]]: Masters.TapTempo(1607, Math.GetCurrentTimeStamp()) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~