<?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.scanslide" module="jit" category="Jitter Special FX">
	<digest>
		Cellwise spatial envelope follower
	</digest>
	<description>
		Use the <o>jit.scanslide</o> object to perform cellwise spatial envelope following across dimension 0 or 1.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Special FX
		</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">
		<matrixoutput name="out" planelink="1" typelink="1" dimlink="1" minplanecount="1" maxplanecount="32" mindimcount="1" maxdimcount="32">
			<types>
				char long float32 float64
			</types>
		</matrixoutput>
	</mop>
	<!--MESSAGES-->
	<jittermethodlist>
		<jittermethod name="bang" />
		<jittermethod name="clear" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="importattrs" />
		<jittermethod name="outputmatrix" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="dimmode" get="1" set="1" type="int" size="1">
			<digest>
				Dimension across which the envelope following is performed
			</digest>
			<description>
				The dimension across which the envelope following is performed (default = 0)
				<br />
				0 = horizontal
				<br />
				1 = vertical
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Dimension Mode" />
			</attributelist>
		</attribute>
		<attribute name="mode" get="1" set="1" type="int" size="1">
			<digest>
				Filter mode
			</digest>
			<description>
				Filter mode (default = 0 (filter cells with greater than offset))
				<br />
				0 = filter cells with a position greater than the value of the <at>offset</at> attribute.
				<br />
				1 = filter cells with a position less than the value of the <at>offset</at> attribute.
				<br />
				2 = filter cells with a position both greater than and less than the value of the <at>offset</at> attribute.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Mode" />
			</attributelist>
		</attribute>
		<attribute name="offset" get="1" set="1" type="int" size="1">
			<digest>
				Dimensional position offset
			</digest>
			<description>
				The position offset along the dimension specified by the <at>dimmode</at> attribute. (default = 0)
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Offset" />
			</attributelist>
		</attribute>
		<attribute name="slide_down" get="1" set="1" type="float" size="1">
			<digest>
				Slide down factor
			</digest>
			<description>
				The slide down factor (default = 1). Note that down does not refer not to change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data).
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Slide Down" />
			</attributelist>
		</attribute>
		<attribute name="slide_up" get="1" set="1" type="float" size="1">
			<digest>
				Slide up factor
			</digest>
			<description>
				The slide up factor (default = 1). Note that up does not refer not to change along the y axis, but rather with respect to amplitude (e.g. brightness of color channel for image data).
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Slide Up" />
			</attributelist>
		</attribute>
	</attributelist>
	<jitterattributelist>
		<jitterattribute name="outputmode" />
		<jitterattribute name="adapt" />
		<jitterattribute name="out_name" />
		<jitterattribute name="type" />
		<jitterattribute name="dim" />
		<jitterattribute name="planecount" />
	</jitterattributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.scanslide.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.op" />
		<seealso name="jit.slide" />
		<seealso name="slide" />
		<seealso name="slide~" />
	</seealsolist>
</c74object>
