<?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: [MAX 4] stack overflow made easy</title>
		<atom:link href="http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:05:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/#post-48792</guid>
					<title><![CDATA[[MAX 4] stack overflow made easy]]></title>
					<link>http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/#post-48792</link>
					<pubDate>Fri, 26 Feb 2010 10:43:42 +0000</pubDate>
					<dc:creator>Guillaume Evrard</dc:creator>

					<description>
						<![CDATA[
						<p>hi,</p>
<p>i know this won&#8217;t be fixed in the future but i would like to understand why it occurs.</p>
<p>if you click the button&#8230; biiiim :)</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#N thispatcher;<br />
#Q end;<br />
#P newobj 168 151 61 196617 thispatcher;<br />
#P message 168 125 73 196617 clean , dispose;<br />
#P user jsui 168 80 86 34 1 0 0 jsui_textbutton.js button;<br />
#P connect 1 0 2 0;<br />
#P connect 0 0 1 0;<br />
#P window clipboard copycount 3;</p>
<p>cheers,</p>
<p>g</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/#post-175352</guid>
					<title><![CDATA[Re: [MAX 4] stack overflow made easy]]></title>
					<link>http://cycling74.com/forums/topic/max-4-stack-overflow-made-easy/#post-175352</link>
					<pubDate>Fri, 26 Feb 2010 11:54:31 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>I think the idea is that you can create abstractions on-the-fly from your main patch, for example one which plays a big buffer~, and you may want to get all that memory back at some point. Simply closing the patch with the buffer~ won&#8217;t work, but &#8220;dispose&#8221; will kill it and free the memory.</p>
<p>You definitely wouldn&#8217;t want to use it in your main patch&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

