Titan Property
API | https://api.avolites.com/12.0/Timecode.TimecodeOne.IsControlAllowed.html |
---|---|
description | Gets or sets whether control of a source is allowed in the menu. |
Namespaces | Timecode.TimecodeOne |
type | Boolean |
Nowadays there are four timecodes available in Titan, and the same properties are available for Timecode.TimecodeTwo, Timecode.TimecodeThree and Timecode.TimecodeFour.
<step condition="Math.IsEqual(Timecode.TimecodeFour.IsControlAllowed, true)">Timecode.TimecodeFour.Reset()</step>
Here, Timecode.TimecodeFour.IsControlAllowed
is used to determine whether the timecode can be reset from within Titan (which would not be possible for Clock, MIDI or SMPTE)