Function

Timecode.TimecodeOne.Reset

Nowadays there are four timecodes available in Titan, and the same functions are available for Timecode.TimecodeTwo, Timecode.TimecodeThree and Timecode.TimecodeFour.

Void Timecode.TimecodeOne.Reset()
API https://api.avolites.com/11.0/Timecode.TimecodeOne.Reset.html
description Resets the timer to the starttime in Titan.
namespace Timecode.TimecodeOne
parameter none
return value Void
Example in

Timecode - Set Start Time:

  <step condition="Math.IsEqual(Timecode.TimecodeFour.IsControlAllowed, true)">Timecode.TimecodeFour.Reset()</step>

Resets the timecode 4 to a previously set start time if this timecode can be controlled (i.e. is not clock, SMPTE or MIDI).

Also used in
Remarks