<?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 length limit on js outlet?  how to change?</title>
		<atom:link href="http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 04:33:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-45180</guid>
					<title><![CDATA[list length limit on js outlet?  how to change?]]></title>
					<link>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-45180</link>
					<pubDate>Fri, 21 Aug 2009 06:50:24 +0000</pubDate>
					<dc:creator>Christopher Overstreet</dc:creator>

					<description>
						<![CDATA[
						<p>I could not find a search query that came to an answer to what is a simple question.  How do I up the 256-list limit on a js outlet?  Or maybe it is a limit on the array in the javascript?  Should this be happening?  I am not calling any max objects in the javascript which default to the old 256 limit.</p>
<p>Thanks,<br />
Christopher Overstreet</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-162784</guid>
					<title><![CDATA[Re: list length limit on js outlet?  how to change?]]></title>
					<link>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-162784</link>
					<pubDate>Fri, 21 Aug 2009 07:48:18 +0000</pubDate>
					<dc:creator>volker böhm</dc:creator>

					<description>
						<![CDATA[
						<p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">How do I up the 256-list limit on a js outlet? Or maybe it is a limit on the array in the javascript? Should this be happening?</td>
</tr>
</table>
</p><p>how are you testing this?<br />
there shouldn&#8217;t be a problem creating arrays that are much longer than 256 elements and sending them out to max. on the receiving side however, you must make sure that the responding max objects can handle the long lists.</p>
<p>try this (save it as listlen.js):</p>
<div class="pre">
<pre>function msg_int(k) {
	a = new Array(k);
	for(i=0; i<k ; i++)
		a[i] = i;
	outlet(0, a);
}</pre></k></pre></div>
<p>
----------begin_max5_patcher----------<br />
335.3ocwTF0SCBCDG+4xmhl97bghi4vOH9hYwTf5VIvUBsDwsru6VN.cy.wY<br />
ba9Bjd28u8+8qbr2ivh0MRCi9H8YJgr2iPvPsAH8qIrBQSRtvfkwf5hXYEaV<br />
WJcsMWZsuWJ61ClBrrYTVr.1vnq6qRkhR0wY2w4CReUCVPTfBYOIqREfXHm6<br />
PTfaiwijej.iZGJf6O2+qZ6bAVbPezRgMYqB17RkLw14M9pGbhn7vEsuB8wE<br />
Qy8oqakbvyq8wraCFh9uoPv8qtDTP9lqaF7qU1fGBaWtyZAKn4RXRB0hmQQS<br />
3uFMAWXzfZoKWdMPSlglqLN2.yyLSCmQGctteyv+4ImUbDLgiBFzxrbE78+m<br />
faXa7SokQWWkLzv8W7T+Oa7Towp.gUogipI5jZ1pRSkX5gVpPkVpcCe8VXha<br />
ty0Q7yvQg2VGcNVh+GrjawAuO.pbnsI<br />
-----------end_max5_patcher-----------</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-162785</guid>
					<title><![CDATA[Re: list length limit on js outlet?  how to change?]]></title>
					<link>http://cycling74.com/forums/topic/list-length-limit-on-js-outlet-how-to-change/#post-162785</link>
					<pubDate>Sat, 29 Aug 2009 19:51:39 +0000</pubDate>
					<dc:creator>AshleyJ24</dc:creator>

					<description>
						<![CDATA[
						<p>The function ought to be the one as above&#8230; so where did u go wrong&#8230;???</p>
<p>
_____________<br />
bestlaserprinter.org</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

