<?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="bendin" category="MIDI">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Communications</metadata>
<metadata name="tag">RNBO MIDI</metadata>
</metadatalist>
<digest>Receive MIDI pitch bend events</digest>
<description><p>
Receive incoming MIDI pitch bend events from an external source. Outlets provide for centered (-1. - 1.), normalized (0. - 1.), and 14-bit (0 - 16383) output.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="bendmode" size="1" type="enum">
<digest>pitch bend mode</digest>
<attributelist>
<attribute name="enumvals">
<enumlist get="1" set="1" type="atom">
<enum name="lores"></enum>
<enum name="float"></enum>
<enum name="hires"></enum>
</enumlist>
</attribute>
<attribute name="default" type="enum" value="lores"></attribute>
</attributelist>
<description><p>
When the attribute is set to 0, the pitch bend inlet will accept integer values in the standard MIDI range of 0 to 127.
When the attribute is set to 1, it accepts float values in the audio signal range of -1 to 1. When the attribute is set to 2,
it accepts integer values in the range of 0-16384 (14-bit MIDI high resolution pitch bend range).
</p></description>
</attribute>
<attribute name="input" size="1" type="number">
<digest>MIDI Input</digest>
<description><p>
No connection to the input is required. Incoming MIDI pitch bend events are automatically passed to bendin.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="number">
<digest>MIDI Input</digest>
<description><p>
No connection to the input is required. Incoming MIDI pitch bend events are automatically passed to bendin.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_value" name="value" type="number">
<digest>pitch bend</digest>
<description><p>
Pitch bend value (scaled as specified by the bendmode attribute).
</p></description>
</outlet>
<outlet id="outlet_channel" name="channel" type="number">
<digest>MIDI channel</digest>
<description><p>
The MIDI channel of the incoming pitch bend data.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="midiin" type="refpage" module="Max"></seealso>
<seealso name="bendin" type="refpage" module="Max"></seealso>
<seealso name="rnbo_bendout" type="rnborefpage" module="RNBO" display="bendout"></seealso>
<seealso name="rnbo_ctlin" type="rnborefpage" module="RNBO" display="ctlin"></seealso>
<seealso name="rnbo_midiin" type="rnborefpage" module="RNBO" display="midiin"></seealso>
<seealso name="rnbo_notein" type="rnborefpage" module="RNBO" display="notein"></seealso>
</seealsolist>
</c74object>