Remap
Last updated
Remap is a Drivers effect.
What it does
Section titled “What it does”Maps a number from one range onto another linearly.
Parameters
Section titled “Parameters”| Parameter | Control | Range | Default | Unit |
|---|---|---|---|---|
| Value | Slider | 0 to 1; any value by typing | 0 | - |
| In low | Slider | 0 to 1; any value by typing | 0 | - |
| In high | Slider | 0 to 1; any value by typing | 1 | - |
| Out low | Slider | 0 to 100; any value by typing | 0 | - |
| Out high | Slider | 0 to 100; any value by typing | 100 | - |
| Clamp | Checkbox | On or off | On | - |
What each control does
Section titled “What each control does”- Value: the number coming in. Usually wired from another driver rather than typed.
- In low and In high: the range the number arrives in. Set these to what the thing feeding you actually produces — an Audio level rarely reaches 1, so an In high of about 0.4 uses the whole of the response.
- Out low and Out high: the range it should leave in, in the driven parameter’s units.
- Clamp: holds the result inside the output range. On by default.