<?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="alias">s~</metadata>
</metadatalist>
<digest>Send signals without patch cords</digest>
<description><p>
<o objname="rnbo_send~">send~</o>
 will transmit signals to 
<o objname="rnbo_receive~">receive~</o>
 objects that share the
same 
<m>name</m>
 argument, providing the ability to send signals within a
RNBO patcher and its subpatchers without using patch cords.
</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 a 
<o objname="rnbo_send~">send~</o>
 object with that name.
</p>
<p>
Note that unlike 
<o objname="rnbo_send">send</o>
, creating multiple 
<o objname="rnbo_send~">send~</o>
 objects with the same
name will result in a compilation error from 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 a 
<o objname="rnbo_send~">send~</o>
 object with that name.
</p>
<p>
Note that unlike 
<o objname="rnbo_send">send</o>
, creating multiple 
<o objname="rnbo_send~">send~</o>
 objects with the same
name will result in a compilation error from the RNBO patch.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="signal">
<digest>input</digest>
<description><p>
A signal received in the inlet is sent out the outlet of any 
<o objname="rnbo_receive~">receive~</o>
 object
that has the same name.
</p></description>
</attribute>
<attribute name="send" size="1" type="signal">
<digest>send</digest>
<description><p>
A signal 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="signal">
<digest>input</digest>
<description><p>
A signal received in the inlet is sent out 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>