JS API Reference ParameterNotificationSetting enum

ParameterNotificationSetting enum

Enum defining the available options for the parameter change event setting of a Device.

Signature

export declare enum ParameterNotificationSetting 

Enumeration Members

MemberValueDescription
All0Emits 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.
Internal1Emits 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.