Loading…
Documentation
Scales and offsets a signal in one node. Output is value × multiply + add. The most common use is remapping a 0–1 signal to a different range, for example turning an oscillator's output into a specific position range or converting a unipolar signal to bipolar.
| Port | Type | Default | Range | Description |
|---|---|---|---|---|
| Value | Scalar | 0.0 | any | The input signal to remap |
| Multiply | Scalar | 1.0 | any | Scale factor |
| Add | Scalar | 0.0 | any | Offset added after scaling |
| Port | Type | Description |
|---|---|---|
| Out | Scalar | Remapped value |