<?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="rampsmooth~" category="Modifiers">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Envelopes</metadata>
<metadata name="tag">RNBO Modifiers</metadata>
<metadata name="tag">RNBO Filters</metadata>
</metadatalist>
<digest>Smooth an incoming signal</digest>
<description><p>
Smooths an incoming signal . Each time an incoming value changes, it begins a linear ramp to reach this value.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="up" optional="1" type="auto">
<digest>Ramp up slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value greater than the current value arrives.
</p></description>
</objarg>
<objarg name="down" optional="1" type="auto">
<digest>Ramp down slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value less than the current value arrives.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="down" size="1" type="auto">
<digest>Ramp down slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value less than the current value arrives.
</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="auto">
<digest>Ramp up slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value greater than the current value arrives.
</p></description>
</attribute>
<attribute name="x" size="1" type="auto">
<digest>Input</digest>
<description><p>
Input to be smoothed.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_x" name="x" type="auto">
<digest>Input</digest>
<description><p>
Input to be smoothed.
</p></description>
</inlet>
<inlet id="inlet_up" name="up" type="auto">
<digest>Ramp up slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value greater than the current value arrives.
</p></description>
</inlet>
<inlet id="inlet_down" name="down" type="auto">
<digest>Ramp down slope</digest>
<description><p>
Specifies the number of samples over which a signal will be smoothed when an incoming value less than the current value arrives.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest>The smoothed signal</digest>
<description><p>
The smoothed signal is sent out the outlet.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rampsmooth~" type="refpage" module="MSP"></seealso>
<seealso name="rnbo_rampsmooth" type="rnborefpage" module="RNBO" display="rampsmooth"></seealso>
<seealso name="rnbo_line~" type="rnborefpage" module="RNBO" display="line~"></seealso>
<seealso name="rnbo_slide~" type="rnborefpage" module="RNBO" display="slide~"></seealso>
<seealso name="rnbo_smoothstep~" type="rnborefpage" module="RNBO" display="smoothstep~"></seealso>
</seealsolist>
</c74object>