<?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="cross~" module="msp" category="MSP Filters">
	<digest>
		Third-order crossover filter
	</digest>
	<description>
		Use the <o>cross~</o> object as a pair of symmetrical low+high pass 3rd order filters with lowpass and highpass outlets you can use separately or in combination to form a crossover filter.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</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) Crossover Frequency (Hz)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Lowpass Filtered Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="signal">
			<digest>
				(signal) Highpass Filtered Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="cutoff-frequency" optional="0" units="hz" type="float">
			<digest>
				Initial cutoff frequency
			</digest>
			<description>
				Obligatory. The argument sets the initial cutoff frequency for the lowpass and the highpass parts of the output signal.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist>
				<arg name="cutoff-frequency" optional="0" units="hz" type="int" />
			</arglist>
			<digest>
				Set the lowpass and highpass cutoff frequencies
			</digest>
			<description>
				In right inlet: Converted to <m>float</m>. Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="cutoff-frequency" optional="0" units="hz" type="float" />
			</arglist>
			<digest>
				Set the lowpass and highpass cutoff frequencies
			</digest>
			<description>
				In right inlet: Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
			</description>
		</method>
		<method name="clear">
			<arglist />
			<digest>
				Set the filters' output memories to 0
			</digest>
			<description>
				Sets the filters' output memories to 0(this is helpful in case you blow it up).
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: Any signal to be filtered.
				<br />
				<br />
				In right inlet: Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="cross~.png" caption="Split a signal into high and low frequency components" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="allpass~" />
		<seealso name="biquad~" />
		<seealso name="filtergraph~" />
		<seealso name="lores~" />
		<seealso name="onepole~" />
		<seealso name="reson~" />
		<seealso name="svf~" />
		<seealso name="audio_filtering" module="core" type="vignette" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				Out left inlet: The lowpass-filtered input signal.
				<br />
				<br />
				In right inlet: The highpass-filtered input signal.
				<br />
				<br />
				Together the lowpass and highpass filtered signals coombine to produce a flat frequency response equivalent to the input signal. The phase response for the filtered output is, however, slightly altered.
			</description>
		</entry>
	</misc>
</c74object>
