Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Condition Modifier

Condition Modifier

Updated: 4 Dec 2023

Generate a modifier value when a condition is met.

Method #

This node outputs a set value once an input value meets a certain trigger condition.

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 Value Shows the current value of the effect. Cannot be directly changed.
Value Base value to modify the output value with.
Threshold Changes the threshold for what counts toward the modifier.
Trigger Mode How the value is modified, once the trigger condition is reached.
  • Constant : As long as the trigger condition is met, the value is output.
  • On Change : Every time the condition changes, the value is triggered once.
  • On Change To True : Once the condition changes to true, the value is triggered once.
  • On Change To False : Once the condition changes to false, the value is triggered once.
Trigger Condition What conditions need to be met for the modifier to be triggered.
  • Greater Than Threshold : The incoming value must be greater than the threshold value.
  • Less Than Threshold : The incoming value must be less than the threshold value.
  • Equal To Threshold : The incoming value must be equal to the threshold value.
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.

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

Related Videos