<?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[Match the values ​​of a set]]></title><description><![CDATA[<p>Hello,</p>
<p>in this patch, scrolling the number box, I can match number 8 so that a bang left is sent, otherwise bang right.</p>
<p>But how do I match the  values ​​of the set (11,13,17,23,31) ?<br />
So that when it match any of these numbers, always send a left bang.</p>
<p>Thanks,<br />
a</p>
<p><a href="/uploads/files/1636437804475-select_01.pd">select_01.pd</a></p>
<p><img src="/uploads/files/1636437915817-select_01.jpg" alt="select_01.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:50:37 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13707.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Nov 2021 06:20:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Match the values ​​of a set on Tue, 09 Nov 2021 06:20:14 GMT]]></title><description><![CDATA[<p>Hello,</p>
<p>in this patch, scrolling the number box, I can match number 8 so that a bang left is sent, otherwise bang right.</p>
<p>But how do I match the  values ​​of the set (11,13,17,23,31) ?<br />
So that when it match any of these numbers, always send a left bang.</p>
<p>Thanks,<br />
a</p>
<p><a href="/uploads/files/1636437804475-select_01.pd">select_01.pd</a></p>
<p><img src="/uploads/files/1636437915817-select_01.jpg" alt="select_01.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set</guid><dc:creator><![CDATA[atux]]></dc:creator><pubDate>Tue, 09 Nov 2021 06:20:14 GMT</pubDate></item><item><title><![CDATA[Reply to Match the values ​​of a set on Tue, 09 Nov 2021 06:40:08 GMT]]></title><description><![CDATA[<p>[select 11 13 17 23 31] should work )depending what you are looking to do?). [select] creates an output for each number/argument you give it. If you want the same event to be triggered by either/any of those numbers, just connect all to the same inlet...</p>
<p><img src="/uploads/files/1636440002907-screenshot_2021-11-09_07-39-09.png" alt="Screenshot_2021-11-09_07-39-09.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/2</guid><dc:creator><![CDATA[bocanegra]]></dc:creator><pubDate>Tue, 09 Nov 2021 06:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to Match the values ​​of a set on Tue, 09 Nov 2021 06:50:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/atux">@atux</a> The &quot;list-abs&quot; library is a good place to look for anything to do with lists, and [list-find] will do this for you.<br />
The objects are almost all abstractions..... so vanilla compatible.<br />
It depends on other abstractions in the same library.<br />
[list-find] actually outputs the position of the value in the list... but that output will bang your &quot;match&quot; bang only when there is a match for an element of the list.<br />
You can use [sel 0] on its right outlet to get a &quot;no match&quot; bang.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/3</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 09 Nov 2021 06:50:40 GMT</pubDate></item><item><title><![CDATA[Reply to Match the values ​​of a set on Tue, 09 Nov 2021 16:30:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a></p>
<p>Thanks,  the &quot;list-abs&quot; library is great.<br />
With <strong>[list-sieve]</strong> I can do what I was looking for (look below)</p>
<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/bocanegra">@bocanegra</a></p>
<p>In this way I can use even very large sets, without making too many connections, as I should do in [select]  instead.</p>
<p>Bye,<br />
a.</p>
<p><a href="/uploads/files/1636474687244-select_02.pd">select_02.pd</a></p>
<p><img src="/uploads/files/1636474698539-select_02.jpg" alt="select_02.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13707/match-the-values-of-a-set/4</guid><dc:creator><![CDATA[atux]]></dc:creator><pubDate>Tue, 09 Nov 2021 16:30:19 GMT</pubDate></item></channel></rss>