<?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.cycle" module="jit" category="Jitter Utilities">
	<digest>
		Cycle messages through outputs
	</digest>
	<description>
		Route messages, unchanged, through the object's outlets sequentially. Lists remain intact, unlike the Max <o>cycle</o> object. The <o>jit.cycle</o> object takes a single integer argument, which sets the number of outlets.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Utilities
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				anything in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				anything in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				jit.cycle outlet 1
			</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="bang">
			<arglist />
			<digest>
				Send a message to the next outlet
			</digest>
			<description>
				Any <m>bang</m> message sent to the <o>jit.cycle</o> object is sent out the next outlet in sequence.
			</description>
		</method>
		<method name="int">
			<arglist />
			<digest>
				Send a message to the next outlet
			</digest>
			<description>
				Any int sent to the <o>jit.cycle</o> object is sent out the next outlet in sequence.
			</description>
		</method>
		<method name="float">
			<arglist />
			<digest>
				Send a message to the next outlet
			</digest>
			<description>
				Any float sent to the <o>jit.cycle</o> object is sent out the next outlet in sequence.
			</description>
		</method>
		<method name="list">
			<arglist />
			<digest>
				Send a message to the next outlet
			</digest>
			<description>
				Any list sent to the <o>jit.cycle</o> object is sent out the next outlet in sequence.
			</description>
		</method>
		<method name="anything">
			<arglist />
			<digest>
				Send a message to the next outlet
			</digest>
			<description>
				Any message sent to the <o>jit.cycle</o> object is sent out the next outlet in sequence.
			</description>
		</method>
		<method name="reset">
			<arglist />
			<digest>
				Reset the outlet index
			</digest>
			<description>
				Causes the <at>index</at> to jump to either the <at>lo</at> or <at>hi</at> value, depending on the current cycle mode setting (<at>mode</at>).
			</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="index" get="1" set="1" type="int" size="1">
			<digest>
				The current outlet
			</digest>
			<description>
				The current outlet
			</description>
		</attribute>
		<attribute name="hi" get="1" set="1" type="int" size="1">
			<digest>
				Outlet high limit
			</digest>
			<description>
				Outlet high limit (default = rightmost outlet) Outlets with indices higher than the value of the <at>hi</at> attribute are ignored during routing. Outlet indices begin numbering at 0.
			</description>
		</attribute>
		<attribute name="mode" get="1" set="1" type="int" size="1">
			<digest>
				Cycle mode
			</digest>
			<description>
				Cycle mode (default = 0 (left to right))
				<br />
				0 = left to right (from <at>lo</at> to <at>hi</at>)				<br />
				1 = right to left (from <at>hi</at> to <at>lo</at>)				<br />
				2 = pendulum mode, starting from <at>lo</at>, passing sequentially to <at>hi</at>, and then back to <at>lo</at> 
			</description>
		</attribute>
		<attribute name="lo" get="1" set="1" type="int" size="1">
			<digest>
				Outlet low limit
			</digest>
			<description>
				Outlet low limit (default = 0 (leftmost outlet)) Outlets with indices lower than the value of the <at>lo</at> attribute are ignored during routing. Outlet indices begin numbering at 0.
			</description>
		</attribute>
	</attributelist>
	<jitterattributelist />
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.cycle.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="cycle" />
		<seealso name="jit.reverse" />
		<seealso name="router" />
	</seealsolist>
</c74object>
