<?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.fill" module="jit" category="Jitter Lists">
	<digest>
		Fill a matrix with a list
	</digest>
	<description>
		Fills one plane of a named matrix with the values of a list received in its left inlet. The <at>offset</at> and <at>plane</at> attributes determine the cells to be filled. Upon completion, the <o>jit.fill</o> object sends a <m>bang</m> message out its left outlet.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Lists
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				list
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				list
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				bang when done
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				dumpout
			</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="int">
			<arglist />
			<digest>
				Load the cell at the current offset
			</digest>
			<description>
				Fills the cell at the current offset with an <m>int</m> value
			</description>
		</method>
		<method name="float">
			<arglist />
			<digest>
				Load the cell at the current offset
			</digest>
			<description>
				Fills the cell at the current offset with a <m>float</m> value
			</description>
		</method>
		<method name="list">
			<arglist />
			<digest>
				Load cells with list contents
			</digest>
			<description>
				Fills the cells beginning at the current offset with list values
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="importattrs" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="matrix_name" get="1" set="1" type="symbol" size="1">
			<digest>
				Target matrix
			</digest>
			<description>
				The name of target matrix
			</description>
		</attribute>
		<attribute name="plane" get="1" set="1" type="int" size="1">
			<digest>
				Matrix plane
			</digest>
			<description>
				The plane in matrix to be filled (default = 0)
			</description>
		</attribute>
		<attribute name="offset" get="1" set="1" type="int" size="32">
			<digest>
				Dimension offset
			</digest>
			<description>
				The dimension offset into matrix to be filled (default = all zero)
			</description>
		</attribute>
	</attributelist>
	<jitterattributelist />
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.fill.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.iter" />
		<seealso name="jit.matrix" />
		<seealso name="jit.spill" />
		<seealso name="zl" />
		<seealso module="jit" name="jitterchapter11" type="tutorial" />
		<seealso module="jit" name="jitterchapter12" type="tutorial" />
	</seealsolist>
</c74object>
