Notch Notch Manual 0.9.23
 Light | Dark
Range Remap

Range Remap

Limit and remap the incoming modifier value.

image

Method #

This node limits the range of values that can be output and 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.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Current ValueShows the current value of the effect. Cannot be directly changed.
ValueBase value to modify the output value with.
Modifier OperationThe 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 LowerLowest value in that will be remapped into range.
In UpperHighest value in that will be remapped into range.

These properties control the outgoing data range.

ParameterDetails
Out LowerLowest value that can be output.
Out UpperHighest value that can be output.

Inputs

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