<?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="unjoin" module="max" category="Lists">
	<digest>
		Break a list into messages
	</digest>
	<description>
		Separates a list's elements by group, and send each group of items out a separate outlet.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			TEXT_HERE
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Output (0)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				Output (1)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="2" type="OUTLET_TYPE">
			<digest>
				Extra
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="outlets" optional="0" type="int">
			<digest>
				Number of outlets
			</digest>
			<description>
				Specifies the number of outlets (in addition to the rightmost outlet, which is always present).
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Output a single number
			</digest>
			<description>
				The number is sent out the left outlet.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Output a single number
			</digest>
			<description>
				The number is sent out the left outlet.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Separate and output message groups
			</digest>
			<description>
				Items from the input list are separated into lists containing the number of elements specified by the
				<a>
					outsize
				</a>
				attribute and sent out the outlet corresponding to their group position in the list. Any remaining items are sent out the right outlet.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Separate and output message groups
			</digest>
			<description>
				Performs the same function as <m>list</m>.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="outsize" get="1" set="1" type="atom_long" size="1">
			<digest>
				Output Size
			</digest>
			<description>
				Defines the number of items to be sent out the outlets.
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Behavior" />
				<attribute name="default" get="1" set="1" type="atom_long" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Output Size" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="unjoin.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="join" />
		<seealso name="pack" />
		<seealso name="pak" />
		<seealso name="unpack" />
	</seealsolist>
</c74object>
