<?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="cond" category="Route">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Route</metadata>
<metadata name="tag">RNBO Logic</metadata>
<metadata name="alias">?</metadata>
</metadatalist>
<digest>Conditional operator</digest>
<description><p>
Selects between the second and third inputs according to the boolean value of the first. If the first argument is true, the second argument will be output. Otherwise, the third argument will be output.
</p></description>
<!--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>Condition to test</digest>

</attribute>
<attribute name="in2" size="1" type="number">
<digest>Value if true</digest>

</attribute>
<attribute name="in3" size="1" type="number">
<digest>Value if false</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="Condition" type="number">
<digest>Condition to test</digest>

</inlet>
<inlet id="inlet_in2" name="If True" type="number">
<digest>Value if true</digest>

</inlet>
<inlet id="inlet_in3" name="If False" type="number">
<digest>Value if false</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Output" type="number">
<digest>Conditional output</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_eq" type="rnborefpage" module="RNBO" display="eq"></seealso>
<seealso name="rnbo_neq" type="rnborefpage" module="RNBO" display="neq"></seealso>
<seealso name="rnbo_and" type="rnborefpage" module="RNBO" display="and"></seealso>
<seealso name="rnbo_or" type="rnborefpage" module="RNBO" display="or"></seealso>
</seealsolist>
</c74object>