*DefaultMaxFrameRate()

Specifies the default setting for the Max Frame Rate slider in the Animation Controls panel.

Syntax

*DefaultMaxFrameRate()

Application

HyperView, HyperGraph, MotionView, MediaView, and TextView.

Inputs

value
The value that will be used as the default frame rate setting for the Max Frame Rate slider in the Animation Controls panel. The maximum value accepted is 100.

Context

*BeginDefaults()

Example

*BeginDefaults()
    *ClosestTimeSync(On)
    *DefaultMaxFrameRate(100)
*EndDefaults()