<?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="speedlim" category="">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
</metadatalist>
<digest>speedlim</digest>

<!--ARGUMENTS-->
<objarglist>
<objarg name="delta" optional="1" type="number">
<digest>Delta Time (ms or time value)</digest>
<description><p>
Sets an initial minimum time between outputs in milliseconds. If there is no argument, the minimum time is 0 milliseconds.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="delta" size="1" type="number">
<digest>Delta Time (ms or time value)</digest>
<description><p>
Sets an initial minimum time between outputs in milliseconds. If there is no argument, the minimum time is 0 milliseconds.
</p></description>
</attribute>
<attribute name="input" size="1" type="number, list, bang">
<digest>Value to limit</digest>
<description><p>
A message received in the left inlet is sent out the outlet, provided the specified minimum amount of time has elapsed since the previous output. Otherwise, speedlim waits until that amount of time has passed, then sends out the last message it has received since the previous output.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="number, list, bang">
<digest>Value to limit</digest>
<description><p>
A message received in the left inlet is sent out the outlet, provided the specified minimum amount of time has elapsed since the previous output. Otherwise, speedlim waits until that amount of time has passed, then sends out the last message it has received since the previous output.
</p></description>
</inlet>
<inlet id="inlet_delta" name="delta" type="number">
<digest>Delta Time (ms or time value)</digest>
<description><p>
Sets an initial minimum time between outputs in milliseconds. If there is no argument, the minimum time is 0 milliseconds.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="number, list, bang">
<digest>Limited output</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<!--NONE-->
</c74object>