<?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="snapshot~" category="Analysis">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Analysis</metadata>
</metadatalist>
<digest>Convert signal values to numbers</digest>
<description><p>
Output signal values as numbers at a timed interval.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="interval" optional="1" type="number">
<digest>Output interval (ms)</digest>
<description><p>
The reporting interval length (ms)
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="mode" size="1" type="number">
<digest>Sample input (0) or sample the square root value of the input (1)</digest>
<attributelist>
<attribute name="default" type="number" value="0"></attribute>
</attributelist>
<description><p>
Sample input (0) or sample the square root value of the input (1)
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="signal, bang">
<digest>Signal input to covert to float value / bang to report</digest>

</attribute>
<attribute name="interval" size="1" type="number">
<digest>Output interval (ms)</digest>
<description><p>
The reporting interval length (ms)
</p></description>
</attribute>
<attribute name="reset" size="1" type="bang">
<digest>reset</digest>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="signal, bang">
<digest>Signal input to covert to float value / bang to report</digest>

</inlet>
<inlet id="inlet_interval" name="interval" type="number">
<digest>Output interval (ms)</digest>
<description><p>
The reporting interval length (ms)
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="number">
<digest>number output</digest>
<description><p>
When snapshot~ receives a bang, sample values from the input signal are sent out its outlet at the set interval.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="snapshot~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_sig~" type="rnborefpage" module="RNBO" display="sig~"></seealso>
<seealso name="rnbo_number~" type="rnborefpage" module="RNBO" display="number~"></seealso>
</seealsolist>
</c74object>