<?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: Foreach Loop</title>
		<atom:link href="http://cycling74.com/forums/topic/foreach-loop/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/foreach-loop/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 01:52:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-65077</guid>
					<title><![CDATA[Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-65077</link>
					<pubDate>Mon, 05 Nov 2012 17:40:51 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I&#8217;m new to max programming and working on some stuff for max for live.  I find myself in need of a foreach loop to allow me to cycle through an enumerated type of variable size, is there a mechanism to do something like that in max?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234643</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234643</link>
					<pubDate>Mon, 05 Nov 2012 18:23:35 +0000</pubDate>
					<dc:creator>dtr</dc:creator>

					<description>
						<![CDATA[
						<p>perhaps [uzi], [zl iter] or [coll] dump?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234644</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234644</link>
					<pubDate>Tue, 06 Nov 2012 01:21:03 +0000</pubDate>
					<dc:creator>ShelLuser</dc:creator>

					<description>
						<![CDATA[
						<p>From what you&#8217;re describing I&#8217;d say you should look into [zl iter]. Variable size doesn&#8217;t really matter here since zl will simply iterate through the list; no matter what size the individual objects are.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234645</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234645</link>
					<pubDate>Tue, 06 Nov 2012 16:39:38 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I&#8217;ll mess with that today and see if it works for me.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234646</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234646</link>
					<pubDate>Tue, 06 Nov 2012 17:42:28 +0000</pubDate>
					<dc:creator>jamesson</dc:creator>

					<description>
						<![CDATA[
						<p>As someone who actually came to &#8220;traditional&#8221;/OO programming by way of max, I would strongly caution you against trying to import traditional coding paradigms directly &#8211; this could lead to a lot of pain and suffering for you. For example, local variables are available but IMO deprecated. S (send) and R (recieve) are the MAX equivalent of global vars. </p>
<p>I can&#8217;t track it down right now, but I had a discussion on this subject awhile ago. Max is alot more like sysadmin than coding. Things may behave in unexpected ways, but they rarely crash/throw errors outright.</p>
<p>That said, there&#8217;s always java/javascript for those who needz moar coding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234647</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234647</link>
					<pubDate>Tue, 06 Nov 2012 18:24:24 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the note jamesson, Max is definitely different to me, seems closer to designing logic circuits than writing code, but I think I can work with that, I&#8217;ve actually ramped up on it quicker than I expected, but I still find myself looking for things that aren&#8217;t there.  Not really sure how things are going to progress, I&#8217;m just doing very simple things are this point.</p>
<p>It looks like [zl iter] is going to work well for me, but now I find myself in need of an object like [route], but which simply outputs the first number given to its first output, second number to second output, etc, for as many outputs as it has defined.  Is there a way to do that?</p>
<p>Also I need to know how to create a patch which has a variable number of outs, obviously this is possible since there are built ins that do it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234648</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234648</link>
					<pubDate>Tue, 06 Nov 2012 19:04:09 +0000</pubDate>
					<dc:creator>jamesson</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, logic circuits are another great analogy.</p>
<p>re par.2, I think you need [cycle]. Re par3, I don&#8217;t understand whay you need yet, please be more specific or better yet post code.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234649</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234649</link>
					<pubDate>Tue, 06 Nov 2012 19:29:24 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Ok thanks, I&#8217;ll take a look at [cycle].</p>
<p>For para3 I&#8217;m thinking that I want my patcher to have either 7 outs or 5 outs (most common cases).  So you can understand better I&#8217;ll explain a bit of what I&#8217;m doing.  I&#8217;m building a scale builder, inputs are: scale type, octave, key.  Outputs are the notes of the scale, one on each output so they can be sent directly to pads, or hook directly into another patcher that I&#8217;m modifying in the current case.  So for a standard scale there are 7 outputs one for each note, but I&#8217;m thinking for pentatonic scales that could drop to 5 outs.  Of course I could just ignore the last 2 outputs, but I&#8217;m really asking for academic purpose as it seems to be this is possible since an object such as [route] has a number of outputs based on its parameters.  Of course sometimes built in objects can do things that user created objects can&#8217;t, but if this is possible I would like to know how to do it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234650</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234650</link>
					<pubDate>Tue, 06 Nov 2012 20:00:35 +0000</pubDate>
					<dc:creator>jamesson</dc:creator>

					<description>
						<![CDATA[
						<p>You can do this with javascript. If you look at the sample javascripts they start with if statements that use the arguments in the object box to set number of inputs and outputs. If you choose not to use javascripts you can probably do this with thispatcher scripting, but not worth the time IMO. </p>
<p>Consider what will happen when you change the number of outlets. Any connections you made will get messed up. Better to build 7 outlets and simply not use them. </p>
<p>What you&#8217;re doing sounds a like a good fit for javascript, but that&#8217;s probably because I like to do things there =P</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234651</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234651</link>
					<pubDate>Tue, 06 Nov 2012 20:52:36 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Ok thanks, I haven&#8217;t looked at using JS yet, I&#8217;m trying to learn to do everything I can with Max before starting to use JS with it.  Since I already know JS I&#8217;m afraid if I start using that too soon then I won&#8217;t learn what Max can do so I want to get the basics of Max down first.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234652</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234652</link>
					<pubDate>Tue, 06 Nov 2012 21:15:31 +0000</pubDate>
					<dc:creator>jamesson</dc:creator>

					<description>
						<![CDATA[
						<p>IMHO a mistake. By all means use js, there is enough there that&#8217;s max-specific to require plenty of learning on its own. Since you&#8217;re in m4l, I would suggest avoiding the liveapi object accessible through js and sending messages to live.object, live.path, and live.observer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234653</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234653</link>
					<pubDate>Wed, 07 Nov 2012 00:57:35 +0000</pubDate>
					<dc:creator>caris</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the advice, I won&#8217;t wait too long before getting into JS, I&#8217;ve only been a Max programmer for less than a week so it&#8217;s ok.</p>
<p>[cycle] was exactly what I was looking for, code is much prettier now, thanks ;-)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234654</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234654</link>
					<pubDate>Wed, 07 Nov 2012 13:59:39 +0000</pubDate>
					<dc:creator>ShelLuser</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/jamesson/' rel='nofollow' class='bbp-mention-link Jamesson'>@Jamesson</a></p>
<p>Hmm, I don&#8217;t quite agree with your statement that send/receive are the equivalent of global variables. The better approach to that is the &#8216;value&#8217; object; this can contain a value (as the name indicates) which can then be used (retrieved) throughout the entire patch. By merely using the same value object and sending a bang into it.</p>
<p>Also much easier to use than send/receive IMO.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234655</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234655</link>
					<pubDate>Wed, 07 Nov 2012 17:20:26 +0000</pubDate>
					<dc:creator>jamesson</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/shelluser/' rel='nofollow' class='bbp-mention-link Shelluser'>@Shelluser</a></p>
<p>Another great reminder that I don&#8217;t know everything. Yay!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234656</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234656</link>
					<pubDate>Sun, 06 Jan 2013 01:21:53 +0000</pubDate>
					<dc:creator>basvlk</dc:creator>

					<description>
						<![CDATA[
						<p><a href='http://cycling74.com/forums/users/jamesson/' rel='nofollow' class='bbp-mention-link Jamesson'>@Jamesson</a> I&#8217;m about to venture into JS world and am curious why you recommend not using the liveapi object and instead using live.object, observer and path? I&#8217;ve done a lot of coding with those three, which can become pretty cluttered, some of the js coding I&#8217;ve seen seems a lot more elegant &#8211; I&#8217;d be happy not to venture into js though, will save me a learning curve :-)</p>
<p><a href='http://cycling74.com/forums/users/caris/' rel='nofollow' class='bbp-mention-link caris'>@caris</a><br />
I&#8217;m not sure what you are trying to do with multiple outputs, changing in number, but you may get benefit out of Max style routing &#8211; I use it a lot.<br />
Use one outlet out of your patch, but prepend the output signals with a meaningful word or number.<br />
Let me explain through something I use a lot. When you have 6 fader values coming out of one patch, send them out through the same outlet but turn them into a list, eg messages will look like: 1 0.345  or 3 5.432 which are the levels of faders 1 and 3.<br />
if they are different types of messages eg a clock signal, a fader value and a parameter name, you can use prepending as well<br />
Messages then look like this: fader1 0.2341 or parametername &#8220;delay volume&#8221; or clock 2:45:10</p>
<p>each of these messages come out of the same patcher outlet. further down you use the route object to filter out what you need where.</p>
<p>What is wonderful about this method is that it scales very well: if you now need to add something in your abstraction, say a pushbutton signal, you just add messages pushbutton 1/0 it will not disturb your downstream patchers because they, through [route] only listen to specific messages, the first word (parametername, fader1, clock) being the key.</p>
<p>As long as you are careful with spaces in your keys you should be fine. Is that useful?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234657</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234657</link>
					<pubDate>Wed, 09 Jan 2013 16:21:38 +0000</pubDate>
					<dc:creator>mattyo</dc:creator>

					<description>
						<![CDATA[
						<p>forward is your friend.</p>
<div><span id="toggle234657-0" class="patchtoggle" onmousedown="toggleMaxPatch('post234657-0', 'er234657-0');">&#8211; Pasted Max <span id="maxversion234657-0"></span> Patch, click to <span id="er234657-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----------%0A822.3oc0XttaZCCFF92vUgUj1%2BXV1e97tG1UvzTU.baSE3fRbOrU0684XHsP%0AGHRfPJ4G8P9vD%2Blm73XG%2B53QISyewVlf9A5WnQidc7nQwRUEFs43QIKSeY1h%0AzxXyRVZKKSuylLY8m4su3i0oHntl6wkYtEVe7K.aJtJ0O69L2c2TXm4W2gBB%0ACCbCyLAQUDrgvzjp%2Bm.XR3ORLA86Me6aycdW5Rarq9YtKcVdcukMOVLe5Cem%0AS2JB4O5qy.cS00k7%2BYkcc.RR1oCJy9a7CLXRUw2FOt5WSNWv.HFGIjHkFYHs%0AkQbsDq3RkTDHBmfofDHhyBRjuPHE5xo1h8BAZyf.2nwZEiPkSBBTjA5Vy.ld%0A%2BL3iaDEgyg2Vbi0kNcQ7rQNDexb9jInjoot65TTYeND0%2BSmJPAtH1KAIMjfR%0AAlHYZNaBRFLJMgQUmFFMCOUhxwRtTKnckJIG1pDu0pz1Dr6TI0fSkXb.K3RC%0AS1UpDeXqRr1pR6PvtSkDCNUBBK%2BgyUDnydpDLrUInspzNDr6TI1fSknA8gE.%0AgA5JUhNrUIZaUocHXmoRvW5Zk1OetMu34zh4sdMTJCVKjBRPqXZFN7xaBVEr%0AzmnhAGX43jKM.JWUDLxaQkV27JW4aY0MYQlyNK%2BQmeaUuo.RvoXoQYXAUgAA%0AXAJpJ9lswAggJslPhqO6wixPSau6nd2c.gH9L60dzo5NGYQSewOBJ5PG3o3h%0AlYPfQfAoLrLo2MnSgSGXpL9Q3T8OUGd4wUl%2BDdktsUJPgk.PhC7NURAWii0V%0AfHmEXHLrjHgnDooXJmZL5SiOzVNh6BnOGZy1.FRap1rMtHH.ggKsd%2B1HevLZ%0AfYLllnomy9sAWh8aK1j3jTeZyaiWRU02Edk4OVLqtCp2pTzGWJysk9LWpOK2%0AsUifcaz8YymacaOw77rxpk7EuX2%2BswFmGx0Udp1ZqilmpsQruxipI4Q1e4Qz%0Aj7v6u7vZRdfdKOPi7m9ymAdSFe0e9LHtxxSS7mOE5K98K5wxCq%2BxCzD9zei2%0AiSEzH9.8WdNJe5wm%2BbQmOc8xORWs5IaQ4lyYLJgUo8PdQ0gxIwCybqOLdFSJ%0ArOkU2d83py1ai%2BmzHfOy%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post234657-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="pastedcode234657-0">----------begin_max5_patcher----------
822.3oc0XttaZCCFF92vUgUj1+XV1e97tG1UvzTU.baSE3fRbOrU0684XHsP
GHRfPJ4G8P9vD+lm73XG+53QISyewVlf9A5WnQidc7nQwRUEFs43QIKSeY1h
zxXyRVZKKSuylLY8m4su3i0oHntl6wkYtEVe7K.aJtJ0O69L2c2TXm4W2gBB
CCbCyLAQUDrgvzjp+m.XR3ORLA86Me6aycdW5Rarq9YtKcVdcukMOVLe5Cem
S2JB4O5qy.cS00k7+Ykcc.RR1oCJy9a7CLXRUw2FOt5WSNWv.HFGIjHkFYHs
kQbsDq3RkTDHBmfofDHhyBRjuPHE5xo1h8BAZyf.2nwZEiPkSBBTjA5Vy.ld
+L3iaDEgyg2Vbi0kNcQ7rQNDexb9jInjoot65TTYeND0+SmJPAtH1KAIMjfR
AlHYZNaBRFLJMgQUmFFMCOUhxwRtTKnckJIG1pDu0pz1Dr6TI0fSkXb.K3RC
S1UpDeXqRr1pR6PvtSkDCNUBBK+gyUDnydpDLrUInspzNDr6TI1fSknA8gE.
gA5JUhNrUIZaUocHXmoRvW5Zk1OetMu34zh4sdMTJCVKjBRPqXZFN7xaBVEr
zmnhAGX43jKM.JWUDLxaQkV27JW4aY0MYQlyNK+QmeaUuo.RvoXoQYXAUgAA
XAJpJ9lswAggJslPhqO6wixPSau6nd2c.gH9L60dzo5NGYQSewOBJ5PG3o3h
lYPfQfAoLrLo2MnSgSGXpL9Q3T8OUGd4wUl+DdktsUJPgk.PhC7NURAWii0V
fHmEXHLrjHgnDooXJmZL5SiOzVNh6BnOGZy1.FRap1rMtHH.ggKsd+1HevLZ
fYLllnomy9sAWh8aK1j3jTeZyaiWRU02Edk4OVLqtCp2pTzGWJysk9LWpOK2
sUifcaz8YymacaOw77rxpk7EuX2+swFmGx0Udp1ZqilmpsQruxipI4Q1e4Qz
j7v6u7vZRdfdKOPi7m9ymAdSFe0e9LHtxxSS7mOE5K98K5wxCq+xCzD9zei2
iSEzH9.8WdNJe5wm+bQmOc8xORWs5IaQ4lyYLJgUo8PdQ0gxIwCybqOLdFSJ
rOkU2d83py1ai+mzHfOy
-----------end_max5_patcher-----------</code></pre></div>
</div>
<p>M</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/foreach-loop/#post-234658</guid>
					<title><![CDATA[Re: Foreach Loop]]></title>
					<link>http://cycling74.com/forums/topic/foreach-loop/#post-234658</link>
					<pubDate>Thu, 10 Jan 2013 07:19:27 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>not to forget <strong>listfunnel</strong>, and the message box capability to send things to receives.</p>
<div><span id="toggle234658-0" class="patchtoggle" onmousedown="toggleMaxPatch('post234658-0', 'er234658-0');">&#8211; Pasted Max <span id="maxversion234658-0"></span> Patch, click to <span id="er234658-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----------%0A812.3oc2XtsiaBCDF95jmBKzJ0VIJxmv.sW0Gf9DzVsh.NIdKwNBb1Cc09tW%0AaSHIzkjE1FkDkaBwCFO%2B7wOCL773QdSTOxq7.eA7CvnQOOdzHWHafQqGOxaQ%0A5iYEoUto4koVrfK0d906SyeT6hKUZNPOOUClpJA2fJ4Y9lw75%2BBxTxrTMWlp%0AEJIPIKdBLOc4RtrBLgmktpxNQfnBLUTVoAezbLlwOnVUjK%2Bf1L264lQk%2Blm%2B%0AolTWHj7L0JoK%2Bj0Ampj5Jwe31XHb.bcX4pEBYAW6NGPaCpVoah1L0ko5r4B4%0AraMRPWSFbTbPbHKDx7A3vHypZ1DZ2PMC.%2BZ8QJxcjPM4tOS81QOxzEN838sR%0AQZwl8TNahKuAPafWFO19ieOuLrfWUkNi%2BpKCe8mk0.%2BFbmbBO.Ng6jSMzqNj%0A9ok7ZH44sADcgPHYKBYN1UCRBpaBhO.AOh7BAZknFjjbBHBNI.SSHI9.TRbP%0ABjDCs%2BGZuZ.Pr8XrPcxkuqjoYpiJXv.BEDx.QwfD34hQFqYDkEwBsDIN.gYX%0AX3aCI3QFRlykI7xA.gtKwf2GDD1Bp.uIoxYGjGTZ3FdPIIAwQDHMxbqDzgi3%0AtwAI9P3XS1JM6PyKu0TjdRgaJumBSR9Clb9J6TIHzbZL.BBOh1nVXCZLMLRL%0Ak3CXv.TLjfhN.6RtRsRjHR.ixhCQCxJwtDrRzymUpE11wJQIGDaQWqtHHJHj%0AxRHrA4hnWBtHxYzEsK15uKJ7J0EYeUHJMBhGVsH7kfKBe9bQsv1.erF4J0Jg%0ALcUPLLIAOHqD5RvJgNeVoVXaXVI7Q%2BMj5lOEhJ8zURIu.f9u8Y6kR1rz%2BFYM%0AMuxfLbhgTQgGxfgOUssgIf3DaaazP.4b0ZKhrkQHCiHlVain9fX1g5ZC22t1%0AbGr6yZ7Oe4JmTrwaCtJ0pxrFg2jIvVMjyqzh5uL0tSB0ZRyE44b4t22kKprk%0AAx2ecf9pG5kldPWV5A2K8bxjismv2TN1ltOU5IpO5gc5zSXezC8zoGRezyoy%0A%2Bf6k%2B48d6Uc0wzkKumWVsdMcRw7.j6Tk1gLe2PgrdnqHuWI%2BdQy7MqmY0dY7%0AesO9RZM%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post234658-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="pastedcode234658-0">----------begin_max5_patcher----------
812.3oc2XtsiaBCDF95jmBKzJ0VIJxmv.sW0Gf9DzVsh.NIdKwNBb1Cc09tW
aSHIzkjE1FkDkaBwCFO+7wOCL773QdSTOxq7.eA7CvnQOOdzHWHafQqGOxaQ
5iYEoUto4koVrfK0d906SyeT6hKUZNPOOUClpJA2fJ4Y9lw75+BxTxrTMWlp
EJIPIKdBLOc4RtrBLgmktpxNQfnBLUTVoAezbLlwOnVUjK+f1L264lQk+lm+
olTWHj7L0JoK+j0Ampj5Jwe31XHb.bcX4pEBYAW6NGPaCpVoah1L0ko5r4B4
raMRPWSFbTbPbHKDx7A3vHypZ1DZ2PMC.+Z8QJxcjPM4tOS81QOxzEN838sR
QZwl8TNahKuAPafWFO19ieOuLrfWUkNi+pKCe8mk0.+FbmbBO.Ng6jSMzqNj
9ok7ZH44sADcgPHYKBYN1UCRBpaBhO.AOh7BAZknFjjbBHBNI.SSHI9.TRbP
BjDCs+GZuZ.Pr8XrPcxkuqjoYpiJXv.BEDx.QwfD34hQFqYDkEwBsDIN.gYX
X3aCI3QFRlykI7xA.gtKwf2GDD1Bp.uIoxYGjGTZ3FdPIIAwQDHMxbqDzgi3
twAI9P3XS1JM6PyKu0TjdRgaJumBSR9Clb9J6TIHzbZL.BBOh1nVXCZLMLRL
k3CXv.TLjfhN.6RtRsRjHR.ixhCQCxJwtDrRzymUpE11wJQIGDaQWqtHHJHj
xRHrA4hnWBtHxYzEsK15uKJ7J0EYeUHJMBhGVsH7kfKBe9bQsv1.erF4J0Jg
LcUPLLIAOHqD5RvJgNeVoVXaXVI7Q+Mj5lOEhJ8zURIu.f9u8Y6kR1rz+FYM
MuxfLbhgTQgGxfgOUssgIf3DaaazP.4b0ZKhrkQHCiHlVain9fX1g5ZC22t1
bGr6yZ7Oe4JmTrwaCtJ0pxrFg2jIvVMjyqzh5uL0tSB0ZRyE44b4t22kKprk
Ax2ecf9pG5kldPWV5A2K8bxjismv2TN1ltOU5IpO5gc5zSXezC8zoGRezyoy
+f6k+48d6Uc0wzkKumWVsdMcRw7.j6Tk1gLe2PgrdnqHuWI+dQy7MqmY0dY7
esO9RZM
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

