Function

Timecode.TimecodeOne.SetSource

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.SetSource(AcwTimecodeSource source)
API https://api.avolites.com/11.0/Timecode.TimecodeOne.Pause.html
description Sets the active timer source in Titan.
namespace Timecode.TimecodeOne
parameter source (AcwTimecodeSource)
return value Void
Example in

Timecode - Winamp Tracks:

  <step>ActionScript.SetProperty.Enum("Timecode.TimecodeTwo.Source", "Winamp")</step>
  <step pause="0.05">Timecode.TimecodeTwo.SetSource(Timecode.TimecodeTwo.Source)</step>

The first step sets the property Timecode.TimecodeTwo.Source to “Winamp”. The second step then puts this into the timecode itself

Also used in
Remarks