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.

The properties control the time at which the node is active. See Timeline for editing time segments.

ParameterDetails
Duration Control the duration of the node’s time segment.
  • Composition Duration : Use the length of the composition for the node’s time segment duration.
  • Custom : Set a custom duration for the node’s time segment.
Node Time The custom start and end time for the node.
Duration (Timecode) The length of the node’s time segment (in time).
Duration (Frames) The length of the node’s time segment (in frames).
Time Segment Enabled Set whether the node’s time segment is enabled or not in the Timeline.

Inputs

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