*Timestep()

Determines if the measure should be drawn at the time index specified by this statement.

Syntax

*Timestep (index)

Application

MediaView

Inputs

index
An integer describing the time index at which the measure was created.

Context

*MasterMeasure()

*Measure()

Example

*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Timestep(22)
		…
	*EndVideoMeasure()
	• • •
*EndVideo

Comments

If a measure it marked as *Transient(true), then it will only be drawn at the time index specified by this statement.