<?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. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="append" module="max" category="Messages">
	<digest>
		Append arguments to the end of a message
	</digest>
	<description>
		<o>append</o> will add arguments to the end of any message you input.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			Messages
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Message to append to
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Resulting Appended Message
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="appended-message" optional="1" type="anything">
			<digest>
				Sets message that will be appended
			</digest>
			<description>
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Triggers output
			</digest>
			<description>
				<m>bang</m> will cause <o>append</o> to output the message which was most recently stored in memory (<m>bang</m> is particularly useful for triggering output following the <m>set</m> message).
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg id="0" name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Message or list to append to
			</digest>
			<description>
				The incoming integer value(s) will be appended by the message stored in <o>append</o>, preceded by a space, and the combined message is sent out the outlet.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg id="0" name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Message or list to append to
			</digest>
			<description>
				The incoming floating-point value(s) will be appended by the message stored in <o>append</o>, preceded by a space, and the combined message is sent out the outlet.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg id="0" name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Message or list to append to
			</digest>
			<description>
				The incoming list values will be appended by the message stored in <o>append</o>, preceded by a space, and the combined message is sent out the outlet.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="input-message" optional="0" type="list" />
			</arglist>
			<digest>
				Message or list to append to
			</digest>
			<description>
				The incoming message or list will be appended by the message stored in <o>append</o>, preceded by a space, and the combined message is sent out the outlet.
			</description>
		</method>
		<method name="set">
			<arglist>
				<arg name="set" optional="0" type="list" />
			</arglist>
			<digest>
				Replaces stored message without triggering output
			</digest>
			<description>
				The word <m>set</m>, followed by any message, will replace the message stored in <o>append</o>, without triggering output.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="append.png" caption="Symbols can be combined into meaningful messages with append" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="combine" />
		<seealso name="join" />
		<seealso name="pack" />
		<seealso name="pak" />
		<seealso name="prepend" />
		<seealso name="zl" />
	</seealsolist>
	<misc name="Output">
		<entry name="anything">
			<description>
				The message received in the inlet is combined with the message stored in <o>append</o>, and then sent out the outlet.
			</description>
		</entry>
	</misc>
</c74object>
