<?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="in~" category="Communications">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Communications</metadata>
</metadatalist>
<digest>signal inlet</digest>
<description><p>
Indexed signal inlet to RNBO. In the exported code, creates a logical input channel for an external audio source.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="index" optional="0" type="number">
<digest>inlet number</digest>
<description><p>
Each 
<m>in~</m>
 object requires an index number, beginning with 
<m>1</m>
, and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to the 
<o objname="rnbo~">rnbo~</o>
 object for signal input. In the exported code, this creates a logical input for an external audio source.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="comment" size="1" type="symbol">
<digest>mouse over comment</digest>
<description><p>
Defines the hint text shown when mousing over this inlet of the 
<o objname="rnbo~">rnbo~</o>
 object in Max.
</p></description>
</option>
<option name="index" size="1" type="number">
<digest>inlet number</digest>
<description><p>
Each 
<m>in~</m>
 object requires an index number, beginning with 
<m>1</m>
, and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to the 
<o objname="rnbo~">rnbo~</o>
 object for signal input. In the exported code, this creates a logical input for an external audio source.
</p></description>
</option>
<option name="meta" size="1" type="symbol">
<digest>A JSON formatted string containing metadata for use by the exported code</digest>
<description><p>
A JSON formatted string containing metadata for use by the exported code.
</p>
<p>
<m>@meta</m>
 can be used to pass on any information for custom needs via the exported description.json file.
This has potential use for hardware mappings/routings, UI generation, advanced toolchain integration, etc.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<!--NONE-->
<!--INLETS-->
<!--NONE-->
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="out1" type="signal">
<digest></digest>
<description><p>
Signal sent to the inlet with a given index is sent out the outlet.
</p>
<p>
A RNBO patcher can have multiple signal 
<m>in~</m>
 objects with the same index. The same signal will be received on all instances of such 
<m>in~</m>
 objects.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_inport" type="rnborefpage" module="RNBO" display="inport"></seealso>
<seealso name="rnbo_in" type="rnborefpage" module="RNBO" display="in"></seealso>
<seealso name="rnbo_out" type="rnborefpage" module="RNBO" display="out"></seealso>
<seealso name="rnbo_out~" type="rnborefpage" module="RNBO" display="out~"></seealso>
<seealso name="rnbo_outport" type="rnborefpage" module="RNBO" display="outport"></seealso>
</seealsolist>
</c74object>