Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Value

Value

Updated: 21 Aug 2025

Generates a numeric value or alters a numeric value from another Modifier.

Method #

This node generates a simple numeric value, or modifies an input value from another Modifier. You can use it to Add, Subtract, Multiply or Replace values.

The output of the node is a numeric value that can be further processed with other modifiers, or directly connected to an attribute in another node.

The threshold and threshold condition of this node can be used to build logic based on the incoming threshold value.

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.
Scale Adjust the scale/range of the modifier.
Threshold Changes the threshold for what counts toward the 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.
Incoming Operation What operation is done to the incoming value.
  • None : The incoming value is only manipulated by the Scale.
  • Invert : Subtract the current value from 1.
  • Above Threshold : Above Threshold value is 1.0 multiplied by the Scale, else 0.0.
  • Below Threshold : Below Threshold value is 1.0 multiplied by the Scale, else 0.0.
  • Absolute : Treats all values as positive, ignoring the sign.
  • Module (with Threshold) : Uses the remainder value after it is divided by the threshold value.
  • Positive Modulo (with Threshold) : Divides the value to find the remainder using the threshold, and ignores the sign.

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