<?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="framesmooth~" module="msp" category="MSP FFT">
	<digest>
		Perform averaging of consecutive samples, grouped into frames, without blurring across the frames.
	</digest>
	<description>
		The <o>framesmooth~</o> object performs averaging of consecutive samples, grouped into frames, without blurring across the frames.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			Audio
		</metadata>
		<metadata name="tag">
			FFT
		</metadata>
		<metadata name="tag">
			MSP FFT
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				Input FFT Phase Deviation
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				No Right Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				FFT Running Phase Output
			</digest>
			<description>
				FFT Running Phase Output
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Audio samples to be smoothed
			</digest>
			<description>
				Sets the number of audio samples to be smoothed.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="framesize" get="1" set="1" type="atom_long" size="1">
			<digest>
				Number of samples per frame
			</digest>
			<description>
				The number of samples per frame. If working with FFT output, this should be set to the size of the FFT.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Miscellaneous" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Frame Size" />
			</attributelist>
		</attribute>
		<attribute name="smoothness" get="1" set="1" type="atom_long" size="1">
			<digest>
				Number of samples to be averaged to produce the smoothed output
			</digest>
			<description>
				The number of samples to be averaged to produce the smoothed output.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Smoothness" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="fft~" />
		<seealso name="frameaverage~" />
		<seealso name="plot~" />
		<seealso name="vectral~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				Output samples with smoothing applied
			</description>
		</entry>
	</misc>
</c74object>
