<?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. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="deltaclip~" module="msp" category="MSP Modifiers">
	<digest>
		Limit changes in signal amplitude
	</digest>
	<description>
		<o>deltaclip~</o> limits the change between samples in an incoming signal. It is similar to the <o>clip~</o> object, but it limits amplitude changes with respect to slope rather than amplitude.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Modifiers
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="double">
			<digest>
				(float) Delta min
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="2" type="double">
			<digest>
				(float) Delta max
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="minimum-slope-value" optional="1" type="float">
			<digest>
				Minimum slope value
			</digest>
			<description>
				Initial minimum slope value for the rate of change of the output signal. If no argument is supplied, the minimum limit is initially set to <m>0</m>. If a signal is connected to the middle inlet, the corresponding argument is ignored.
			</description>
		</objarg>
		<objarg name="minimum and maximum-slope-values" optional="1" type="float">
			<digest>
				Maximum slope value
			</digest>
			<description>
				Initial maximum slope value for the rate of change of the output signal. If no argument is supplied, the maximum limit is initially set to <m>0</m>. If a signal is connected to the right inlet, the corresponding argument is ignored.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist>
				<arg name="minimum and maximum-slope-value" optional="0" type="int" />
			</arglist>
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In middle inlet: Minimum slope for the rate of change of the output signal. The minimum slope is typically negative.
				<br />
				<br />
				In right inlet: Maximum slope for the rate of change of the output signal. The maximum slope is typically positive.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="minimum and maximum-slope-value" optional="0" type="float" />
			</arglist>
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In middle inlet: Minimum slope for the rate of change of the output signal. The minimum slope is typically negative.
				<br />
				<br />
				In right inlet: Maximum slope for the rate of change of the output signal. The maximum slope is typically positive.
			</description>
		</method>
		<method name="ft1">
			<arglist>
				<arg name="minimum-slope-value" optional="0" type="float" />
			</arglist>
			<digest>
				Set the minimum slope value
			</digest>
			<description>
				In middle inlet: Minimum slope for the rate of change of the output signal. The minimum slope is typically negative.
			</description>
		</method>
		<method name="ft2">
			<arglist>
				<arg name="maximum-slope-value" optional="0" type="float" />
			</arglist>
			<digest>
				Set the maximum slope value
			</digest>
			<description>
				In right inlet: Maximum slope for the rate of change of the output signal. The maximum slope is typically positive.
			</description>
		</method>
		<method name="reset">
			<arglist />
			<digest>
				Reset minimum/maximum slope values
			</digest>
			<description>
				Resets the minimum and maximum slope values to the default value of 0.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				In left inlet: Any signal
			</digest>
			<description>
				In left inlet: Any signal.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="deltaclip~.png" caption="Limit a signal's rate of change" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="clip~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The input signal is sent out, with its change limited by the minimum and maximum slope values.
			</description>
		</entry>
	</misc>
</c74object>
