<?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: List element replace</title>
		<atom:link href="http://cycling74.com/forums/topic/list-element-replace/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/list-element-replace/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 14:50:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-25884</guid>
					<title><![CDATA[List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-25884</link>
					<pubDate>Tue, 09 May 2006 23:03:47 +0000</pubDate>
					<dc:creator>arne</dc:creator>

					<description>
						<![CDATA[
						<p>I think I&#8217;m experiencing a brain freeze here&#8230;</p>
<p>Given a list (of varying size), I want to change one of the elements.</p>
<p>Linterp (from the Lobjects) allows me to grab an element, but how do I replace it?</p>
<p>I&#8217;m currently using funbuff, table, multislider, and coll, all of which work, but there must be a more efficient way&#8230;.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76749</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76749</link>
					<pubDate>Tue, 09 May 2006 23:11:18 +0000</pubDate>
					<dc:creator>joshua goldberg</dc:creator>

					<description>
						<![CDATA[
						<p>substitute.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76750</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76750</link>
					<pubDate>Tue, 09 May 2006 23:57:40 +0000</pubDate>
					<dc:creator>tommy</dc:creator>

					<description>
						<![CDATA[
						<p>maybe with zl objects?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76751</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76751</link>
					<pubDate>Wed, 10 May 2006 05:09:10 +0000</pubDate>
					<dc:creator>arne</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t think I was clear enough.</p>
<p>Given a list [3 5 4 8], I want to, for example, increment the 3rd element by one to get [3 5 5 8].</p>
<p>Isn&#8217;t there a way to do this without using a table?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76752</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76752</link>
					<pubDate>Wed, 10 May 2006 05:22:09 +0000</pubDate>
					<dc:creator>Matthew Aidekman</dc:creator>

					<description>
						<![CDATA[
						<p>Lobjects Lobjects Lobjects<br />
check out lpad and ladd</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76753</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76753</link>
					<pubDate>Wed, 10 May 2006 06:57:39 +0000</pubDate>
					<dc:creator>arne</dc:creator>

					<description>
						<![CDATA[
						<p>That combination does the trick.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76754</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76754</link>
					<pubDate>Wed, 10 May 2006 07:22:58 +0000</pubDate>
					<dc:creator>jasch</dc:creator>

					<description>
						<![CDATA[
						<p>or try my [replacelist]</p>
<p>/*j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-element-replace/#post-76755</guid>
					<title><![CDATA[Re: List element replace]]></title>
					<link>http://cycling74.com/forums/topic/list-element-replace/#post-76755</link>
					<pubDate>Thu, 11 May 2006 09:04:10 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Arne Eigenfeldt wrote:<br />
> Given a list [3 5 4 8], I want to, for example, increment the 3rd<br />
> element by one to get [3 5 5 8].</p>
<p>completely different task than you explained in the first mail&#8230;</p>
<p>use a simple unpack, pack combo, a messagebox, or more universal<br />
zl nth, (part of the zl help file copied in)</p>
<p>Stefan</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 360 101 114 196617 nth , additional feature:;<br />
#P newex 438 165 27 196617 t b l;<br />
#P message 438 145 38 196617 $1 0.5;<br />
#P number 438 125 38 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 474 190 25 196617 2 hi;<br />
#P newex 424 234 65 196617 print nthless;<br />
#P newex 372 234 45 196617 print nth;<br />
#P button 358 190 15 0;<br />
#P message 346 145 80 196617 5 6 7 8 9 10 11;<br />
#P newex 392 206 42 196617 zl nth 3;<br />
#B color 5;<br />
#P window linecount 4;<br />
#P comment 494 128 143 196617 extra argument to right inlet specifies <br />
<value>. nth element will be replaced with </value><value> in right oulet list.;<br />
#P window linecount 1;<br />
#P message 239 239 50 196617 3 5 38 8;<br />
#P newex 239 216 63 196617 prepend set;<br />
#P number 239 118 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 239 144 83 196617 sprintf 3 5 %i 8;<br />
#P message 171 239 50 196617 3 5 7 8;<br />
#P message 53 239 50 196617 3 5 17 8;<br />
#P newex 171 216 63 196617 prepend set;<br />
#P newex 53 216 63 196617 prepend set;<br />
#P number 171 118 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 171 144 50 196617 3 5 $1 8;<br />
#P newex 65 168 13 196617 b;<br />
#P number 105 168 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 53 189 88 196617 pack 1 2 3 4;<br />
#P newex 53 145 88 196617 unpack 1 2 3 4;<br />
#P message 53 122 50 196617 3 5 4 8;<br />
#P connect 16 0 19 0;<br />
#P connect 17 0 16 0;<br />
#P connect 18 0 16 0;<br />
#P connect 24 0 16 0;<br />
#P connect 21 0 16 1;<br />
#P connect 24 1 16 1;<br />
#P connect 16 1 20 0;<br />
#P connect 22 0 23 0;<br />
#P connect 23 0 24 0;<br />
#P connect 12 0 11 0;<br />
#P connect 11 0 13 0;<br />
#P connect 13 0 14 0;<br />
#P connect 8 0 10 0;<br />
#P connect 7 0 9 0;<br />
#P connect 5 0 8 0;<br />
#P connect 2 0 7 0;<br />
#P connect 6 0 5 0;<br />
#P connect 3 0 4 0;<br />
#P connect 3 0 2 2;<br />
#P connect 4 0 2 0;<br />
#P connect 1 3 2 3;<br />
#P connect 1 1 2 1;<br />
#P connect 1 0 2 0;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 26;</value></p>
<p>
&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

