Determines if the measure should be drawn at the time index specified by this statement.
Syntax |
*Timestep(index) |
|
Arguments |
Name |
Description |
|
index |
An integer describing the time index at which the measure was created. |
Example |
*BeginVideo() • • • *Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure") *Timestep(22) … *EndVideoMeasure() • • • *EndVideo |
|
Application |
MediaView |
|
Context |
||
Comments |
If a measure it marked as *Transient(true), then it will only be drawn at the time index specified by this statement. |
|
See also |
|
|