<?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="tag">RNBO</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Route</metadata>
<metadata name="alias">r</metadata>
</metadatalist>
<digest>Receive messages 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>
<p>
A short-hand alias exists for 
<o objname="rnbo_receive">receive</o>
 objects. Simply creating an object named
"r" will instantiate a functioning 
<o objname="rnbo_receive">receive</o>
 object.
</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="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>
</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-->
<!--NONE-->
<!--INLETS-->
<!--NONE-->
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_output" name="output" type="bang, number, list">
<digest>output</digest>
<description><p>
The message received from a 
<o objname="rnbo_send">send</o>
 object with the same name
</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>