absdiff~ Reference

Compute the absolute difference between two inputs

absdiff~

Inlets

Left Operand [auto]

Performs the subtraction with the value currently stored.

Right Operand [auto]

The value in the right inlet is subtracted from this value and the result is sent out the outlet.

Outlets

Non-Negative Left - Right [signal]

The absolute value of the difference between the two numbers received in the inlets.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

Performs the subtraction with the value currently stored.

in2 [auto]

The value in the right inlet is subtracted from this value and the result is sent out the outlet.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
sub Subtract inputs