<?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="rdiv" 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>Reverse division (divide second input by first)</digest>

<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>All inlets trigger calculation.</digest>
<attributelist>
<attribute name="default" type="bool" value="0"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="number">
<digest>The value is stored as the divisor (the number to be divided into the number in the right inlet).</digest>

</attribute>
<attribute name="in2" size="1" type="number">
<digest>The value is divided by the value in the left inlet, and the result is sent out the outlet.</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="number">
<digest>The value is stored as the divisor (the number to be divided into the number in the right inlet).</digest>

</inlet>
<inlet id="inlet_in2" name="Right Operand" type="number">
<digest>The value is divided by the value in the left inlet, and the result is sent out the outlet.</digest>

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

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_div" type="rnborefpage" module="RNBO" display="div"></seealso>
<seealso name="rnbo_rmod" type="rnborefpage" module="RNBO" display="rmod"></seealso>
<seealso name="rnbo_rsub" type="rnborefpage" module="RNBO" display="rsub"></seealso>
</seealsolist>
</c74object>