Skip to main content

Parameter

Type: Object

PROPERTYTYPEDESCRIPTION
namestring

The name of the parameter.

rawValuenumber

The current raw value of the parameter.

normalizedValuenumber

The current normalized value [0,1].

minnumber

The minimum raw value.

maxnumber

The maximum raw value.

subscribersSet<Subscriber>

Set of subscribers with their controllers and priorities.

isBidirectionalboolean

Indicates if two-way updates are allowed.

lastPrioritynumber

The priority of the last update.

lastUpdateTimestampnumber

Timestamp of the last update.

lastControllerobject | null

The controller that made the last update.

scalestring

The scale type ("linear" or "logarithmic").

inputTransformfunction

Function to transform input values.

outputTransformfunction

Function to transform output values.