<?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="split" category="Control">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Control</metadata>
<metadata name="alias">split</metadata>
</metadatalist>
<digest>Split a range of numbers across two outputs</digest>
<description><p>
<o objname="rnbo_split">split</o>
 will isolate a range of numbers between its two outputs. If input values are
within the specified range, they will be sent to the left outlet. If they are outside of the
specified range, they will be sent to the right outlet
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="min" optional="1" type="number">
<digest>Lower bound</digest>
<description><p>
The lower bound of the range
</p></description>
</objarg>
<objarg name="max" optional="1" type="number">
<digest>Upper bound</digest>
<description><p>
The upper bound of the range
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="number">
<digest>Input</digest>
<description><p>
The input to be split
</p></description>
</attribute>
<attribute name="max" size="1" type="number">
<digest>Upper bound</digest>
<description><p>
The upper bound of the range
</p></description>
</attribute>
<attribute name="min" size="1" type="number">
<digest>Lower bound</digest>
<description><p>
The lower bound of the range
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="number">
<digest>Input</digest>
<description><p>
The input to be split
</p></description>
</inlet>
<inlet id="inlet_min" name="min" type="number">
<digest>Lower bound</digest>
<description><p>
The lower bound of the range
</p></description>
</inlet>
<inlet id="inlet_max" name="max" type="number">
<digest>Upper bound</digest>
<description><p>
The upper bound of the range
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="number">
<digest>Values within the specified range</digest>
<description><p>
Outputs values from the input that are within the specified range
</p></description>
</outlet>
<outlet id="outlet_out2" name="out2" type="number">
<digest>Values outside the specified range</digest>
<description><p>
Outputs values from the input that are outside the specified range
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_route" type="rnborefpage" module="RNBO" display="route"></seealso>
<seealso name="rnbo_select" type="rnborefpage" module="RNBO" display="select"></seealso>
</seealsolist>
</c74object>