Name

kOfxParamPropIsAnimating — Flags whether a parameter is currently animating.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropIsAnimating "OfxParamPropIsAnimating"

Type

kOfxParamPropIsAnimating is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the plugin parameter instance (read only).

Valid Values

0 or 1

Description

Flags whether a parameter is currently animating.

Set by a host on a parameter instance to indicate if the parameter has a non-constant value set on it. This can be as a consequence of animation or of scripting modifying the value, or of a parameter being connected to an expression in the host.