<?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="join" module="max" category="Lists">
	<digest>
		Combine items into a list
	</digest>
	<description>
		Takes separate untyped items and combines them into an output list.
	</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 (0)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Input (1)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="inlets" optional="0" type="int">
			<digest>
				Number of inlets
			</digest>
			<description>
				<description>
					Specifies the number of inlets. If there is no argument, there will be two inlets, and the two list items will be set to (int) 0 initially.
				</description>
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Send out current list
			</digest>
			<description>
				In left inlet: Causes <o>join</o> to send out a list composed of the currently stored items.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Store data as a list element
			</digest>
			<description>
				The number is stored in the <o>join</o> object as an item in a list with its position in the list corresponding to the inlet in which it was received. If the inlet is a 'trigger' input, the entire list is sent out the outlet.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Store data as a list element
			</digest>
			<description>
				The number is stored in the <o>join</o> object as an item in a list with its position in the list corresponding to the inlet in which it was received. If the inlet is a 'trigger' input, the entire list is sent out the outlet.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="values" optional="0" type="list" />
			</arglist>
			<digest>
				Store data as list elements
			</digest>
			<description>
				The list is stored in the <o>join</o> object as an array of items in a list with its position in the list corresponding to the inlet in which it was received. If the inlet is a 'trigger' input, the entire list is sent out the outlet.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="values" optional="0" type="list" />
			</arglist>
			<digest>
				Store data as list elements
			</digest>
			<description>
				The message with its arguments is stored in the <o>join</o> object as an array of items in a list with its position in the list corresponding to the inlet in which it was received. If the inlet is a 'trigger' input, the entire list is sent out the outlet.
			</description>
		</method>
		<method name="set">
			<arglist>
				<arg name="values" optional="0" type="list" />
			</arglist>
			<digest>
				Store data with no output
			</digest>
			<description>
				The list is stored in the <o>join</o> object as an array of items in a list with its position in the list corresponding to the inlet in which it was received.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="triggers" get="1" set="1" type="int" size="256">
			<digest>
				Trigger inputs
			</digest>
			<description>
				Define a list of inputs that will automatically trigger output (i.e. adding an input to this list will make the inlet &quot;hot&quot;). Setting the attribute value to -1 will cause the object to trigger output for any inlet (all inlets will be &quot;hot&quot;).
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Triggers" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="join.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="pack" />
		<seealso name="pak" />
		<seealso name="unjoin" />
		<seealso name="unpack" />
	</seealsolist>
</c74object>
