<?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="send" module="max" category="Messages">
	<digest>
		Send messages without patch cords
	</digest>
	<description>
		<o>send</o> will transmit given messages to <o>receive</o> objects which are named by the same argument and will allow you to send any kind of message between Patcher windows or within a window without using patch cords. A <o>send</o> object can be instantiated simply by typing into an object box the short-form letter &quot;s&quot;.
	</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 Send to receive a
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Message to Send to receive a
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="name" optional="0" type="symbol">
			<digest>
				Name
			</digest>
			<description>
				Name the <o>send</o> object. All <o>send</o> objects that share the same name will send data to any <o>receive</o> objects that share their name.
				<br />
				<br />
				For information about using named objects in Max for Live, click <link name="live_symbols" module="core" type="vignette">here</link>.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Performs the same function as <m>anything</m>.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Performs the same function as <m>anything</m>.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Performs the same function as <m>anything</m>.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Performs the same function as <m>anything</m>.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Send message to receive objects
			</digest>
			<description>
				A message received in the inlet is sent out the outlet of any <o>receive</o> object that has the same name, even if the <o>receive</o> is in another loaded patch.
			</description>
		</method>
		<method name="(mouse)">
			<digest>
				Double-click to find matching <o>receive</o> objects
			</digest>
			<description>
				Double-clicking on a <o>send</o> object opens all windows containing <o>receive</o> objects with the same name, and also lists the instance numbers of patches hosted in a <o>poly~</o> object that share named <o>receive</o> objects.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="send.png" caption="Virtual connections exist between all send and receive objects that share the same name" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="forward" />
		<seealso name="message" />
		<seealso name="pattrforward" />
		<seealso name="pv" />
		<seealso name="pvar" />
		<seealso name="receive" />
		<seealso name="value" />
		<seealso name="basicchapter16" module="max" type="tutorial" />
	</seealsolist>
	<discussion>
		The order of reception by two or more <o>receive</o> objects is not deterministic.
		<br />
		<b>Note:</b> Communication between Max for Live devices using <o>send</o> and <o>receive</o> is supported, but there may be some latency involved when sending data between devices.
	</discussion>
	<misc name="Output">
		<entry name="anything">
			<description>
				There are no outlets. A message received in the inlet of <o>send</o> is sent out the outlet of any <o>receive</o> with the same name, even if the <o>receive</o> is in another loaded patch.
			</description>
		</entry>
	</misc>
</c74object>
