<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Filter MIDI messages]]></title><description><![CDATA[<p>Hi Guys…</p>
<p>I’m new to puredata and i’m trying to filter out a specific MIDI message but i’m having some problems.<br />
The message I’m trying to avoid reach my MIDI output is :  MIDI NOTE 51, Velocity = 0. (A note off)<br />
I just want to pass to the output the Note On 51, and not the Note Off. All other notes I want to pass the note on and off.<br />
I tried using a stripnote object between my midiin and midiout but it will filter out other notes too.<br />
Any ideas how to do that ??<br />
In code, I want something like this:</p>
<p>if (note == 51 and velocity == 0)<br />
do nothing<br />
else<br />
Let it pass;</p>
<p>Any idea ?<br />
Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 06:23:19 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11814.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Dec 2018 00:07:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Filter MIDI messages on Wed, 12 Dec 2018 00:33:39 GMT]]></title><description><![CDATA[<p>Hi Guys…</p>
<p>I’m new to puredata and i’m trying to filter out a specific MIDI message but i’m having some problems.<br />
The message I’m trying to avoid reach my MIDI output is :  MIDI NOTE 51, Velocity = 0. (A note off)<br />
I just want to pass to the output the Note On 51, and not the Note Off. All other notes I want to pass the note on and off.<br />
I tried using a stripnote object between my midiin and midiout but it will filter out other notes too.<br />
Any ideas how to do that ??<br />
In code, I want something like this:</p>
<p>if (note == 51 and velocity == 0)<br />
do nothing<br />
else<br />
Let it pass;</p>
<p>Any idea ?<br />
Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages</guid><dc:creator><![CDATA[pgstudio]]></dc:creator><pubDate>Wed, 12 Dec 2018 00:33:39 GMT</pubDate></item><item><title><![CDATA[Reply to Filter MIDI messages on Wed, 12 Dec 2018 02:38:12 GMT]]></title><description><![CDATA[<p>Hi,<br />
Maybe something like this would do</p>
<p><a href="/uploads/files/1544582239431-filter-note-51.pd">filter note 51.pd</a></p>
<p><img src="/uploads/files/1544582268409-image.png" alt="image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/2</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Wed, 12 Dec 2018 02:38:12 GMT</pubDate></item><item><title><![CDATA[Reply to Filter MIDI messages on Wed, 12 Dec 2018 03:08:33 GMT]]></title><description><![CDATA[<p>or something like that?<br />
<a href="/uploads/files/1544584099191-no51no0.pd">no51no0.pd</a><br />
<img src="/uploads/files/1544584106305-no51no0.png" alt="no51no0.PNG" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/3</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Wed, 12 Dec 2018 03:08:33 GMT</pubDate></item><item><title><![CDATA[Reply to Filter MIDI messages on Wed, 12 Dec 2018 11:47:43 GMT]]></title><description><![CDATA[<p>Thanks guys!!!.. Gonna check those out!!!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11814/filter-midi-messages/4</guid><dc:creator><![CDATA[pgstudio]]></dc:creator><pubDate>Wed, 12 Dec 2018 11:47:43 GMT</pubDate></item></channel></rss>