Method
This node limits the range of values that can be output and remaps incoming values to fit within the output ranges.
Attributes
Name |
Description |
---|
Current Value |
Shows the current value of the effect. Cannot be directly changed. |
Value |
Base value to modify the output value with. |
Modifier Operation |
The operation to be performed on the targeted parameter.
- Add, adds to the parameter value.
- Subtract, subtracts from the parameter value.
- Multiply, multiplies the parameter value.
- Replace, replaces the parameter value.
|
In
Name |
Description |
---|
In Lower |
Lowest value in that will be remapped into range. |
In Upper |
Highest value in that will be remapped into range. |
Out
Name |
Description |
---|
Out Lower |
Lowest value that can be output. |
Out Upper |
Highest value that can be output. |
Inputs
Name |
Description |
Typical Node Input |
---|
Value |
Input a numerical value to be modified. |
Math Modifier |
Outputs
The output is a numeric value that acts upon a connected parameter input of another node, using the operation method selected.