ParameterNotificationSetting enum
Enum defining the available options for the parameter change event setting of a Device.
Signature
export declare enum ParameterNotificationSetting
Enumeration Members
Member | Value | Description |
---|---|---|
All | 0 | Emits ParameterChangeEvents whenever the value changes. This includes values changes from the outside by setting the param.value of a parameter and internal changes to the value of the parameter. |
Internal | 1 | Emits ParameterChangeEvents only when the value of the parameter has been updated by the device itself. This means that setting param.value does not trigger an immediate event. |