<?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="iter" category="Lists">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO Lists</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="alias">list.iter</metadata>
</metadatalist>
<digest>Break a list into individual messages or lists</digest>
<description><p>
Breaks a list into individual messages or lists of a specified length.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="size" optional="1" type="number">
<digest>Maximum size of output chunk</digest>
<description><p>
Sets the maximum number of elements for each output chunk (default = 1). If there are not enough elements in an incoming list to fill the last output list, it is still output.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="list">
<digest>List to be iterated</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>reset</digest>

</attribute>
<attribute name="size" size="1" type="number">
<digest>Maximum size of output chunk</digest>
<description><p>
Sets the maximum number of elements for each output chunk (default = 1). If there are not enough elements in an incoming list to fill the last output list, it is still output.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="list">
<digest>List to be iterated</digest>

</inlet>
<inlet id="inlet_size" name="size" type="number">
<digest>Maximum size of output chunk</digest>
<description><p>
Sets the maximum number of elements for each output chunk (default = 1). If there are not enough elements in an incoming list to fill the last output list, it is still output.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out" name="out" type="list">
<digest>Sequential output of incoming list</digest>
<description><p>
Outputs a sequence of numbers or lists of length 
<m>size</m>
 until all elements of the incoming list have been passed.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="iter" type="refpage" module="Max"></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>
<seealso name="rnbo_unpack" type="rnborefpage" module="RNBO" display="unpack"></seealso>
</seealsolist>
</c74object>