Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Range Remap

Range Remap

Updated: 20 Aug 2025

Limit and remap the incoming modifier value.

image

Method #

This node limits the range of values that can be output and linearly remaps incoming values to fit within the output ranges.

The output is a numeric value that can be further processed with other modifiers, or directly connected to a parameter in another node, using the operation method selected.

For other methods to remap a value non-linearly, you can use the Expression Modifier

Parameters

These properties control the core behaviours of the node.

ParameterDetails
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.

These properties control the incoming data range. Values outside this range will be clamped.

ParameterDetails
In Lower Lowest value in that will be remapped into range.
In Upper Highest value in that will be remapped into range.

These properties control the outgoing data range.

ParameterDetails
Out Lower Lowest value that can be output.
Out Upper Highest value that can be output.

Inputs

NameDescriptionTypical Input
ValueInput a value from another modifier to be modified by this node.Math Modifier