<?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.scissors" module="jit" category="Jitter Data">
	<digest>
		Cut up a matrix into evenly spaced sub matrices
	</digest>
	<description>
		<o>jit.scissors</o> takes a single matrix and cuts it into uniform rectangular regions, outputting each one out a separate outlet as a new matrix.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Data
		</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="matrix">
			<digest>
				out
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="matrix">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--MOP-->
	<mop matrixinputcount="1" matrixoutputcount="-1" />
	<!--MESSAGES-->
	<methodlist>
		<method name="anything">
			<arglist />
			<digest>
				Forwards MOP Attribute messages to the underlying outputs
			</digest>
			<description>
				The <m>anything</m> message forwards any MOP Attribute messages to the underlying outputs -- e.g. out1_dim, out1_name, out1_planecount, out1_type.
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="clear" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="importattrs" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="columns" get="1" set="1" type="int" size="1">
			<digest>
				Number of columns
			</digest>
			<description>
				The number of columns to split the input matrix into (default = 1)
				<br />
				If you specify the <at>columns</at> attribute in the object box, The number of outlets will be equal to the number of rows multiplied by the number of columns. If you change the <at>rows</at>* <at>columns</at> attributes later, the size of the split regions will change, but the number of outlets will not change.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Columns" />
			</attributelist>
		</attribute>
		<attribute name="rows" get="1" set="1" type="int" size="1">
			<digest>
				Number of rows
			</digest>
			<description>
				The number of rows to split the input matrix into (default = 1)
				<br />
				If you specify the <at>columns</at> attribute in the object box, The number of outlets will be equal to the number of rows multiplied by the number of columns. If you change the <at>rows</at>* <at>columns</at> attributes later, the size of the split regions will change, but the number of outlets will not change.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Rows" />
			</attributelist>
		</attribute>
	</attributelist>
	<jitterattributelist>
		<jitterattribute name="outputmode" />
		<jitterattribute name="adapt" />
	</jitterattributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.scissors.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.concat" />
		<seealso name="jit.demultiplex" />
		<seealso name="jit.glue" />
		<seealso name="jit.matrix" />
		<seealso name="jit.multiplex" />
		<seealso name="jit.split" />
		<seealso module="jit" name="jitterchapter13" type="tutorial" />
	</seealsolist>
</c74object>
