<?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="noteout" 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>transmit MIDI note messages</digest>
<description><p>
Transmits note-on and note-off messages to a MIDI device
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="channel" size="1" type="number">
<digest>MIDI channel (1 - 16)</digest>
<description><p>
In the fourth inlet: The number is stored as the channel number on which to transmit the MIDI note messages.
</p></description>
</attribute>
<attribute name="notenumber" size="1" type="number">
<digest>note number</digest>
<description><p>
In left inlet: A number received in this inlet is the pitch value of a MIDI note message to be transmitted on the specified channel.
</p></description>
</attribute>
<attribute name="port" size="1" type="number">
<digest>select port</digest>

</attribute>
<attribute name="releasevelocity" size="1" type="number">
<digest>release velocity (0 - 127)</digest>
<description><p>
In the third inlet: The number is stored as the release velocity value for the transmitted note-off message.
</p></description>
</attribute>
<attribute name="velocity" size="1" type="number">
<digest>velocity (0 - 127)</digest>
<description><p>
In the second inlet: The number is stored as the velocity of a note message, to be used with pitch values received in the left inlet. Numbers are limited between 0 and 127. 0 is considered a note-off message, 1-127 are note-on messages.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_notenumber" name="notenumber" type="number">
<digest>note number</digest>
<description><p>
In left inlet: A number received in this inlet is the pitch value of a MIDI note message to be transmitted on the specified channel.
</p></description>
</inlet>
<inlet id="inlet_velocity" name="velocity" type="number">
<digest>velocity (0 - 127)</digest>
<description><p>
In the second inlet: The number is stored as the velocity of a note message, to be used with pitch values received in the left inlet. Numbers are limited between 0 and 127. 0 is considered a note-off message, 1-127 are note-on messages.
</p></description>
</inlet>
<inlet id="inlet_releasevelocity" name="releasevelocity" type="number">
<digest>release velocity (0 - 127)</digest>
<description><p>
In the third inlet: The number is stored as the release velocity value for the transmitted note-off message.
</p></description>
</inlet>
<inlet id="inlet_channel" name="channel" type="number">
<digest>MIDI channel (1 - 16)</digest>
<description><p>
In the fourth inlet: The number is stored as the channel number on which to transmit the MIDI note messages.
</p></description>
</inlet>
<inlet id="inlet_port" name="port" type="number">
<digest>select port</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_midiout" name="midiout" type="number">
<digest>connect to midiout</digest>
<description><p>
This outlet can be used to connect the noteout object to a 
<o objname="midiout">midiout</o>
 object.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="midiout" type="refpage" module="Max"></seealso>
<seealso name="noteout" type="refpage" module="Max"></seealso>
<seealso name="rnbo_notein" type="rnborefpage" module="RNBO" display="notein"></seealso>
<seealso name="rnbo_midiout" type="rnborefpage" module="RNBO" display="midiout"></seealso>
<seealso name="rnbo_ctlout" type="rnborefpage" module="RNBO" display="ctlout"></seealso>
</seealsolist>
</c74object>