<?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[ignore velocity of  trigger pads]]></title><description><![CDATA[<p>I have a midikeyboard here, that has 8 trigger pads. I would really like to use them in a live situation just like these monome controllers. The problem is that they have any kind of velocity. I would like them to turn something on with the first press, and off on the second. So far they send control messages and I've tried to connect them to a midi event via stripnote, but its always the same. When I rest my finger on the pad it continously posts messages.<br />
Any ideas how to work around my way?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:42:11 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9353.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2015 15:09:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:09:21 GMT]]></title><description><![CDATA[<p>I have a midikeyboard here, that has 8 trigger pads. I would really like to use them in a live situation just like these monome controllers. The problem is that they have any kind of velocity. I would like them to turn something on with the first press, and off on the second. So far they send control messages and I've tried to connect them to a midi event via stripnote, but its always the same. When I rest my finger on the pad it continously posts messages.<br />
Any ideas how to work around my way?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:09:21 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:18:34 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>What about something like this?</p>
<p><img src="/uploads/files/upload-2ec6c56f-25a9-4bfb-8ae0-ae574a5c9bad.png" alt="Screenshot from 2015-06-17 17:17:10.png" class="img-responsive img-markdown" /><br />
<a href="/uploads/files/upload-1409b5b0-cab1-4a18-b27a-606c0527a3b8.pd">pad.pd</a></p>
<p>It will also ignore any note offs. If you are on vanilla, you will have to write the logic behind <strong>[alternate]</strong> yourself, but that should be fairly simple (it outputs once from the left, then from the right, and so on).</p>
<p>Cheers,<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/2</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:18:34 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:23:56 GMT]]></title><description><![CDATA[<p>Just tried the idea:</p>
<ol>
<li>I didn't know about alternate. Fairly interesting... could help.</li>
<li>Still alternate gives flickering ons and offs on both sides. So no reliable &quot;on / off - only - situation&quot;.<br />
Thanks for the quick answer though! <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":-)" alt=":-)" /></li>
</ol>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/3</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:23:56 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:25:34 GMT]]></title><description><![CDATA[<p>Try adding a <strong>[change]</strong> immediately below <strong>[&gt; 0]</strong>. The flickering is probably because when you press down a button, new values arrive on <strong>[&gt; 0]</strong> and it keeps outpting 1s. With <strong>[change]</strong>, all output will be ignored unless it's a different one.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/4</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:27:58 GMT]]></title><description><![CDATA[<p>Sorry, dude. Still it's flickering. Change maybe doesn't work because when I press the button it senses the pressure every second so in fact it is different which is why it's flickering.<br />
I've thought about only sensing the controller number and ignoring the value. Maybe this could be a solution?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/5</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:27:58 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:30:17 GMT]]></title><description><![CDATA[<p>I should point out that I'm not using [notein] but [ctlin]. Maybe this helps?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/6</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:30:17 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:31:11 GMT]]></title><description><![CDATA[<blockquote>
<p>I should point out that I'm not using [notein] but [ctlin]. Maybe this helps?</p>
</blockquote>
<p>Not really.</p>
<blockquote>
<p>I've thought about only sensing the controller number and ignoring the value. Maybe this could be a solution?</p>
</blockquote>
<p>You are totally right. Try this:<br />
<img src="/uploads/files/upload-ed0c9b0a-ebf5-4719-b726-82d3319097d0.png" alt="Screenshot from 2015-06-17 17:30:18.png" class="img-responsive img-markdown" /><br />
<a href="/uploads/files/upload-e4ab656c-f223-481f-ac1c-7cc2e1e6e146.pd">pad.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/7</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:35:12 GMT]]></title><description><![CDATA[<p>Now it doesn't do anything at all.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/8</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:35:12 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:36:25 GMT]]></title><description><![CDATA[<p>Well, you need to use the first outlet of <strong>[ctlin]</strong> as that is where the value is coming from. I used the middle one of <strong>[notein]</strong> because that's where velocity is output.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/9</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:36:25 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:37:19 GMT]]></title><description><![CDATA[<p>Ahh... That's working! COOL!<br />
Thank you so much! <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":-)" alt=":-)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/10</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:37:36 GMT]]></title><description><![CDATA[<p>My pleasure.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/11</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:37:36 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:38:58 GMT]]></title><description><![CDATA[<p>I start to love this small programm more and more. So far I've even done my own little synthesizer with that one...<br />
Cheers<br />
Jens</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/12</guid><dc:creator><![CDATA[kitchens]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to ignore velocity of  trigger pads on Wed, 17 Jun 2015 15:39:36 GMT]]></title><description><![CDATA[<p>Glad to hear that, Jens. I warn you that Pure Data is highly addictive <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
<p>Cheers!<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9353/ignore-velocity-of-trigger-pads/13</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Wed, 17 Jun 2015 15:39:36 GMT</pubDate></item></channel></rss>