setValue
function setValue(v: number \| string, fire: boolean = false)
Sets the value and optionally notifies the ParameterManager and dispatches events.
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
v | number | string | The value to set. | ||
fire | boolean | ✔️ | false | Whether to notify the manager and dispatch events. |