<?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="fftinfo~" module="msp" category="MSP FFT">
	<digest>
		Report information about a patcher loaded by pfft~
	</digest>
	<description>
		<o>fftinfo~</o> gets info about the fft frames in a patcher loaded by a <o>pfft~</o>. It reports the information when sent a <m>bang</m> or whenever DSP is turned on via a <o>dac~</o> ( <o>fftinfo~</o> only functions within a <o>pfft~</o>).
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP FFT
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				Dummy
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="int">
			<digest>
				(int) FFT Frame Size
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="int">
			<digest>
				(int) Spectral Frame Size
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="2" type="int">
			<digest>
				(int) FFT Hop Size
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="3" type="int">
			<digest>
				(int) Full Spectrum Flag (0/1)
			</digest>
			<description>
				TEXT_HERE
			</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="bang">
			<arglist />
			<digest>
				Output the window size, frame size, and hop size
			</digest>
			<description>
				Causes the FFT window size, the FFT frame size (i.e., the signal vector size inside the patcher loaded by <o>pfft~</o>), and the FFT hop size to be sent out the object's outputs.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Report the window size, frame size, and hop size of a connected signal network
			</digest>
			<description>
				Reports the FFT window size, the FFT frame size, and the FFT hop size of the signal network to which it is connected.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="fftinfo~.png" caption="fftinfo~ reports information about the FFT subpatcher in which it is located" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="cartopol" />
		<seealso name="cartopol~" />
		<seealso name="fft~" />
		<seealso name="fftin~" />
		<seealso name="fftout~" />
		<seealso name="frameaccum~" />
		<seealso name="framedelta~" />
		<seealso name="ifft~" />
		<seealso name="pfft~" />
		<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>
	<misc name="Output">
		<entry name="int">
			<description>
				Out left outlet: The current FFT window size specified by argument to the <o>pfft~</o> object.
				<br />
				<br />
				Out middle-left outlet: The current spectral frame size (half the FFT window size).
				<br />
				<br />
				Out middle-right outlet: The current FFT hop size (i.e., the window size divided by the overlap).
				<br />
				<br />
				Out right outlet: The full spectrum flag. It indicates whether or not the spectral subpatch of the parent <o>pfft~</o> object is processing the default half-spectrum FFT frames, or full (mirrored) FFT spectrum frames.
			</description>
		</entry>
	</misc>
</c74object>
