<?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="mc.send~" module="msp" category="MSP Routing">
	<digest>
		Send multichannel signals to any loaded patcher, without patch cords
	</digest>
	<description>
		The <o>mc.send~</o> object lets you send a multichannel signal to another patcher window or to another location within the same patcher window without using a patch cord. An <o>mc.send~</o> object can be instantiated simply by typing into an object box the short-form letter &quot;mc.s~&quot;.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="multi-channel signal">
			<digest>
				Send to mc.receive~ a
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="multi-channel signal">
			<digest>
				Send to mc.receive~ a
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="object-name" optional="0" type="symbol">
			<digest>
				Name of the <o>mc.send~</o> object
			</digest>
			<description>
				Sets the name of the <o>mc.send~</o> object.
			</description>
		</objarg>
		<objarg name="channel-count" optional="1" type="int">
			<digest>
				Sets the number of channels to send to <o>mc.receive~</o>.
			</digest>
			<description>
				Sets how many channels <o>mc.send~</o> should send to <o>mc.receive~</o>. Otherwise, default is (logical channel) 1. When working with <o>receive~</o>, this argument is optional and unnecessary as there is only one channel of audio.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="clear">
			<arglist />
			<digest>
				Clear all <o>mc.receive~</o> and <o>receive~</o> buffers associated with this object
			</digest>
			<description>
				The <m>clear</m> message clears all of the <o>mc.receive~</o> and <o>receive~</o> buffers associated with the <o>mc.send~</o> object. This message is only used with patchers which are being muted inside a subpatch loaded by the <o>poly~</o> object.
			</description>
		</method>
		<method name="(mouse)">
			<digest>
				Double-click to find matching <o>mc.receive~</o> objects
			</digest>
			<description>
				Double-clicking on an <o>mc.send~</o> object opens all windows containing <o>mc.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>mc.receive~</o> objects.
			</description>
		</method>
		<method name="set">
			<arglist>
				<arg name="object-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Change the name of the <o>mc.send~</o> object
			</digest>
			<description>
				The word <m>set</m>, followed by a <m>symbol</m>, changes the name of the <o>mc.send~</o> so that it connects to different <o>mc.receive~</o> and <o>receive~</o> objects that have the <m>symbol</m> as a name. (If no <o>mc.receive~</o> or <o>receive~</o> objects with the same name exist, <o>mc.send~</o> does nothing.)
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Send a signal to all <o>mc.receive~</o> or <o>receive~</o> objects sharing its name
			</digest>
			<description>
				The <o>mc.send~</o> object sends its input signal to all <o>mc.receive~</o> and <o>receive~</o> objects that share its name. The <o>mc.send~</o> object need not be in the same patch as the corresponding <o>mc.receive~</o> and <o>receive~</o> object(s).
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="chans" get="1" set="1" type="int" size="1">
			<digest>
				Input Channels
			</digest>
			<description>
				Sets how many input channels the object should send to <o>mc.receive~</o>. Setting this attribute overrides the channel-count argument. Note that like other mc objects, changes to the <at>chans</at> attribute will not take effect until the next audio restart.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Input Channels" />
			</attributelist>
		</attribute>
		<attribute name="name" get="1" set="1" type="symbol" size="1">
			<digest>
				Name
			</digest>
			<description>
				Name the <o>mc.send~</o> object. All <o>mc.send~</o> objects that share the same name will send data to any <o>mc.receive~</o> objects that share their name.
				<br />
				<br />
				If you want a named <o>mc.send~</o>/ <o>mc.receive~</o> object in a Max for Live device to be unique to the device, use three dashes (<b>---</b>) to start the name of your <o>mc.send~</o>/ <o>mc.receive~</o> destination (e.g. <m>s ---filtercutoff</m>).
				<br />
				<br />
				When your patch is initialized, it will replace the three dashes with a unique-to-Live number (e.g. <m>s 024filtercutoff</m>);
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Name" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="send~.png" caption="Signal coming into send~ comes out any receive~ object with the same name" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc.receive~" />
		<seealso name="receive~" />
		<seealso name="send~" />
		<seealso name="05_mspbasicchapter04" module="msp" type="tutorial" />
	</seealsolist>
	<discussion>
		The number of channels are specified by the <ar>channel-count</ar> argument (default is 1). The destination of the signal can be changed on the fly using the <m>set</m> message. An <o>mc.receive~</o> object with the same name and <ar>channel-count</ar> receives the full output of <o>mc.send~</o>. When two or more <o>mc.send~</o> objects are aimed at the same <o>mc.receive~</o> object, the signals add together. When <o>mc.send~</o> is aimed at a single-channel <o>receive~</o> object, only the first channel is sent.
		<br />
		<br />
		Note: The use of an <o>mc.send~</o> object introduces a delay of one signal vector in any <o>mc.send~</o>/ <o>mc.receive~</o> pair when a feedback loop is detected to allow for signal processing loops.
	</discussion>
	<misc name="Output">
		<entry name="Signal-Routing">
			<description>
				Signals are routed remotely (i.e., sans patch-cord-connection).
			</description>
		</entry>
	</misc>
</c74object>
