<?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="jit.findbounds" module="jit" category="Jitter Analysis">
	<digest>
		Locate bounding dimensions for a value range
	</digest>
	<description>
		Scans a matrix for values in the range [ <at>min</at>, <at>max</at>] and sends out the minimum and maximum points that contain those values. The minimum point is sent as a list out the leftmost outlet, and the maximum point is sent as a list out the second outlet. If both points are all -1 values, then there are no points within the range.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Analysis
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="matrix">
			<digest>
				in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="matrix">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="list">
			<digest>
				min bounds
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="list">
			<digest>
				max bounds
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="2" type="list">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--MOP-->
	<mop matrixinputcount="1" matrixoutputcount="0" />
	<!--MESSAGES-->
	<jittermethodlist>
		<jittermethod name="clear" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="importattrs" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="boundmax" get="1" set="0" type="int" size="32">
			<digest>
				Maximum bounding point
			</digest>
			<description>
				The maximum bounding point
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="atom" size="1" value="Value" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Bounding Box Maximum" />
			</attributelist>
		</attribute>
		<attribute name="boundmin" get="1" set="0" type="int" size="32">
			<digest>
				Minimum bounding point
			</digest>
			<description>
				The minimum bounding point
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="atom" size="1" value="Value" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Bounding Box Minimum" />
			</attributelist>
		</attribute>
		<attribute name="max" get="1" set="1" type="float" size="32">
			<digest>
				Maximum search value
			</digest>
			<description>
				The maximum value to search for (default = all 0.)
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="atom" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="atom" size="1" value="Behavior" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Maximum" />
			</attributelist>
		</attribute>
		<attribute name="min" get="1" set="1" type="float" size="32">
			<digest>
				Minimum search value
			</digest>
			<description>
				The minimum value to search for (default = all 0.)
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="atom" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="atom" size="1" value="Behavior" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Minimum" />
			</attributelist>
		</attribute>
	</attributelist>
	<jitterattributelist>
		<jitterattribute name="outputmode" />
		<jitterattribute name="adapt" />
	</jitterattributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.findbounds.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.3m" />
		<seealso name="jit.op" />
		<seealso name="jitterchapter25" module="jit" type="tutorial" />
	</seealsolist>
</c74object>
