mulequals Reference

Multiplicative accumulator

mulequals

Arguments

clear [number]

Optional

A non-zero value resets the accumulation on the next multiplication.

Inlets

x [number]

Values sent to the left inlet are cumulatively multiplied to the output.

clear [number]

A non-zero value resets the accumulation on the next multiplication.

Outlets

out1 [number]

The accumulated output product

Fixed Attributes

These attributes must be set in the object box and determine the behavior of the object at runtime.

hot [bool] (default: false)

Trigger computation on all inlets.

Dynamic Attributes

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

clear [number]

A non-zero value resets the accumulation on the next multiplication.

reset [bang] (default: 0)

Banging this attribute will reset the object to its default state.

x [number]

Values sent to the left inlet are cumulatively multiplied to the output.

See Also

Name Description
mulequals~ Multiplicative accumulator
mul Multiply two inputs
mul~ Multiply two inputs