Parameter
Type: Object
PROPERTY | TYPE | DESCRIPTION |
---|---|---|
name | string | The name of the parameter. |
rawValue | number | The current raw value of the parameter. |
normalizedValue | number | The current normalized value [0,1]. |
min | number | The minimum raw value. |
max | number | The maximum raw value. |
subscribers | Set<Subscriber> | Set of subscribers with their controllers and priorities. |
isBidirectional | boolean | Indicates if two-way updates are allowed. |
lastPriority | number | The priority of the last update. |
lastUpdateTimestamp | number | Timestamp of the last update. |
lastController | object | null | The controller that made the last update. |
scale | string | The scale type ("linear" or "logarithmic"). |
inputTransform | function | Function to transform input values. |
outputTransform | function | Function to transform output values. |