<?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="slide" category="Math">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="tag"></metadata>
</metadatalist>
<digest>The discrete derivative of the input</digest>
<description><p>
Calculate the The discrete derivative of the input. This is helpful for smoothing values logarithmically for envelope following and lowpass filtering.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="up" optional="1" type="number">
<digest>The slide up value</digest>
<description><p>
Specifies the slide-up value. The default value is 1. A lower slide-up value results in a steeper slope upward wheras a higher value results in a smoother inclining slope.
</p></description>
</objarg>
<objarg name="down" optional="1" type="number">
<digest>The slide down value</digest>
<description><p>
Specifies the slide-down value. The default value is 1. A lower slide-down value results in a steeper slope downward, wheras a higher value results in a smoother declining slope.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>Trigger computation on all inlets.</digest>
<attributelist>
<attribute name="default" type="bool" value="false"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="down" size="1" type="number">
<digest>The slide down value</digest>
<description><p>
Specifies the slide-down value. The default value is 1. A lower slide-down value results in a steeper slope downward, wheras a higher value results in a smoother declining slope.
</p></description>
</attribute>
<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="up" size="1" type="number">
<digest>The slide up value</digest>
<description><p>
Specifies the slide-up value. The default value is 1. A lower slide-up value results in a steeper slope upward wheras a higher value results in a smoother inclining slope.
</p></description>
</attribute>
<attribute name="x" size="1" type="number">
<digest>Set's the current output sample value</digest>
<description><p>
Set's the current output sample value (the value from which the next incoming value will smoothly transition from).
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="number">
<digest>Set's the current output sample value</digest>
<description><p>
Set's the current output sample value (the value from which the next incoming value will smoothly transition from).
</p></description>
</inlet>
<inlet id="inlet_up" name="up" type="number">
<digest>The slide up value</digest>
<description><p>
Specifies the slide-up value. The default value is 1. A lower slide-up value results in a steeper slope upward wheras a higher value results in a smoother inclining slope.
</p></description>
</inlet>
<inlet id="inlet_down" name="down" type="number">
<digest>The slide down value</digest>
<description><p>
Specifies the slide-down value. The default value is 1. A lower slide-down value results in a steeper slope downward, wheras a higher value results in a smoother declining slope.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="number">
<digest>The smoothed input value</digest>
<description><p>
The smoothed input value.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="slide" type="refpage" module="Max"></seealso>
<seealso name="rnbo_slide~" type="rnborefpage" module="RNBO" display="slide~"></seealso>
<seealso name="rnbo_expr~" type="rnborefpage" module="RNBO" display="expr~"></seealso>
<seealso name="rnbo_rampsmooth" type="rnborefpage" module="RNBO" display="rampsmooth"></seealso>
</seealsolist>
</c74object>