← API
Symbol

Parameter

A named float you can drive at runtime. Set it from anywhere; subscribers (bus levels, FX wet, voice gain) update immediately. Bind a target to a parameter with `bindTo` — when the parameter changes, the curve maps [0..1] to a target range and applies the value. Repeated `set` calls override each other (no queue), making parameters ideal for "intensity"/"distance"/"tension" knobs that change continuously.

Members

  • constructor
  • name
  • value
  • bindTo
  • set
  • subscribe