<?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.reverse" module="jit" category="Jitter Utilities">
	<digest>
		Reverse output with respect to input
	</digest>
	<description>
		<o>jit.reverse</o> reverses the sequential order of data coming in its inlets, relative to its outlets; a <o>jit.reverse</o> object with 5 inlets will pass input sent to the left inlet to its rightmost outlet, pass inlet 2 data to outlet 4, and so on.
	</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>
				inlet 1 (anything)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				inlet 2 (anything)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				outlet 1
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				outlet 2
			</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>
				Pass a bang to the corresponding outlet
			</digest>
			<description>
				Any bang is passed to the corresponding outlet.
			</description>
		</method>
		<method name="int">
			<arglist />
			<digest>
				Pass a number to the corresponding outlet
			</digest>
			<description>
				Any integer value is passed to the corresponding outlet.
			</description>
		</method>
		<method name="float">
			<arglist />
			<digest>
				Pass a number to the corresponding outlet
			</digest>
			<description>
				Any floating point value is passed to the corresponding outlet.
			</description>
		</method>
		<method name="list">
			<arglist />
			<digest>
				Pass a list to the corresponding outlet
			</digest>
			<description>
				Any list is passed to the corresponding outlet.
			</description>
		</method>
		<method name="anything">
			<arglist />
			<digest>
				Pass any input to the corresponding outlet
			</digest>
			<description>
				Any input is passed to the corresponding outlet.
			</description>
		</method>
		<method name="clear">
			<arglist>
				<arg name="inlet-list" optional="1" type="list" />
			</arglist>
			<digest>
				Initialize inlets
			</digest>
			<description>
				The <m>clear</m> message with no arguments initializes all inlets. Optional arguments specify by number the inlets to initialize. Inlet numbering starts from 0.
				<p>
					When initialized, no output will occur for the inlet's corresponding outlet until new input is received in that inlet.
				</p>
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="getattributes" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="immediate" get="1" set="1" type="int" size="1">
			<digest>
				Processing mode
			</digest>
			<description>
				Processing mode (default = 0 (left inlet only))
				<br />
				0 = output triggered by input to the left inlet only.
				<br />
				1 = input to any inlet is sent out the outlet associated with it immediately.
			</description>
		</attribute>
		<attribute name="reverse" get="1" set="1" type="int" size="1">
			<digest>
				Reverse mapping flag
			</digest>
			<description>
				Reverse mapping flag (default = 1) When the flag is set, reverse mapping is enabled. Otherwise, mapping passes inlet 1 to outlet 1, inlet 2 to outlet 2, etc.
			</description>
		</attribute>
	</attributelist>
	<jitterattributelist />
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.reverse.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.cycle" />
		<seealso name="swap" />
	</seealsolist>
</c74object>
