<?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="append" category="Lists">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Lists</metadata>
<metadata name="tag">RNBO Messages</metadata>
</metadatalist>
<digest>Returns a new list with b appended to a.</digest>
<description><p>
Add a number or numbers to the end of an input number or list and output a new list.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="b" optional="1" type="list">
<digest>number or list to append</digest>
<description><p>
A number or list of numbers to append to the input.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="hot" size="1" type="bool">
<digest>Trigger computation on all inlets.</digest>
<attributelist>
<attribute name="default" type="bool" value="false"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="a" size="1" type="list">
<digest>the input number or list</digest>
<description><p>
The input number or list that will come before any appended values in the output list.
</p></description>
</attribute>
<attribute name="b" size="1" type="list">
<digest>number or list to append</digest>
<description><p>
A number or list of numbers to append to the input.
</p></description>
</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Banging this attribute will reset the object to its default state.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_a" name="a" type="list">
<digest>the input number or list</digest>
<description><p>
The input number or list that will come before any appended values in the output list.
</p></description>
</inlet>
<inlet id="inlet_b" name="b" type="list">
<digest>number or list to append</digest>
<description><p>
A number or list of numbers to append to the input.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="list">
<digest>the new list</digest>
<description><p>
Outputs a list composed of the input value(s) followed by the appended value(s).
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="append" type="refpage" module="Max"></seealso>
<seealso name="rnbo_join" type="rnborefpage" module="RNBO" display="join"></seealso>
<seealso name="rnbo_message" type="rnborefpage" module="RNBO" display="message"></seealso>
<seealso name="rnbo_prepend" type="rnborefpage" module="RNBO" display="prepend"></seealso>
<seealso name="rnbo_route" type="rnborefpage" module="RNBO" display="route"></seealso>
</seealsolist>
</c74object>