rsub~ Reference

Reverse subtraction (subtract second input from first)

rsub~

Inlets

Left Operand [auto]

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

Right Operand [auto]

Performs the subtraction with the value currently stored.

Outlets

Right - Left [signal]

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]

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

in2 [auto]

Performs the subtraction with the value currently stored.

reset [bang] (default: 0)

Reset inlets to default values.

See Also

Name Description
sub Subtract inputs