<?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="send" category="Route">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Right-to-Left</metadata>
<metadata name="tag">RNBO Route</metadata>
<metadata name="alias">s</metadata>
</metadatalist>
<digest>Send messages without patch cords</digest>
<description><p>
<o objname="rnbo_send">send</o>
 will transmit messages to 
<o objname="rnbo_receive">receive</o>
 objects that share the
same 
<m>name</m>
 argument, providing the ability to send messages within a
RNBO patcher and its subpatchers without using patch cords.
</p>
<p>
A short-hand alias exists for 
<o objname="rnbo_send">send</o>
 objects. Simply creating an object named
"s" will instantiate a functioning 
<o objname="rnbo_send">send</o>
 object.
</p>
<bluebox>
<p>
<b>Note:</b>
 
<o objname="rnbo_send">send</o>
 will not transmit messages between a RNBO patcher and its
root-level Max patch.
</p>
</bluebox></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="name" optional="1" type="symbol">
<digest>name</digest>
<description><p>
Name of the 
<o objname="rnbo_send">send</o>
 object. All 
<o objname="rnbo_receive">receive</o>
 objects that share the same
name will receive data from any 
<o objname="rnbo_send">send</o>
 objects with that name.
</p>
<p>
Unlike in 
<o objname="rnbo_send~">send~</o>
, it is possible to create multiple 
<o objname="rnbo_send">send</o>
 objects that
share the same name without causing compilation errors in the RNBO patch.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="name" size="1" type="symbol">
<digest>name</digest>
<description><p>
Name of the 
<o objname="rnbo_send">send</o>
 object. All 
<o objname="rnbo_receive">receive</o>
 objects that share the same
name will receive data from any 
<o objname="rnbo_send">send</o>
 objects with that name.
</p>
<p>
Unlike in 
<o objname="rnbo_send~">send~</o>
, it is possible to create multiple 
<o objname="rnbo_send">send</o>
 objects that
share the same name without causing compilation errors in the RNBO patch.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="bang, number, list">
<digest>input</digest>
<description><p>
A message received in the inlet is sent to the outlet of any 
<o objname="rnbo_receive">receive</o>
 object
that has the same name.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="bang, number, list">
<digest>input</digest>
<description><p>
A message received in the inlet is sent to the outlet of any 
<o objname="rnbo_receive">receive</o>
 object
that has the same name.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<!--NONE-->
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_send~" type="rnborefpage" module="RNBO" display="send~"></seealso>
<seealso name="rnbo_receive" type="rnborefpage" module="RNBO" display="receive"></seealso>
</seealsolist>
</c74object>