<?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="timer" category="Timing">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Timing</metadata>
<metadata name="tag">RNBO Time</metadata>
</metadatalist>
<digest>Report elapsed time between two events</digest>
<description><p>
Reports the amount of time in milliseconds between when a bang is received in the left inlet and the right. Can also be used to get the amount of time elapsed since host startup.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="end" size="1" type="bang">
<digest>End</digest>
<description><p>
A bang in the right inlet reports the time elapsed since the timer started. If a bang is received before the left inlet receives a bang, it reports the time elapsed since Max (or the host application for exported code) was started.
</p></description>
</attribute>
<attribute name="start" size="1" type="bang">
<digest>start</digest>
<description><p>
A bang in the left inlet will reset the timer to zero.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_start" name="start" type="bang">
<digest>start</digest>
<description><p>
A bang in the left inlet will reset the timer to zero.
</p></description>
</inlet>
<inlet id="inlet_end" name="end" type="bang">
<digest>End</digest>
<description><p>
A bang in the right inlet reports the time elapsed since the timer started. If a bang is received before the left inlet receives a bang, it reports the time elapsed since Max (or the host application for exported code) was started.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="number">
<digest>Elapsed time between events (ms)</digest>
<description><p>
The elapsed time in milliseconds.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="timer" type="refpage" module="Max"></seealso>
<seealso name="rnbo_currenttime" type="rnborefpage" module="RNBO" display="currenttime"></seealso>
<seealso name="rnbo_currentsampletime" type="rnborefpage" module="RNBO" display="currentsampletime"></seealso>
<seealso name="rnbo_delay" type="rnborefpage" module="RNBO" display="delay"></seealso>
<seealso name="rnbo_elapsed~" type="rnborefpage" module="RNBO" display="elapsed~"></seealso>
<seealso name="rnbo_mstobeats" type="rnborefpage" module="RNBO" display="mstobeats"></seealso>
<seealso name="rnbo_mstohz" type="rnborefpage" module="RNBO" display="mstohz"></seealso>
<seealso name="rnbo_mstosamps" type="rnborefpage" module="RNBO" display="mstosamps"></seealso>
</seealsolist>
</c74object>