<?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: need help with &quot;set $&quot; and lists</title>
		<atom:link href="http://cycling74.com/forums/topic/need-help-with-set-and-lists/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:20:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-41065</guid>
					<title><![CDATA[need help with &quot;set $&quot; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-41065</link>
					<pubDate>Wed, 26 Nov 2008 19:45:01 +0000</pubDate>
					<dc:creator>Giorgio</dc:creator>

					<description>
						<![CDATA[
						<p>I was tweaking with lists and suddenly I&#8217;ve discovered that &#8220;set $&#8221;<br />
goes till number 9. <br />
how can I do something like &#8220;set $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17&#8243; ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145867</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145867</link>
					<pubDate>Wed, 26 Nov 2008 19:53:34 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>I tweaking with lists and suddenly I&#8217;ve discovered that &#8220;set $&#8221;<br />
>goes till number 9.<br />
>how can I do something like &#8220;set $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 <br />
>$12 $13 $14 $15 $16 $17&#8243; ?<br />
>_</p>
<p>
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 110 297 38 196617 zl join;<br />
#P message 283 257 112 196617 $1 $2 $3 $4 $5 $6 $7;<br />
#P newex 122 176 57 196617 zl slice 10;<br />
#P window linecount 3;<br />
#P message 110 324 103 196617 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;<br />
#P window linecount 1;<br />
#P message 95 256 180 196617 set $1 $2 $3 $4 $5 $6 $7 $8 $9 $10;<br />
#P message 121 142 208 196617 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17;<br />
#P connect 4 0 5 1;<br />
#P connect 1 0 5 0;<br />
#P connect 5 0 2 0;<br />
#P connect 3 1 4 0;<br />
#P connect 3 0 1 0;<br />
#P connect 0 0 3 0;<br />
#P window clipboard copycount 6;</p>
<p>
kasper<br />
&#8211; <br />
  Kasper T. Toeplitz<br />
noise, composition, bass, computer</p>
<p><a href="http://www.sleazeArt.com" rel="nofollow">http://www.sleazeArt.com</a></p>
<p><a href="http://www.myspace.com/sleazeart" rel="nofollow">http://www.myspace.com/sleazeart</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145868</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145868</link>
					<pubDate>Wed, 26 Nov 2008 20:08:24 +0000</pubDate>
					<dc:creator>Giorgio</dc:creator>

					<description>
						<![CDATA[
						<p>many thanks kasper&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145869</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145869</link>
					<pubDate>Wed, 26 Nov 2008 20:36:30 +0000</pubDate>
					<dc:creator>Rob Sussman</dc:creator>

					<description>
						<![CDATA[
						<p>Note that you can&#8217;t use $10.  It looked like it worked in Kasper&#8217;s example, but it really didn&#8217;t.  If you use $10 it will actually give you a symbol consisting of the first argument to the list ($1) concatenated with the 0.  </p>
<p>So, Kasper&#8217;s example would be better put like below.</p>
<p>Rob</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 100 240 38 9109513 zl join;<br />
#P message 273 200 109 9109513 $1 $2 $3 $4 $5 $6 $7 $8;<br />
#P newex 112 119 44 9109513 zl slice 9;<br />
#P message 100 267 254 9109513 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1;<br />
#P message 85 199 138 9109513 set $1 $2 $3 $4 $5 $6 $7 $8 $9;<br />
#P message 111 85 181 9109513 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1;<br />
#P connect 3 1 4 0;<br />
#P connect 3 0 1 0;<br />
#P connect 0 0 3 0;<br />
#P connect 5 0 2 0;<br />
#P connect 1 0 5 0;<br />
#P connect 4 0 5 1;<br />
#P window clipboard copycount 6;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145870</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145870</link>
					<pubDate>Wed, 26 Nov 2008 20:37:40 +0000</pubDate>
					<dc:creator>Giorgio</dc:creator>

					<description>
						<![CDATA[
						<p>yes I&#8217;ve allready fixed that thank you indeed</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145871</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145871</link>
					<pubDate>Wed, 26 Nov 2008 20:40:16 +0000</pubDate>
					<dc:creator>Nick Inhofe</dc:creator>

					<description>
						<![CDATA[
						<p>also note that in a lot of situations using [prepend set] instead is easier, especially if you don&#8217;t know the size of the incoming list.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145872</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145872</link>
					<pubDate>Wed, 26 Nov 2008 20:42:01 +0000</pubDate>
					<dc:creator>Giorgio</dc:creator>

					<description>
						<![CDATA[
						<p>you mean that with a list of 50 numbers PREPEND SET would fix all without splicing?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145873</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145873</link>
					<pubDate>Wed, 26 Nov 2008 20:54:33 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>Note that you can&#8217;t use $10.  It looked like it worked in Kasper&#8217;s <br />
>example, but it really didn&#8217;t.  If you use $10 it will actually give <br />
>you a symbol consisting of the first argument to the list ($1) <br />
>concatenated with the 0.</p>
<p>
yeah, i actually was surprised to see it working with $10, but &#8211; <br />
well, it seemed to work !!!</p>
<p>kasper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145874</guid>
					<title><![CDATA[Re: need help with &#8220;set $&#8221; and lists]]></title>
					<link>http://cycling74.com/forums/topic/need-help-with-set-and-lists/#post-145874</link>
					<pubDate>Wed, 26 Nov 2008 21:15:33 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>
On Nov 26, 2008, at 12:42 PM, Giorgio Sancristoforo wrote:</p>
<p>> you mean that with a list of 50 numbers PREPEND SET would fix all  <br />
> without splicing?</p>
<p>
It works in Max 5, and I&#8217;m pretty sure it would work in Max 4</p>
<p>
<div><span id="toggle145874-0" class="patchtoggle" onmousedown="toggleMaxPatch('post145874-0', 'er145874-0');">&#8211; Pasted Max <span id="maxversion145874-0"></span> Patch, click to <span id="er145874-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----------%0A329.3oc2SEjSCCCD7ryqXkOWPccZZS3gvETExMdo0nF6nXWQgp92I1IgVfJT%0APzSbwQ6Lq2Y7XmCIL9J6dxwg6fG.F6PBiEgB.r9ZFuRtubqzEaiWQNmbMwmz%0Aw4o89HNBBHElAYvbXAjCE.NEPDPAfo.NCvL.mC3B.yAr.DSGFwSVi2oeiBiA%0AE2NsG1rqRa1R9nrhSf1c9ATrGsCx%2BZM0cR3bXYOUszWtQaV%2BXCU56XwhrVQZ%0AkpH7IcFFqZK9XSZU7HYW87MYm6RirJp.%2BdpQIMRdf5XRRXYxHyOC8R6b%2BV7U%0A2P0jQANx%2BaxE75mK4wXIOHHHvKmJoW6T4eyqpr3ZpXwO8nRL13KtY9Vs4q%2Bi%0AFMP.%2ByYpytqobvt8WTvIKnHmWajds0bVOYepmMZkhhzCQVkVUa0FeuEfkW79%0AcrNRLBGk9GbTawwj2ErvWPE%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post145874-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="pastedcode145874-0">----------begin_max5_patcher----------
329.3oc2SEjSCCCD7ryqXkOWPccZZS3gvETExMdo0nF6nXWQgp92I1IgVfJT
PzSbwQ6Lq2Y7XmCIL9J6dxwg6fG.F6PBiEgB.r9ZFuRtubqzEaiWQNmbMwmz
w4o89HNBBHElAYvbXAjCE.NEPDPAfo.NCvL.mC3B.yAr.DSGFwSVi2oeiBiA
E2NsG1rqRa1R9nrhSf1c9ATrGsCx+ZM0cR3bXYOUszWtQaV+XCU56XwhrVQZ
kpH7IcFFqZK9XSZU7HYW87MYm6RirJp.+dpQIMRdf5XRRXYxHyOC8R6b+V7U
2P0jQANx+axE75mK4wXIOHHHvKmJoW6T4eyqpr3ZpXwO8nRL13KtY9Vs4q+i
FMP.+yYpytqobvt8WTvIKnHmWajds0bVOYepmMZkhhzCQVkVUa0FeuEfkW79
crNRLBGk9GbTawwj2ErvWPE
-----------end_max5_patcher-----------</code></pre></div>
</div>
</p><p>- C</p>
<p>Chris Muir<br />
<a href="mailto:cbm@well.com">cbm@well.com</a>	</p>
<p><a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

