<?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="sub~" 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">minus~</metadata>
<metadata name="alias">-~</metadata>
</metadatalist>
<digest>Subtract inputs</digest>

<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>Performs the subtraction with the value currently stored.</digest>

</attribute>
<attribute name="in2" size="1" type="auto">
<digest>The value in the right inlet is subtracted from this value 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="auto">
<digest>Performs the subtraction with the value currently stored.</digest>

</inlet>
<inlet id="inlet_in2" name="Right Operand" type="auto">
<digest>The value in the right inlet is subtracted from this value and the result is sent out the outlet.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Left - Right" type="signal">
<digest>The difference between the two numbers received in the inlets.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_add" type="rnborefpage" module="RNBO" display="add"></seealso>
<seealso name="rnbo_div" type="rnborefpage" module="RNBO" display="div"></seealso>
<seealso name="rnbo_mul" type="rnborefpage" module="RNBO" display="mul"></seealso>
</seealsolist>
</c74object>