<?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="mod~" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="alias">%~</metadata>
</metadatalist>
<digest>Divide two values, output the remainder</digest>
<description><p>
% takes two values, divides one by the other and outputs the remainder of the division.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>The value is divided by the value in the right inlet and the remainder is sent out the outlet.</digest>

</attribute>
<attribute name="in2" size="1" type="auto">
<digest>The value is stored as the divisor (the value to be divided into the value in the left inlet) for calculating the remainder.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="Left Operand" type="auto">
<digest>The value is divided by the value in the right inlet and the remainder is sent out the outlet.</digest>

</inlet>
<inlet id="inlet_in2" name="Right Operand" type="auto">
<digest>The value is stored as the divisor (the value to be divided into the value in the left inlet) for calculating the remainder.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Left % Right" type="signal">
<digest>The modulo output</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_rmod" type="rnborefpage" module="RNBO" display="rmod"></seealso>
<seealso name="rnbo_rmod~" type="rnborefpage" module="RNBO" display="rmod~"></seealso>
<seealso name="rnbo_mod~" type="rnborefpage" module="RNBO" display="mod~"></seealso>
</seealsolist>
</c74object>