<?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="zerox~" category="Analysis">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Analysis</metadata>
</metadatalist>
<digest>Detect zero crossings</digest>
<description><p>
The zerox~ object detects when incoming values cross the zero point in either direction from one  sample to the next.  If a crossing is detected from one sample to the next it outputs a click, else a signal value of zero.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="x" optional="1" type="auto">
<digest>The input to analyze</digest>
<description><p>
The input that is analyzed for zero-crossings.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="reset" size="1" type="bang">
<digest>Banging this attribute will reset the object to its default state.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
<attribute name="x" size="1" type="auto">
<digest>The input to analyze</digest>
<description><p>
The input that is analyzed for zero-crossings.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="auto">
<digest>The input to analyze</digest>
<description><p>
The input that is analyzed for zero-crossings.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>Outputs a 0 when the last two received values do not cross the zero point or a 1 when they do.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_zerox" type="rnborefpage" module="RNBO" display="zerox"></seealso>
<seealso name="rnbo_change~" type="rnborefpage" module="RNBO" display="change~"></seealso>
<seealso name="rnbo_zerox_count~" type="rnborefpage" module="RNBO" display="zerox_count~"></seealso>
<seealso name="rnbo_delta~" type="rnborefpage" module="RNBO" display="delta~">

rnbo_edge~
</seealso>
</seealsolist>
</c74object>