<?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="accum~" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="alias">+=</metadata>
<metadata name="alias">plusequals</metadata>
</metadatalist>
<digest>Additive accumulator</digest>
<description><p>
An additive accumulator that sums all signals fed
to its left inlet.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="reset" optional="1" type="auto">
<digest>Non-zero input resets calculation</digest>
<description><p>
A non-zero number will trigger the output to reset to 0 on the next input value
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="max" size="1" type="number">
<digest>Specifies the maximum value for the accumulated output.</digest>

</option>
<option name="min" size="1" type="number">
<digest>Specifies the minimum value for the accumulated output.</digest>
<attributelist>
<attribute name="default" type="number" value="0"></attribute>
</attributelist>

</option>
<option name="resetmode" size="1" type="enum">
<digest>Specifies whether the count is reset before (pre) or after (post) the accumulation.</digest>
<attributelist>
<attribute name="enumvals">
<enumlist get="1" set="1" type="atom">
<enum name="pre"></enum>
<enum name="post"></enum>
</enumlist>
</attribute>
<attribute name="default" type="enum" value="post"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="reset" size="1" type="auto">
<digest>Non-zero input resets calculation</digest>
<description><p>
A non-zero number will trigger the output to reset to 0 on the next input value
</p></description>
</attribute>
<attribute name="x" size="1" type="auto">
<digest>Input to be accumulated</digest>
<description><p>
Signals sent through the left inlet will 			be accumulated as long as the calculation is not reset.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="auto">
<digest>Input to be accumulated</digest>
<description><p>
Signals sent through the left inlet will 			be accumulated as long as the calculation is not reset.
</p></description>
</inlet>
<inlet id="inlet_reset" name="reset" type="auto">
<digest>Non-zero input resets calculation</digest>
<description><p>
A non-zero number will trigger the output to reset to 0 on the next input value
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>The accumulated output</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="accum" type="refpage" module="Max"></seealso>
<seealso name="rnbo_accum" type="rnborefpage" module="RNBO" display="accum"></seealso>
<seealso name="rnbo_mulequals" type="rnborefpage" module="RNBO" display="mulequals"></seealso>
<seealso name="rnbo_counter" type="rnborefpage" module="RNBO" display="counter"></seealso>
<seealso name="rnbo_intnum" type="rnborefpage" module="RNBO" display="intnum"></seealso>
<seealso name="rnbo_f" type="rnborefpage" module="RNBO" display="f"></seealso>
</seealsolist>
</c74object>