<?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="notein" 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 note messages</digest>
<description><p>
Receives its input from a MIDI note-on or note-off message sent by a MIDI input device.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="channel" optional="1" type="number">
<digest>MIDI channel (1-16) to output (-1 for all)</digest>
<description><p>
A number in the right inlet will set the MIDI channel for notein. A value of 
<m>-1</m>
 will receive MIDI note messages on all channels.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="channel" size="1" type="number">
<digest>MIDI channel (1-16) to output (-1 for all)</digest>
<description><p>
A number in the right inlet will set the MIDI channel for notein. A value of 
<m>-1</m>
 will receive MIDI note messages on all channels.
</p></description>
</attribute>
<attribute name="input" size="1" type="number">
<digest>MIDI Input</digest>
<description><p>
The notein object can receive MIDI input through the left inlet, but will also automatically add a MIDI inlet to the containing 
<o objname="rnbo~">rnbo~</o>
 object and receive all note messages in the incoming MIDI stream.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="number">
<digest>MIDI Input</digest>
<description><p>
The notein object can receive MIDI input through the left inlet, but will also automatically add a MIDI inlet to the containing 
<o objname="rnbo~">rnbo~</o>
 object and receive all note messages in the incoming MIDI stream.
</p></description>
</inlet>
<inlet id="inlet_channel" name="channel" type="number">
<digest>MIDI channel (1-16) to output (-1 for all)</digest>
<description><p>
A number in the right inlet will set the MIDI channel for notein. A value of 
<m>-1</m>
 will receive MIDI note messages on all channels.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_notenumber" name="notenumber" type="number">
<digest>note number (0-127)</digest>
<description><p>
Out left outlet: The number is the pitch value of the incoming note message.
</p></description>
</outlet>
<outlet id="outlet_velocity" name="velocity" type="number">
<digest>velocity (0-127)</digest>
<description><p>
Out 2nd outlet: The number is the velocity of the incoming note-on message if non-zero, 0 for a note-off message.
</p></description>
</outlet>
<outlet id="outlet_releasevelocity" name="releasevelocity" type="number">
<digest>release velocity (0-127)</digest>
<description><p>
Out 3rd outlet: The number is the release velocity of incoming note-off messages.
</p></description>
</outlet>
<outlet id="outlet_outchannel" name="outchannel" type="number">
<digest>MIDI channel (1-16)</digest>
<description><p>
Out 4th outlet: The number is the MIDI channel of the incoming note message.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="midiin" type="refpage" module="Max"></seealso>
<seealso name="notein" type="refpage" module="Max"></seealso>
<seealso name="rnbo_noteout" type="rnborefpage" module="RNBO" display="noteout"></seealso>
<seealso name="rnbo_bendin" type="rnborefpage" module="RNBO" display="bendin"></seealso>
<seealso name="rnbo_ctlin" type="rnborefpage" module="RNBO" display="ctlin"></seealso>
<seealso name="rnbo_sysexin" type="rnborefpage" module="RNBO" display="sysexin"></seealso>
<seealso name="rnbo_midiin" type="rnborefpage" module="RNBO" display="midiin"></seealso>
</seealsolist>
</c74object>