<?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="bendout" 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>Generate MIDI pitch bend events</digest>
<description><p>
Send MIDI pitch bend messages out of the RNBO device. Bendmode allows using standard (0-127), normalized (-1. to 1.) and 14-bit (-8192 to 8191) values.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<rnbooptionlist>
<option name="bendmode" size="1" type="enum">
<digest>0 for Pitch Bend (0-127), 1 for Pitch Bend (-1. to 1.), 2 for Pitch Bend (-8192 to 8191)</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="float"></attribute>
</attributelist>

</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="channel" size="1" type="number">
<digest>MIDI channel</digest>
<description><p>
Set channel number for MIDI output.
</p></description>
</attribute>
<attribute name="port" size="1" type="number">
<digest>select port</digest>
<description><p>
Select the MIDI port the events will be sent to using the port index number.
</p></description>
</attribute>
<attribute name="value" size="1" type="number">
<digest>Pitch Bend</digest>
<description><p>
Interprets input value based on bendmode.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_value" name="value" type="number">
<digest>Pitch Bend</digest>
<description><p>
Interprets input value based on bendmode.
</p></description>
</inlet>
<inlet id="inlet_channel" name="channel" type="number">
<digest>MIDI channel</digest>
<description><p>
Set channel number for MIDI output.
</p></description>
</inlet>
<inlet id="inlet_port" name="port" type="number">
<digest>select port</digest>
<description><p>
Select the MIDI port the events will be sent to using the port index number.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_midiout" name="midiout" type="number">
<digest>connect to midiout</digest>
<description><p>
Outputs properly formatted MIDI pitch bend event messages. Connect to a midiout object to pass these messages to the MIDI outport.
</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_bendin" type="rnborefpage" module="RNBO" display="bendin"></seealso>
<seealso name="rnbo_ctlout" type="rnborefpage" module="RNBO" display="ctlout"></seealso>
<seealso name="rnbo_midiout" type="rnborefpage" module="RNBO" display="midiout"></seealso>
<seealso name="rnbo_bendout" type="rnborefpage" module="RNBO" display="bendout"></seealso>
</seealsolist>
</c74object>