<?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="receive~" category="Route">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="alias">r~</metadata>
</metadatalist>
<digest>Receive signals without patch cords</digest>
<description><p>
Receives messages from 
<o objname="rnbo_send~">send~</o>
 objects that share the same name,
providing the ability to send messages within a RNBO patcher and its
subpatchers without using patch cords.
</p>
<bluebox>
<p>
<b>Note:</b>
 
<o objname="rnbo_receive~">receive~</o>
 will not receive messages from its root-level Max
patch.
</p>
</bluebox></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="name" optional="0" type="symbol">
<digest>name</digest>
<description><p>
Name of the 
<o objname="rnbo_receive~">receive~</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 that share their name.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="name" size="1" type="symbol">
<digest>name</digest>
<description><p>
Name of the 
<o objname="rnbo_receive~">receive~</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 that share their name.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="receive" size="1" type="signal">
<digest>receive</digest>
<description><p>
The signal received from a 
<o objname="rnbo_send~">send~</o>
 object with the same name
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<!--NONE-->
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_output" name="output" type="signal">
<digest>output</digest>
<description><p>
Any signal received in the inlet of a 
<o objname="rnbo_send~">send~</o>
 object the same name is passed
out the outlet of 
<o objname="rnbo_receive~">receive~</o>
.
</p></description>
</outlet>
</rnbooutletlist>
<!--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>