<?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="stripnote" category="MIDI">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Notes</metadata>
<metadata name="tag">RNBO MIDI</metadata>
</metadatalist>
<digest>Filter out note-off messages</digest>
<description><p>
Filters note-off messages (MIDI messages with a velocity of 0) and pass note-on messages.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="notenumber" size="1" type="number">
<digest>notenumber</digest>
<description><p>
An incoming number is treated as a pitch value. If the velocity value currently held by stripnote is not 0, then the velocity is sent out the right outlet and the pitch is sent out the left outlet.
</p></description>
</attribute>
<attribute name="velocity" size="1" type="number">
<digest>velocity</digest>
<description><p>
In right inlet: The incoming number is stored as a velocity to be paired with pitch numbers received in the left inlet.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_notenumber" name="notenumber" type="number">
<digest>notenumber</digest>
<description><p>
An incoming number is treated as a pitch value. If the velocity value currently held by stripnote is not 0, then the velocity is sent out the right outlet and the pitch is sent out the left outlet.
</p></description>
</inlet>
<inlet id="inlet_velocity" name="velocity" type="number">
<digest>velocity</digest>
<description><p>
In right inlet: The incoming number is stored as a velocity to be paired with pitch numbers received in the left inlet.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_notenumber_out" name="notenumber_out" type="number">
<digest>notenumber_out</digest>
<description><p>
Out left outlet: The pitch value received in the left inlet is sent out, provided the velocity is not 0.
</p></description>
</outlet>
<outlet id="outlet_velocity_out" name="velocity_out" type="number">
<digest>velocity_out</digest>
<description><p>
Out right outlet: The velocity value of a note-on pair is sent out, provided it is not 0.
</p></description>
</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="stripnote" type="refpage" module="Max"></seealso>
<seealso name="midiout" type="refpage" module="Max"></seealso>
<seealso name="rnbo_makenote" type="rnborefpage" module="RNBO" display="makenote"></seealso>
</seealsolist>
</c74object>