Math
Last updated
Math is a Drivers effect.
What it does
Section titled “What it does”Takes two numbers and performs arithmetic with them. Either input can be left as a typed number.
Dividing by zero, and taking the remainder by zero, both return zero to avoid errors.
Parameters
Section titled “Parameters”| Parameter | Control | Range | Default | Unit |
|---|---|---|---|---|
| A | Slider | -100 to 100; any value by typing | 0 | - |
| B | Slider | -100 to 100; any value by typing | 1 | - |
| Operation | Dropdown | Add · Subtract · Multiply · Divide · Minimum · Maximum · Remainder · Power | Multiply | - |
What each control does
Section titled “What each control does”- A: the left-hand value.
- B: the right-hand value.
- Operation: Minimum and Maximum put a floor or a ceiling under a driver, Remainder makes a value repeat, and Power raises A to B.