Notch Notch Manual 0.9.23
 Light | Dark
Combiner

Combiner

Combine two modifier values with basic math operations.

image

image

Method #

This node combines two modifier inputs to create a new modifier output, using basic math operations. For more complicated operations, use the Expression Modifier.

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.
Value 1The first input value
Value 2The second input value
Combiner OperationHow the two inputs are to be combined:
  • Add : Add value 1 to value 2.
  • Add Saturated : Add value 1 and value 2, but clamp the output between 0 and 1.
  • Subtract : Subtract value 2 from value 1.
  • Subtract Saturated : Subtract value 2 from value 1, but clamp the output between 0 and 1.
  • Multiply : Multiply value 1 and value 2.
  • Min : Compare value 1 and value 2, and select the minimum value.
  • Max : Compare value 1 and value 2, and select the maximum value.
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.

Inputs

NameDescriptionTypical Input
Value 1The first input valueOther Modifiers
Value 2The second input valueOther Modifiers

Related Videos