<?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: Auto-saving coll to external file</title>
		<atom:link href="http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:35:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-37025</guid>
					<title><![CDATA[Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-37025</link>
					<pubDate>Sun, 20 Apr 2008 02:38:02 +0000</pubDate>
					<dc:creator>lchoi</dc:creator>

					<description>
						<![CDATA[
						<p>Could someone please help me shed some light on a problem?</p>
<p>I&#8217;m seeking a way for the &#8220;coll&#8221; object,</p>
<p>- to read a file when loading (which is no problem), and then </p>
<p>- to write to that same file whenever &#8220;coll&#8217;s&#8221; contents are modified and </p>
<p>- to have it do this automatically without requiring user interaction. </p>
<p>This s for an interface and it needs to be transparent to the user. In other words, the user will neither see the Save As dialog, nor the Save changes dialog when the patcher is closed. </p>
<p>I&#8217;ve followed the steps in Tutorial 37 on Data Structures carefully, but had no success. I&#8217;m still unable to get the external file to update automatically. This seems like it ought to be simple, but it&#8217;s got me stumped. </p>
<p>Any help offered would be greatly appreciated.</p>
<p>Lucky</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127461</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127461</link>
					<pubDate>Sun, 20 Apr 2008 05:05:46 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>You should be able to use the &#8220;writeagain&#8221; command to tell [coll] to save changes to the currently opened file.  You can have this happen automatically every time the data is changed by passing the storage commands through a trigger object setup like </p>
<p>[t writeagain l]</p>
<p>with both outlets connecting to [coll] so first your list passed to target gets passed to [coll] from the right outlet to store data then &#8220;writeagain&#8221; is sent from the left outlet to save the file.</p>
<p>P.S. in case it doesn&#8217;t come through in the font, the second argument listed for trigger is L for list, NOT i.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127462</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127462</link>
					<pubDate>Sun, 20 Apr 2008 10:47:32 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>Could someone please help me shed some light on a problem?<br />
><br />
>I&#8217;m seeking a way for the &#8220;coll&#8221; object,<br />
><br />
>- to read a file when loading (which is no problem), and then<br />
><br />
>- to write to that same file whenever &#8220;coll&#8217;s&#8221; contents are modified and<br />
><br />
>- to have it do this automatically without requiring user interaction.<br />
><br />
>This s for an interface and it needs to be transparent to the user. <br />
>In other words, the user will neither see the Save As dialog, nor <br />
>the Save changes dialog when the patcher is closed.<br />
><br />
>I&#8217;ve followed the steps in Tutorial 37 on Data Structures carefully, <br />
>but had no success. I&#8217;m still unable to get the external file to <br />
>update automatically. This seems like it ought to be simple, but <br />
>it&#8217;s got me stumped.<br />
><br />
>Any help offered would be greatly appreciated.</p>
<p>don&#8217;t have my patch here, but i have done something like this, using <br />
zl join, dump, flags 0 1 and closebang</p>
<p>works very well</p>
<p>(soory not to be more precise, but it should help)</p>
<p>
best</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/auto-saving-coll-to-external-file/#post-127463</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127463</link>
					<pubDate>Sun, 20 Apr 2008 23:05:42 +0000</pubDate>
					<dc:creator>lchoi</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Kasper,<br />
I should clarify that the updated data needs to be current after the user closes and reopens the program. Here&#8217;s what I tried with your suggestion, but the external data file does not seem to update. I&#8217;ve attached my example. What am I doing wrong here?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127464</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127464</link>
					<pubDate>Sun, 20 Apr 2008 23:08:54 +0000</pubDate>
					<dc:creator>lchoi</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry Roth, <br />
I meant for the last message to be addressed to you. Thanks for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127465</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127465</link>
					<pubDate>Sun, 20 Apr 2008 23:13:41 +0000</pubDate>
					<dc:creator>lchoi</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kasper,</p>
<p>Sorry for my confusion in addressing my recent replies. Thanks for your tip. Can you tell me, where does the data get saved? Was it still there after you closed (without having to save changes) and reopened the program? </p>
<p>Lucky</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127466</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127466</link>
					<pubDate>Sun, 20 Apr 2008 23:23:18 +0000</pubDate>
					<dc:creator>Roth</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Lucky Choi wrote on Sun, 20 April 2008 19:08<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Sorry Roth, <br />
> I meant for the last message to be addressed to you. Thanks for your help.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>No problem, I was already looking at your patch when the next message hit my inbox :)</p>
<p>This patch worked for me so I am a little stumped.  I think I have figured out the problem.  &#8220;writeagain&#8221; tells [coll] to save the current file.  When you first opened your patch, you probably got the error &#8220;coll: no file mydata&#8221; because that file was not yet in your search path&#8211;at this point, there is no file loaded in [coll].  When you double click a [coll] that has no file, it just opens a blank text file in the Max text editor.  Once you saved this file, this did nothing to change the fact that [coll] did not open the file when you changed the patch; because of this you should have seen a save dialogue appear the first time you tried to store data in [coll].</p>
<p>If the text file existed when you first opened the patch, or if you saved it in some other method after opening the patch (e.g. using the &#8220;write&#8221; or &#8220;writeagain&#8221; commands) it should have worked without an issue.  From the sounds of your project this shouldn&#8217;t be a problem since double-clicking [coll] to &#8220;Save as&#8230;&#8221; is probably the least transparent method to the user (I am guessing the text file will already exist when the user opens the patch).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127467</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127467</link>
					<pubDate>Sun, 20 Apr 2008 23:40:07 +0000</pubDate>
					<dc:creator>lchoi</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Roth,</p>
<p>Brilliant! It works.</p>
<p>I simply reopened my example and voila.</p>
<p>Thanks for reminding me that the connection to the external file happens when the object is loaded.</p>
<p>
Lucky</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127468</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127468</link>
					<pubDate>Mon, 21 Apr 2008 05:13:39 +0000</pubDate>
					<dc:creator>Kasper</dc:creator>

					<description>
						<![CDATA[
						<p>>Hi Kasper,<br />
><br />
>Sorry for my confusion in addressing my recent replies. Thanks for <br />
>your tip. Can you tell me, where does the data get saved? Was it <br />
>still there after you closed (without having to save changes) and <br />
>reopened the program?<br />
></p>
<p>
of course it&#8217;s there</p>
<p>
that&#8217;s what the message [flags 1 0 ] is for: banging it at closebang <br />
saves the contents of the coll with the patch (and not in a separate <br />
file)</p>
<p>this way, when you open the patch all data is inside and the dump <br />
message at loadbang lets me know how many lines of data i have <br />
inside, so i can write in the next line</p>
<p>basically, in your case, the only thing the user has to do (in order <br />
to  keep new data) is to press a BANG (or some similar action)</p>
<p>best</p>
<p>kasper</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127469</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127469</link>
					<pubDate>Mon, 21 Apr 2008 08:39:39 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Kasper T Toeplitz schrieb:<br />
> that&#8217;s what the message [flags 1 0 ] is for: banging it at closebang <br />
> saves the contents of the coll with the patch (and not in a separate file)</p>
<p>This is only usefull if you have Max, in the runtime version there is no <br />
option to save the patch where the data is included. Thus for users of a <br />
patch who don&#8217;t own Max, the only way is to save it to an external file. <br />
But this can be completely automated&#8230;</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127470</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127470</link>
					<pubDate>Thu, 19 Nov 2009 00:31:14 +0000</pubDate>
					<dc:creator>theMandoe</dc:creator>

					<description>
						<![CDATA[
						<p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Stefan Tiedje wrote on Mon, 21 April 2008 02:39</b></td>
</tr>
<tr>
<td class="quote">Kasper T Toeplitz schrieb:<br />
> that&#8217;s what the message [flags 1 0 ] is for: banging it at closebang <br />
> saves the contents of the coll with the patch (and not in a separate file)</td></tr></table></p>
<p>This is only usefull if you have Max, in the runtime version there is no <br />
option to save the patch where the data is included. Thus for users of a <br />
patch who don&#8217;t own Max, the only way is to save it to an external file. <br />
But this can be completely automated&#8230;</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>



<p>Hi there. </p>
<p>Bumping the thread. I need to use the coll object to save various types of variables to an external file, so that amplitude levels, fades and so on will be stored and loaded using the patch in a runtime enviroment. I&#8217;ve been all over the tutorials, but i can&#8217;t seem to get it right. Help is appreciated <img src="images/smiley_icons/icon_smile.gif" border=0 alt="Smile"/></p>
<p>Best regards<br />
Jacob</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127471</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127471</link>
					<pubDate>Thu, 19 Nov 2009 00:57:48 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>Have a look at the &#8220;file_i/o&#8221; subpatch in the [coll] help file. The &#8220;read&#8221;, &#8220;write&#8221; and &#8220;writeagain&#8221; messages are probably what you are after. If you&#8217;re still having trouble then perhaps post a patch which demonstrates what you are trying to achieve.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127472</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127472</link>
					<pubDate>Thu, 19 Nov 2009 13:09:56 +0000</pubDate>
					<dc:creator>theMandoe</dc:creator>

					<description>
						<![CDATA[
						<p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b><a href="mailto:thereishopeforus@hotmail.com">thereishopeforus@hotmail.com</a> wrote on Wed, 18 November 2009 17:57</b></td>
</tr>
<tr>
<td class="quote">Have a look at the &#8220;file_i/o&#8221; subpatch in the [coll] help file. The &#8220;read&#8221;, &#8220;write&#8221; and &#8220;writeagain&#8221; messages are probably what you are after. If you&#8217;re still having trouble then perhaps post a patch which demonstrates what you are trying to achieve.</td></tr></table></p>
<p>lh


</p><p>thx. Looks as if i&#8217;ve been staring at the help/reference file for too long. It works now. But how do i sort the stored data? I need a loadbang to activate the coll object, so that eight different values will be sorted out to eight different objects. I&#8217;m trying different things with the route object (ex. routing to $1 objects),  but no luck so far&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127473</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127473</link>
					<pubDate>Thu, 19 Nov 2009 16:10:26 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>i would suggest to use a fixed path for things like that.</p>
<p>implement a folder at &#8220;:specialfolder:&#8221; in your root maxpath <br />
(i.e. right beside the app) and use this folder as default <br />
or better as only write adress for &#8220;:mydumbcoll.txt&#8221;</p>
<p>/MaxMSP/specialfolder/mydumbcoll.txt</p>
<p>otherwise files might be written to the last used location,<br />
often set by third party extensions of the operation system.</p>
<p>-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127474</guid>
					<title><![CDATA[Re: Auto-saving coll to external file]]></title>
					<link>http://cycling74.com/forums/topic/auto-saving-coll-to-external-file/#post-127474</link>
					<pubDate>Thu, 19 Nov 2009 22:16:04 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>You could try &#8220;dump&#8221;-ing the contents and using [route] to send them to specific destinations based on a keyword in the [coll]. Or you could use [forward] in conjunction with [receive] instead.</p>
<p>lh</p>
<p>
<div><span id="toggle127474-0" class="patchtoggle" onmousedown="toggleMaxPatch('post127474-0', 'er127474-0');">&#8211; Pasted Max <span id="maxversion127474-0"></span> Patch, click to <span id="er127474-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----------%0A797.3oc6X1sTiBCEG%2BZ5SQFttqSBe28t84vYmNgRZEEBrjfZ0w28Me0JqVso%0AELi5rWzTHIbl%2B4WN4bNviy77yatmv7A%2BDbIvy6wYddptjc3Yt2yuFe%2BpJLSM%0AM%2B0UMz9Z%2B45gDWVRqHb0Xnm6romuq2.SuqanbV4CD0LCt.Z5tEyWcUIcyxNx%0AJtVHgwohgAn3Ex%2Bhgx1.QK32lmQac91Vh9AjhBy8mC7ywzM96mWYgRxM4W%2Bi%0Af.%2BA5fhqUOp%2Bu5JwU9xAdZ1LYy7OQX.FO8XH7KGFBhCmdLDMsXfRtSX1c1jS%0AtWoc%2BNgzHf0cj%2B.v0sf1qvLxIvpnylUg5CPowGGVRNs%2B2AYExIr5gJPWCGfN%0AHeBlXeIjBLQoVhmChEnSvRKd0M.3E.1IvEz4xkEpV8AsifkCgDzhoEI0DFCu%0Ag7JlTzW25BbDkoZQJWlrSGGoNwCYUSUEfSXbWDYIIy3gDO53Jnr2AOlQjqsk%0AEXN1fECWjCzSUJKbtomcy5R071OSwH2P1pyUIhCaLrr6awU8FwlkIVHlAz6G%0AG1B389cuv.vKRSxrxDCyA7JiDNvDlKE1RiBF9VRwRA3DaIKwbdWYtH4B6kfg%0ATmSTLFYd7OmI0MYymzj5nnub01ffSektnudU5FO8E5hbS54t2onN3DkMZ2YE%0AcQcwnyL6bli.xfvreL7v3snwQ34VrRpivA9MpUYx7NLgPz3H5b8NRbBNV2zc%0AGtq3DBl.OW2CT3abZYvhN1IKZVeNiWxkuJHaacdSEfQnEenumSh5TQVl1yHb%0ADulSz2jR50dEQIiph9vuQEzqARRxzUO%2B%2BKm2skyq1D7qJou7C3p1sk8%2Bu9dr%0Al9tU61N28kc.A62KKDtbkTLurgNbRhxIAO6WbUYQAgNLxbcYQaSIkaDgdg9p%0ASBmjlPGSSgtWSviooH2pInMZB4TMI%2B9OGWSP2poLK7mTBGYulBRUgMWndSkP%0AXfL54BUzywqUnMZ0g7K0FMk4VMYwVpaOMFYAjhOMEklI8pPHkOVRz9aFoRsZ%0A6zsGQSrQRtMKjUGDibtS%2BD6hMREEZCjFghD27zr%2BBniclWI%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post127474-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="pastedcode127474-0">----------begin_max5_patcher----------
797.3oc6X1sTiBCEG+Z5SQFttqSBe28t84vYmNgRZEEBrjfZ0w28Me0JqVso
ELi5rWzTHIbl+4WN4bNviy77yatmv7A+DbIvy6wYddptjc3Yt2yuFe+pJLSM
M+0UMz9Z+45gDWVRqHb0Xnm6romuq2.SuqanbV4CD0LCt.Z5tEyWcUIcyxNx
JtVHgwohgAn3Ex+hgx1.QK32lmQac91Vh9AjhBy8mC7ywzM96mWYgRxM4W+i
f.+A5fhqUOp+u5JwU9xAdZ1LYy7OQX.FO8XH7KGFBhCmdLDMsXfRtSX1c1jS
tWoc+NgzHf0cj+.v0sf1qvLxIvpnylUg5CPowGGVRNs+2AYExIr5gJPWCGfN
HeBlXeIjBLQoVhmChEnSvRKd0M.3E.1IvEz4xkEpV8AsifkCgDzhoEI0DFCu
g7JlTzW25BbDkoZQJWlrSGGoNwCYUSUEfSXbWDYIIy3gDO53Jnr2AOlQjqsk
EXN1fECWjCzSUJKbtomcy5R071OSwH2P1pyUIhCaLrr6awU8FwlkIVHlAz6G
G1B389cuv.vKRSxrxDCyA7JiDNvDlKE1RiBF9VRwRA3DaIKwbdWYtH4B6kfg
TmSTLFYd7OmI0MYymzj5nnub01ffSektnudU5FO8E5hbS54t2onN3DkMZ2YE
cQcwnyL6bli.xfvreL7v3snwQ34VrRpivA9MpUYx7NLgPz3H5b8NRbBNV2zc
Gtq3DBl.OW2CT3abZYvhN1IKZVeNiWxkuJHaacdSEfQnEenumSh5TQVl1yHb
DulSz2jR50dEQIiph9vuQEzqARRxzUO++Km2skyq1D7qJou7C3p1sk8+u9dr
l9tU61N28kc.A62KKDtbkTLurgNbRhxIAO6WbUYQAgNLxbcYQaSIkaDgdg9p
SBmjlPGSSgtWSviooH2pInMZB4TMI+9OGWSP2poLK7mTBGYulBRUgMWndSkP
XfL54BUzywqUnMZ0g7K0FMk4VMYwVpaOMFYAjhOMEklI8pPHkOVRz9aFoRsZ
6zsGQSrQRtMKjUGDibtS+D6hMREEZCjFghD27zr+BniclWI
-----------end_max5_patcher-----------</code></pre></div>
</div>
</p>						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

