<?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="mc.deltaclip~" module="msp" category="MSP Modifiers, Multichannel">
	<digest>
		Limit changes in signal amplitude (multichannel)
	</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>
	<mcwrapper>
		<mcwrappermethod name="applymessages" />
		<mcwrappermethod name="applynvalues" />
		<mcwrappermethod name="applyvalues" />
		<mcwrappermethod name="decide" />
		<mcwrappermethod name="deviate" />
		<mcwrappermethod name="ease.in_back" />
		<mcwrappermethod name="ease.in_bounce" />
		<mcwrappermethod name="ease.in_circular" />
		<mcwrappermethod name="ease.in_cubic" />
		<mcwrappermethod name="ease.in_elastic" />
		<mcwrappermethod name="ease.in_exponential" />
		<mcwrappermethod name="ease.in_out_back" />
		<mcwrappermethod name="ease.in_out_bounce" />
		<mcwrappermethod name="ease.in_out_circular" />
		<mcwrappermethod name="ease.in_out_cubic" />
		<mcwrappermethod name="ease.in_out_elastic" />
		<mcwrappermethod name="ease.in_out_exponential" />
		<mcwrappermethod name="ease.in_out_quadratic" />
		<mcwrappermethod name="ease.in_out_quartic" />
		<mcwrappermethod name="ease.in_out_quintic" />
		<mcwrappermethod name="ease.in_out_sine" />
		<mcwrappermethod name="ease.in_quadratic" />
		<mcwrappermethod name="ease.in_quartic" />
		<mcwrappermethod name="ease.in_quintic" />
		<mcwrappermethod name="ease.in_sine" />
		<mcwrappermethod name="ease.linear" />
		<mcwrappermethod name="ease.out_back" />
		<mcwrappermethod name="ease.out_bounce" />
		<mcwrappermethod name="ease.out_circular" />
		<mcwrappermethod name="ease.out_cubic" />
		<mcwrappermethod name="ease.out_elastic" />
		<mcwrappermethod name="ease.out_quadratic" />
		<mcwrappermethod name="ease.out_quartic" />
		<mcwrappermethod name="ease.out_quintic" />
		<mcwrappermethod name="ease.out_sine" />
		<mcwrappermethod name="exponential" />
		<mcwrappermethod name="generate" />
		<mcwrappermethod name="harmonic" />
		<mcwrappermethod name="increment" />
		<mcwrappermethod name="randomrange" />
		<mcwrappermethod name="replicatenvalues" />
		<mcwrappermethod name="replicatevalues" />
		<mcwrappermethod name="scaledexponential" />
		<mcwrappermethod name="setvalue" />
		<mcwrappermethod name="setvaluerange" />
		<mcwrappermethod name="smoothstep" />
		<mcwrappermethod name="spread" />
		<mcwrappermethod name="spreadexclusive" />
		<mcwrappermethod name="spreadincludefirst" />
		<mcwrappermethod name="spreadincludesecond" />
		<mcwrappermethod name="spreadinclusive" />
		<mcwrappermethod name="subharmonic" />
		<mcwrapperattr name="busymapname" />
		<mcwrapperattr name="bz" />
		<mcwrapperattr name="bzname" />
		<mcwrapperattr name="chans" />
		<mcwrapperattr name="fun" />
		<mcwrapperattr name="initialvalues" />
		<mcwrapperattr name="op" />
		<mcwrapperattr name="target" />
		<mcwrapperattr name="usebusymap" />
		<mcwrapperattr name="values" />
		<mcwrapperattr name="voiceprob" />
		<mcwrapperattr name="zero" />
	</mcwrapper>
</c74object>
