<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Something like [match], but for lists, checking for conditions.</title>
		<atom:link href="http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 01:52:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-65475</guid>
					<title><![CDATA[Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-65475</link>
					<pubDate>Mon, 03 Dec 2012 01:29:49 +0000</pubDate>
					<dc:creator>Ploki</dc:creator>

					<description>
						<![CDATA[
						<p>I know match takes lists, but it takes &#8220;consecutive lists&#8221;, that means if you feed it a &#8220;list&#8221; it takes it in as a series of numbers.</p>
<p>I have 8 sliders, when all are at 0 i&#8217;d like the patch to send a &#8220;poly mute&#8221; message.<br />
The problem is that when I move the first slider, the sequence is 1 0 0 0 0 0 0 0, and if/when I move the next one, it goes like 0 2 0 0 0 0 0 0. So you already have 8 zeros and Match outputs it&#8230;</p>
<p>So i need something that checks and outputs only if ALL conditions are met.</p>
<p>thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235925</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235925</link>
					<pubDate>Mon, 03 Dec 2012 02:00:19 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p>You could do something like this:</p>
<p>{<br />
	&#8220;boxes&#8221; : [ 		{<br />
			"box" : 			{<br />
				"maxclass" : "button",<br />
				"numinlets" : 1,<br />
				"numoutlets" : 1,<br />
				"patching_rect" : [ 21.0, 311.0, 20.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-37&#8243;,<br />
				&#8220;outlettype&#8221; : [ "bang" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;t b i&#8221;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 2,<br />
				&#8220;patching_rect&#8221; : [ 156.0, 218.0, 32.5, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-33&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "bang", "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;slider&#8221;,<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 156.0, 22.0, 20.0, 140.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-34&#8243;,<br />
				&#8220;outlettype&#8221; : [ "" ],<br />
				&#8220;parameter_enable&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;== 0&#8243;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 2,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 156.0, 186.0, 35.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-35&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;t b i&#8221;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 2,<br />
				&#8220;patching_rect&#8221; : [ 111.0, 218.0, 32.5, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-30&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "bang", "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;slider&#8221;,<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 111.0, 22.0, 20.0, 140.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-31&#8243;,<br />
				&#8220;outlettype&#8221; : [ "" ],<br />
				&#8220;parameter_enable&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;== 0&#8243;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 2,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 111.0, 186.0, 35.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-32&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;t b i&#8221;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;presentation_rect&#8221; : [ 173.0, 255.0, 0.0, 0.0 ],<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 2,<br />
				&#8220;patching_rect&#8221; : [ 66.0, 218.0, 32.5, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-27&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "bang", "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;slider&#8221;,<br />
				&#8220;presentation_rect&#8221; : [ 173.0, 59.0, 0.0, 0.0 ],<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 66.0, 22.0, 20.0, 140.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-28&#8243;,<br />
				&#8220;outlettype&#8221; : [ "" ],<br />
				&#8220;parameter_enable&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;== 0&#8243;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;presentation_rect&#8221; : [ 173.0, 223.0, 0.0, 0.0 ],<br />
				&#8220;numinlets&#8221; : 2,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 66.0, 186.0, 35.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-29&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "int" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;if $i1 &#038;&#038; $i2 &#038;&#038; $i3 &#038;&#038; $i4 then 1&#8243;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 4,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 21.0, 271.0, 189.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-14&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "" ]<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;slider&#8221;,<br />
				&#8220;numinlets&#8221; : 1,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 21.0, 22.0, 20.0, 140.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-3&#8243;,<br />
				&#8220;outlettype&#8221; : [ "" ],<br />
				&#8220;parameter_enable&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;box&#8221; : 			{<br />
				&#8220;maxclass&#8221; : &#8220;newobj&#8221;,<br />
				&#8220;text&#8221; : &#8220;== 0&#8243;,<br />
				&#8220;fontsize&#8221; : 12.0,<br />
				&#8220;numinlets&#8221; : 2,<br />
				&#8220;numoutlets&#8221; : 1,<br />
				&#8220;patching_rect&#8221; : [ 21.0, 186.0, 35.0, 20.0 ],<br />
				&#8220;id&#8221; : &#8220;obj-2&#8243;,<br />
				&#8220;fontname&#8221; : &#8220;Arial&#8221;,<br />
				&#8220;outlettype&#8221; : [ "int" ]<br />
			}</p>
<p>		}<br />
 ],<br />
	&#8220;lines&#8221; : [ 		{<br />
			"patchline" : 			{<br />
				"source" : [ "obj-14", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-37", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-33", 1 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 3 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-30", 1 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 2 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-27", 1 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 1 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-2", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-33", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-30", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-27", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-14", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-34", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-35", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-35", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-33", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-32", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-30", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-31", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-32", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-28", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-29", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-29", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-27", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
, 		{<br />
			&#8220;patchline&#8221; : 			{<br />
				&#8220;source&#8221; : [ "obj-3", 0 ],<br />
				&#8220;destination&#8221; : [ "obj-2", 0 ],<br />
				&#8220;hidden&#8221; : 0,<br />
				&#8220;disabled&#8221; : 0<br />
			}</p>
<p>		}<br />
 ],<br />
	&#8220;appversion&#8221; : 	{<br />
		&#8220;major&#8221; : 6,<br />
		&#8220;minor&#8221; : 0,<br />
		&#8220;revision&#8221; : 8<br />
	}</p>
<p>}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235926</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235926</link>
					<pubDate>Mon, 03 Dec 2012 13:44:37 +0000</pubDate>
					<dc:creator>Richard Garrett</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>If you just want to test for &#8220;all sliders are zero&#8221;, you could just use [zl sum] and test the output.</p>
<p>It&#8217;s inelegant but quick.</p>
<p>Best</p>
<p>Richard</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235927</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235927</link>
					<pubDate>Mon, 03 Dec 2012 15:57:30 +0000</pubDate>
					<dc:creator>Stephane Morisse</dc:creator>

					<description>
						<![CDATA[
						<p>@ Richard : is that what you mean ? How is it that the button doesn&#8217;t light on when the condition is not true in gwsounddsg&#8217;s solution and does in mine ?</p>
<div><span id="toggle235927-0" class="patchtoggle" onmousedown="toggleMaxPatch('post235927-0', 'er235927-0');">&#8211; Pasted Max <span id="maxversion235927-0"></span> Patch, click to <span id="er235927-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A482.3ocwUFsaaBCEF9Z3ovxWyPXCFSlTuXOGSUUNAuT2QLHamtzV028BGfkj%0AIZqGagnHgkOmiO5%2B62bBuDFfWWePZwnuh9NJH3kvf.HTWffg8A3chCapDVnL%0ArV9q50Ofi5S4jGbP3FwOQp9ei4TkPl1p%2BBkMF7G0ZmVrSBo9lQIpFyTu2UIc%0AtmZj8xAiQ2dxgrpmgDDZbxPX89cJc6Y.gkcLXemfnjgnMB2l6U5s2Yjab88O%0AMMosSHBu.VH7XFOiuZUDh1l.ca2AeMLr6Qjmdiqd61J4D7SXuKkJs6HnMBSq%0A23jl6jZw5JnlIokLSZo4LXIY74r37cdG3laPIS.ewLt6OyU745mNWCIMqaIk%0AcILjmqhs62gxlvT3yYfH5ucnXZWg94tRB3Jr%2BMWwVoJkloFG7Xl%2BxMJjQKNN%0ApSONNPx9uCZ1UEzzUrXNImQoWbPYWWPyowErBJO%2BhCZ90EzgwyOjQPG3Jk9O%0A%2BvNzvt3mCtsduYyHEiesFk7abJkVmRKbpZ8IEwOql6UkkR8ofVprcrCNWxj2%0A.9JGhGpAjb5hHmLekCcQjCyW4PVD4j6qbVl2c3dHmhESMEdnFxbMm9wdQSyi%0ARicnmfRZ%2BmsGpMcayifsJc%2BVniXi7Q0X8Egcc60v2fUiB2H%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post235927-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode235927-0">----------begin_max5_patcher----------
482.3ocwUFsaaBCEF9Z3ovxWyPXCFSlTuXOGSUUNAuT2QLHamtzV028BGfkj
IZqGagnHgkOmiO5+62bBuDFfWWePZwnuh9NJH3kvf.HTWffg8A3chCapDVnL
rV9q50Ofi5S4jGbP3FwOQp9ei4TkPl1p+BkMF7G0ZmVrSBo9lQIpFyTu2UIc
tmZj8xAiQ2dxgrpmgDDZbxPX89cJc6Y.gkcLXemfnjgnMB2l6U5s2Yjab88O
MMosSHBu.VH7XFOiuZUDh1l.ca2AeMLr6Qjmdiqd61J4D7SXuKkJs6HnMBSq
23jl6jZw5JnlIokLSZo4LXIY74r37cdG3laPIS.ewLt6OyU745mNWCIMqaIk
cILjmqhs62gxlvT3yYfH5ucnXZWg94tRB3Jr+MWwVoJkloFG7Xl+xMJjQKNN
pSONNPx9uCZ1UEzzUrXNImQoWbPYWWPyowErBJO+hCZ90EzgwyOjQPG3Jk9O
+vNzvt3mCtsduYyHEiesFk7abJkVmRKbpZ8IEwOql6UkkR8ofVprcrCNWxj2
.9JGhGpAjb5hHmLekCcQjCyW4PVD4j6qbVl2c3dHmhESMEdnFxbMm9wdQSyi
RicnmfRZ+msGpMcayifsJc+VniXi7Q0X8Egcc60v2fUiB2H
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235928</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235928</link>
					<pubDate>Mon, 03 Dec 2012 16:46:26 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/stephane/' rel='nofollow' class='bbp-mention-link Stephane'>@Stephane</a> Morisse : gwsounddsg&#8217;s solution compressed and fixed.</p>
<div><span id="toggle235928-0" class="patchtoggle" onmousedown="toggleMaxPatch('post235928-0', 'er235928-0');">&#8211; Pasted Max <span id="maxversion235928-0"></span> Patch, click to <span id="er235928-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A582.3oc0WEsaaCBE8Y6uBDppZSxKhKX6jTo9v9NlplbhoILYCQwD0rU0%2B8YC%0ANy0YswzzDThrjQ.WDmy4d7E7ygA3Yps7JL5NzOPAAOGFDXFpYff19A3xrsyK%0AxpLggk7mTy9ENxNkluUaFtPkkWxqpPf8YW.qxzyWJjK94Z9bscenwjQjHDkX%0AZ.XroGaDA8P6hTazEbs92q31Ufw%2BapGURck3OlIf35UZGVtoTHqWiAivqhUl%0AUZhE%2B80hrBbW318nW7hbSj0z6ao3lgdILr4UjiRiVsXQA%2BPL2vXFsk%2B6d%2B97%0AVH0cT%2BM43fLI9XXx6jj0nYHwA3GjjZ3DLwxyQICQvYYxE3n8HZubL8zjio%2Bu%0AxvXGizTUHx4qcPDncIYHl3l693RwrSYN996QjgYGLwzvR9fdXWRszO%2BmurDe%0A55A3Zx0SNOt9VQvitdvitdK6tzc8TO55SulJ0SGeVL8o9tROch%2B77oWCE5oS%0AOgBh3QzWtQ.nauEcifZaX1l3uhzK4x5a1xKp3GT2ZuW2DaCiNrv8wTs3OupA%0AwmkOGnd%2BH.%2B80.8Z3.fd0%2BMaNtPH2%2B%2B6LrqY79hTkZy546Pe60JiPcLLmWoE%0AxLsPIecPI8BZoHOmaleGGKE4qT0hQKHPO7loLmwThKXh4WLQcASD%2BhIvELQ8%0AJlpO7ZXLUWP2qXZpKXZreyct.I%2BhnFHAC.InobAyeXh3Jln9yMM1ULA9CSN3%0AlfX%2BamtzvD4xCS6U24h.SfKWJvuPJ8LnRz3ol%2BnMwdk1tN8vZcmWB%2BaBXWTn%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post235928-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode235928-0">----------begin_max5_patcher----------
582.3oc0WEsaaCBE8Y6uBDppZSxKhKX6jTo9v9NlplbhoILYCQwD0rU0+8YC
Ny0YswzzDThrjQ.WDmy4d7E7ygA3Yps7JL5NzOPAAOGFDXFpYff19A3xrsyK
xpLggk7mTy9ENxNkluUaFtPkkWxqpPf8YW.qxzyWJjK94Z9bscenwjQjHDkX
Z.XroGaDA8P6hTazEbs92q31Ufw+apGURck3OlIf35UZGVtoTHqWiAivqhUl
UZhE+80hrBbW318nW7hbSj0z6ao3lgdILr4UjiRiVsXQA+PL2vXFsk+6d+97
VH0cT+M43fLI9XXx6jj0nYHwA3GjjZ3DLwxyQICQvYYxE3n8HZubL8zjio+u
xvXGizTUHx4qcPDncIYHl3l693RwrSYN996QjgYGLwzvR9fdXWRszO+murDe
55A3Zx0SNOt9VQvitdvitdK6tzc8TO55SulJ0SGeVL8o9tROch+77oWCE5oS
OgBh3QzWtQ.nauEcifZaX1l3uhzK4x5a1xKp3GT2ZuW2DaCiNrv8wTs3OupA
wmkOGnd+H.+80.8Z3.fd0+MaNtPH2++6LrqY79hTkZy546Pe60JiPcLLmWoE
xLsPIecPI8BZoHOmaleGGKE4qT0hQKHPO7loLmwThKXh4WLQcASD+hIvELQ8
JlpO7ZXLUWP2qXZpKXZreyct.I+hnFHAC.InobAyeXh3Jln9yMM1ULA9CSN3
lfX+amtzvD4xCS6U24h.SfKWJvuPJ8LnRz3ol+nMwdk1tN8vZcmWB+aBXWTn
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235929</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235929</link>
					<pubDate>Mon, 03 Dec 2012 19:21:33 +0000</pubDate>
					<dc:creator>gwsounddsg</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/nicolas/' rel='nofollow' class='bbp-mention-link nicolas'>@nicolas</a> Thanks man.  Sorry about not compressing my patch.  It was late and I hit submit before I looked at it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235930</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235930</link>
					<pubDate>Tue, 04 Dec 2012 10:46:12 +0000</pubDate>
					<dc:creator>Richard Garrett</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/stephane/' rel='nofollow' class='bbp-mention-link Stephane'>@Stephane</a> Morisse : Yes, that&#8217;s what I had in mind, although I don&#8217;t think the argument (value 4) in [zl sum] does anything.</p>
<p>Richard</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235931</guid>
					<title><![CDATA[Re: Something like [match], but for lists, checking for conditions.]]></title>
					<link>http://cycling74.com/forums/topic/something-like-match-but-for-lists-checking-for-conditions/#post-235931</link>
					<pubDate>Wed, 05 Dec 2012 10:17:20 +0000</pubDate>
					<dc:creator>Ploki</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/richard/' rel='nofollow' class='bbp-mention-link Richard'>@Richard</a> Garret: That&#8217;s perfect!<br />
I really only need to know if the sum is zero or bigger, in order to send mute/unmute to poly~.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

