<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="mulequals" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="alias">*=</metadata>
</metadatalist>
<digest>Multiplicative accumulator</digest>

<!--ARGUMENTS-->
<objarglist>
<objarg name="clear" optional="1" type="number">
<digest>A non-zero value resets the accumulation on the next multiplication.</digest>

</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>Trigger computation on all inlets.</digest>
<attributelist>
<attribute name="default" type="bool" value="false"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="clear" size="1" type="number">
<digest>A non-zero value resets the accumulation on the next multiplication.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Banging this attribute will reset the object to its default state.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
<attribute name="x" size="1" type="number">
<digest>Values sent to the left inlet are cumulatively multiplied to the output.</digest>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="number">
<digest>Values sent to the left inlet are cumulatively multiplied to the output.</digest>

</inlet>
<inlet id="inlet_clear" name="clear" type="number">
<digest>A non-zero value resets the accumulation on the next multiplication.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="number">
<digest>The accumulated output product</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_mulequals~" type="rnborefpage" module="RNBO" display="mulequals~"></seealso>
<seealso name="rnbo_mul" type="rnborefpage" module="RNBO" display="mul"></seealso>
<seealso name="rnbo_mul~" type="rnborefpage" module="RNBO" display="mul~"></seealso>
</seealsolist>
</c74object>