<?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="allpass~" module="msp" category="MSP Filters">
	<digest>
		Apply an allpass filter effect
	</digest>
	<description>
		Use the <o>allpass~</o> object to filter an input with an allpass filter. The allpass filter has a flat magnitude response but a complex phase response, typically delaying sharp transients.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Filters
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal/float">
			<digest>
				(signal/float) Delay in ms
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="2" type="signal/float">
			<digest>
				(signal/float) Gain Coefficient
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Filter Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="max-delay" optional="1" units="ms" type="float">
			<digest>
				Maximum delay time
			</digest>
			<description>
				The maximum delay time. Defaults to 10 ms if not specified.
			</description>
		</objarg>
		<objarg name="initial-delay" optional="1" units="ms" type="float">
			<digest>
				Initial delay time
			</digest>
		</objarg>
		<objarg name="gain" optional="1" type="float">
			<digest>
				Gain coefficient
			</digest>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="float">
			<arglist>
				<arg name="filter-parameter" optional="0" type="float" />
			</arglist>
			<digest>
				Function depends on inlet
			</digest>
			<description>
				Middle inlet: The delay time in milliseconds
				<br />
				Right inlet: The gain coefficient
				<br />
			</description>
		</method>
		<method name="clear">
			<arglist />
			<digest>
				Reset the filter state
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				Left inlet: The signal to be filtered
				<br />
				Middle inlet: The delay time in milliseconds
				<br />
				Right inlet: The gain coefficient
				<br />
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="allpass~.png" caption="Short delay with feedback to blur the input sound, or longer delay for discrete echoes" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="biquad~" />
		<seealso name="comb~" />
		<seealso name="cross~" />
		<seealso name="lores~" />
		<seealso name="phaseshift~" />
		<seealso name="reson~" />
		<seealso name="svf~" />
		<seealso name="teeth~" />
		<seealso name="audio_filtering" module="core" type="vignette" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The filtered signal.
			</description>
		</entry>
	</misc>
</c74object>
