<?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.-->
<c74object module="rnbo" kind="rnboobject" name="join" category="Lists">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Lists</metadata>
</metadatalist>
<digest>Combine items into a list</digest>
<description><p>
Combine multiple lists into a larger list. The 
<o objname="rnbo_join">join</o>
 object takes one optional argument that sets the number of inlets.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="inlets" optional="1" type="number">
<digest>How many items to combine</digest>
<description><p>
Sets the number of inlets the object will have. Each inlet accepts a number of list of any size and will be added to the output list in the inlet order.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="inlets" size="1" type="number">
<digest>How many items to combine</digest>
<attributelist>
<attribute name="default" type="number" value="2"></attribute>
</attributelist>
<description><p>
Sets the number of inlets the object will have. Each inlet accepts a number of list of any size and will be added to the output list in the inlet order.
</p></description>
</option>
<option name="triggers" size="1" type="list">
<digest>Which inlets should trigger output</digest>
<attributelist>
<attribute name="default" type="list" value="0"></attribute>
</attributelist>
<description><p>
Sets which inlets trigger output (0-based, default = 0). A value of -1 sets all inlets to trigger.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="reset" size="1" type="bang">
<digest>reset</digest>
<description><p>
The object can be reset by attaching a 
<m>set reset</m>
 object. Sending a bang to the 
<m>set reset</m>
 will clear the internal contents of all inlets.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<!--NONE-->
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="list">
<digest>Combined items</digest>
<description><p>
Outputs a combined list with the items from all inlets.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="join" type="refpage" module="Max"></seealso>
<seealso name="rnbo_list.join" type="rnborefpage" module="RNBO" display="list.join"></seealso>
<seealso name="rnbo_pack" type="rnborefpage" module="RNBO" display="pack"></seealso>
<seealso name="rnbo_pack" type="rnborefpage" module="RNBO" display="pack"></seealso>
<seealso name="rnbo_unjoin" type="rnborefpage" module="RNBO" display="unjoin"></seealso>
<seealso name="rnbo_unpack" type="rnborefpage" module="RNBO" display="unpack"></seealso>
</seealsolist>
</c74object>