<?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="frame~" module="msp" category="FFT">
	<digest>
		Output a list as an FFT frame or a signal vector
	</digest>
	<description>
		The <o>frame~</o> object is similar to the MSP <o>sig~</o> object, but it provides a way to output lists inside a patcher loaded by the <o>pfft~</o> object or to provide signal vector information outside of the <o>pfft~</o> domain.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			TEXT_HERE
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="list">
			<digest>
				a list of floating point values
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="list">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				output frame
			</digest>
			<description>
				The list input to the <o>frame~</o> object is output as a signal vector. You can use the <o>framesnap~</o> object to convert the signal vector to a list of number values.
			</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="int">
			<arglist>
				<arg name="signal-vector-value" type="int" optional="0" />
			</arglist>
			<digest>
				Integer input
			</digest>
			<description>
				An integer sent to the <o>frame~</o> object will cause a signal vector containing that value to be sent out the object's outlet.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="signal-vector-value" type="float" optional="0" />
			</arglist>
			<digest>
				Floating point input
			</digest>
			<description>
				A floating point number sent to the <o>frame~</o> object will cause a signal vector containing that value to be sent out the object's outlet.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="signal-vector-value" type="list" optional="0" />
			</arglist>
			<digest>
				Input list
			</digest>
			<description>
				A list of integers or floating point numbers sent to the <o>frame~</o> object will cause a signal vector containing those values to be sent out the object's outlet.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="signal-vector-value" type="list" optional="0" />
			</arglist>
			<digest>
				Anything
			</digest>
			<description>
				Any integer, floating point number, or list sent to the <o>frame~</o> object will cause a signal vector containing the value(s) to be sent out the object's outlet.
			</description>
		</method>
		<method name="fill">
			<arglist>
				<arg name="frame-value" type="list" optional="0" />
			</arglist>
			<digest>
				Specify a value for unset list values
			</digest>
			<description>
				By default, the <o>frame~</o> object sets all unspecified frame values to 0. The word <m>fill</m>, followed by an integer or floating point value, will set all unspecified frame values to that amount.
			</description>
		</method>
		<method name="mirror">
			<arglist>
				<arg name="mirroring" type="int" optional="0" />
			</arglist>
			<digest>
				Mirror all frame values around the Nyquist frequency
			</digest>
			<description>
				By default, the <o>frame~</o> object sets all frame values above the Nyquist frequency to 0. When used in conjunction with a <o>pfft~</o> object set to full spectrum mode, the message <m>mirror 1</m> will enable mirroring all frame values.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="cartopol" />
		<seealso name="cartopol~" />
		<seealso name="fft~" />
		<seealso name="fftin~" />
		<seealso name="fftinfo~" />
		<seealso name="fftout~" />
		<seealso name="frameaccum~" />
		<seealso name="framedelta~" />
		<seealso name="framesnap~" />
		<seealso name="ifft~" />
		<seealso name="in" />
		<seealso name="out" />
		<seealso name="poltocar" />
		<seealso name="poltocar~" />
		<seealso name="vectral~" />
		<seealso name="14_analysischapter03" module="msp" type="tutorial" />
		<seealso name="14_analysischapter04" module="msp" type="tutorial" />
	</seealsolist>
</c74object>
