Description
Sets the play range to follow the active clip's play range.
Functional area
Playback control
Command syntax
Syntax
setRangesFollowActiveClip boolVal |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
boolVal | integer | yes | True | False | Toggle |
Flags
None
Return value
void
Examples
// Set play range to follow the active clips play Range.
setRangesFollowActiveClip true;