<?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="delta~" category="Modifiers">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag"></metadata>
<metadata name="tag"></metadata>
</metadatalist>
<digest>The discrete derivative of the input</digest>
<description><p>
Outputs the difference between the current signal value and the previous value every sample.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="x" optional="1" type="auto">
<digest>Input value</digest>
<description><p>
The input value to be used for delta calculations.
</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>Input value</digest>
<description><p>
The input value to be used for delta calculations.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="auto">
<digest>Input value</digest>
<description><p>
The input value to be used for delta calculations.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>The delta</digest>
<description><p>
Outputs the delta (the most recent incoming value minus the previous value).
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_average~" type="rnborefpage" module="RNBO" display="average~"></seealso>
<seealso name="rnbo_avg~" type="rnborefpage" module="RNBO" display="avg~"></seealso>
<seealso name="rnbo_change~" type="rnborefpage" module="RNBO" display="change~"></seealso>
<seealso name="rnbo_delta" type="rnborefpage" module="RNBO" display="delta"></seealso>
<seealso name="rnbo_deltaclip~" type="rnborefpage" module="RNBO" display="deltaclip~"></seealso>
<seealso name="rnbo_sub~" type="rnborefpage" module="RNBO" display="sub~"></seealso>
</seealsolist>
</c74object>