<?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="unpack" category="Lists">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO Lists</metadata>
<metadata name="tag">RNBO</metadata>
</metadatalist>
<digest>separate list values into numbers</digest>
<description><p>
Breaks a list into its elements, and sends each item out a separate outlet.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="list" optional="1" type="list">
<digest>the list to initialize the unpack object with</digest>
<description><p>
Each argument sets an initial value for an item in the list used by the unpack object. If there are no arguments, the object is initialized with a list consisting of two floats, 
<m>0. 0.</m>
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="length" size="1" type="number">
<digest>how many things to unpack</digest>
<description><p>
The number of outlets is determined by the number of arguments. If there are no arguments, the object will be created with two outlets.
</p></description>
</option>
<option name="list" size="1" type="list">
<digest>the list to initialize the unpack object with</digest>
<description><p>
Each argument sets an initial value for an item in the list used by the unpack object. If there are no arguments, the object is initialized with a list consisting of two floats, 
<m>0. 0.</m>
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="bang, list">
<digest>input list</digest>
<description><p>
A list received in the inlet will store that list in the object and output the elements of that list out the object's various outlets. A 
<m>bang</m>
 received in the inlet will output a stored list.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="bang, list">
<digest>input list</digest>
<description><p>
A list received in the inlet will store that list in the object and output the elements of that list out the object's various outlets. A 
<m>bang</m>
 received in the inlet will output a stored list.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<!--NONE-->
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_iter" type="rnborefpage" module="RNBO" display="iter"></seealso>
<seealso name="rnbo_listfunnel" type="rnborefpage" module="RNBO" display="listfunnel"></seealso>
<seealso name="rnbo_join" type="rnborefpage" module="RNBO" display="join"></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_unjoin" type="rnborefpage" module="RNBO" display="unjoin"></seealso>
</seealsolist>
</c74object>