<?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="unjoin" category="Lists">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="alias">list.unjoin</metadata>
</metadatalist>
<digest>Break a list into messages</digest>
<description><p>
Break a list into smaller lists or individual elements.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="outlets" optional="1" type="number">
<digest>Number of outlets (items to break the list into)</digest>
<description><p>
Sets the number of outlets to add to the object. Each outlet will output a list of up to the length of 
<m>outsize</m>
.
</p></description>
</objarg>
<objarg name="outsize" optional="1" type="number">
<digest>Output size</digest>
<description><p>
Sets the list length for the output lists. All outlets will output a list of up to this size based on the length of the input list. If there are too few elements, a smaller list will be output. If there are any extra elements, they will be output as a single list from the rightmost outlet (the 'Extra' outlet).
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="outlets" size="1" type="number">
<digest>Number of outlets (items to break the list into)</digest>
<attributelist>
<attribute name="default" type="number" value="2"></attribute>
</attributelist>
<description><p>
Sets the number of outlets to add to the object. Each outlet will output a list of up to the length of 
<m>outsize</m>
.
</p></description>
</option>
<option name="outsize" size="1" type="number">
<digest>Output size</digest>
<attributelist>
<attribute name="default" type="number" value="1"></attribute>
</attributelist>
<description><p>
Sets the list length for the output lists. All outlets will output a list of up to this size based on the length of the input list. If there are too few elements, a smaller list will be output. If there are any extra elements, they will be output as a single list from the rightmost outlet (the 'Extra' outlet).
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="list">
<digest>Input</digest>
<description><p>
The input list to be broken into smaller lists.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="list">
<digest>Input</digest>
<description><p>
The input list to be broken into smaller lists.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<!--NONE-->
<!--SEE ALSO-->
<seealsolist>
<seealso name="unjoin" type="refpage" module="Max"></seealso>
<seealso name="zl" type="refpage" module="Max"></seealso>
<seealso name="rnbo_list.change" type="rnborefpage" module="RNBO" display="list.change"></seealso>
<seealso name="rnbo_list.compare" type="rnborefpage" module="RNBO" display="list.compare"></seealso>
<seealso name="rnbo_list.delace" type="rnborefpage" module="RNBO" display="list.delace"></seealso>
<seealso name="rnbo_list.ecils" type="rnborefpage" module="RNBO" display="list.ecils"></seealso>
<seealso name="rnbo_list.filter" type="rnborefpage" module="RNBO" display="list.filter"></seealso>
<seealso name="rnbo_list.group" type="rnborefpage" module="RNBO" display="list.group"></seealso>
<seealso name="rnbo_list.indexmap" type="rnborefpage" module="RNBO" display="list.indexmap"></seealso>
<seealso name="rnbo_list.join" type="rnborefpage" module="RNBO" display="list.join"></seealso>
<seealso name="rnbo_list.lace" type="rnborefpage" module="RNBO" display="list.lace"></seealso>
<seealso name="rnbo_list.len" type="rnborefpage" module="RNBO" display="list.len"></seealso>
<seealso name="rnbo_list.lookup" type="rnborefpage" module="RNBO" display="list.lookup"></seealso>
<seealso name="rnbo_list.median" type="rnborefpage" module="RNBO" display="list.median"></seealso>
<seealso name="rnbo_list.mth" type="rnborefpage" module="RNBO" display="list.mth"></seealso>
<seealso name="rnbo_list.nth" type="rnborefpage" module="RNBO" display="list.nth"></seealso>
<seealso name="rnbo_list.queue" type="rnborefpage" module="RNBO" display="list.queue"></seealso>
<seealso name="rnbo_list.reg" type="rnborefpage" module="RNBO" display="list.reg"></seealso>
<seealso name="rnbo_list.rev" type="rnborefpage" module="RNBO" display="list.rev"></seealso>
<seealso name="rnbo_list.rot" type="rnborefpage" module="RNBO" display="list.rot"></seealso>
<seealso name="rnbo_list.scramble" type="rnborefpage" module="RNBO" display="list.scramble"></seealso>
<seealso name="rnbo_list.sect" type="rnborefpage" module="RNBO" display="list.sect"></seealso>
<seealso name="rnbo_list.slice" type="rnborefpage" module="RNBO" display="list.slice"></seealso>
<seealso name="rnbo_list.sort" type="rnborefpage" module="RNBO" display="list.sort"></seealso>
<seealso name="rnbo_list.stack" type="rnborefpage" module="RNBO" display="list.stack"></seealso>
<seealso name="rnbo_list.stream" type="rnborefpage" module="RNBO" display="list.stream"></seealso>
<seealso name="rnbo_list.sub" type="rnborefpage" module="RNBO" display="list.sub"></seealso>
<seealso name="rnbo_list.sum" type="rnborefpage" module="RNBO" display="list.sum"></seealso>
<seealso name="rnbo_list.swap" type="rnborefpage" module="RNBO" display="list.swap"></seealso>
<seealso name="rnbo_list.thin" type="rnborefpage" module="RNBO" display="list.thin"></seealso>
<seealso name="rnbo_list.union" type="rnborefpage" module="RNBO" display="list.union"></seealso>
<seealso name="rnbo_list.unique" type="rnborefpage" module="RNBO" display="list.unique"></seealso>
<seealso name="rnbo_listfunnel" type="rnborefpage" module="RNBO" display="listfunnel"></seealso>
<seealso name="rnbo_pack" type="rnborefpage" module="RNBO" display="pack"></seealso>
<seealso name="rnbo_pak" type="rnborefpage" module="RNBO" display="pak"></seealso>
<seealso name="rnbo_unpack" type="rnborefpage" module="RNBO" display="unpack"></seealso>
<seealso name="datachapter05" type="tutorial" module="Max"></seealso>
</seealsolist>
</c74object>