<?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: Autopattr bpatcher lose data / bindings</title>
		<atom:link href="http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:52:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/#post-65482</guid>
					<title><![CDATA[Autopattr bpatcher lose data / bindings]]></title>
					<link>http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/#post-65482</link>
					<pubDate>Mon, 03 Dec 2012 17:05:57 +0000</pubDate>
					<dc:creator>Isjtar</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>Been a while since I worked with Max and the pattr system.<br />
I&#8217;ve a considerable amount of bpatchers and I&#8217;d like to centralize data in the top patch.<br />
For this I use pattr storage, controlled by a preset object.<br />
Each bpatcher has an autopattr with default settings and named objects.</p>
<p>While everything works as it should, if I modify and save the bpatcher, the bindings seem to be lost.<br />
The expected behaviour would be to get the stored data when reloading the preset, instead the GUI elements revert to default settings.</p>
<p>What am I doing wrong, is there some argument to pattrstorage or autopattr that takes care of this or some other function?</p>
<p>Thanks,</p>
<p>Isjtar</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/#post-235946</guid>
					<title><![CDATA[Re: Autopattr bpatcher lose data / bindings]]></title>
					<link>http://cycling74.com/forums/topic/autopattr-bpatcher-lose-data-bindings/#post-235946</link>
					<pubDate>Tue, 04 Dec 2012 01:32:03 +0000</pubDate>
					<dc:creator>Isjtar</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve looked at it some more and it appears that when changing a subpatch and saving it, pattrstorage can no longer write a proper data file with valueless JSON as a result &#8211; this with both patcher and bpatcher containing the same abstractions.</p>
<pre><code>{
	"pattrstorage" : 	{
		"name" : "so",
		"slots" : 		{
			"1" : 			{
				"id" : 1,
				"data" : 				{
					"sub::zenumber" : [  ],
					"sub[1]::zenumber" : [  ]
				}

			}
,
			"2" : 			{
				"id" : 2,
				"data" : 				{
					"sub::zenumber" : [  ],
					"sub[1]::zenumber" : [  ]
				}

			}

		}

	}

}</code></pre><p>instead of</p>
<pre><code>{
	"pattrstorage" : 	{
		"name" : "so",
		"slots" : 		{
			"1" : 			{
				"id" : 1,
				"data" : 				{
					"sub::zenumber" : [ 11.0 ],
					"sub[1]::zenumber" : [  ]
				}

			}
,
			"2" : 			{
				"id" : 2,
				"data" : 				{
					"sub::zenumber" : [ 10.0 ],
					"sub[1]::zenumber" : [ 23.0 ]
				}

			}

		}

	}

}</code></pre>						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

