<?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: pattr not binding with preset object across patches</title>
		<atom:link href="http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 14:20:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-52611</guid>
					<title><![CDATA[pattr not binding with preset object across patches]]></title>
					<link>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-52611</link>
					<pubDate>Wed, 06 Oct 2010 15:20:37 +0000</pubDate>
					<dc:creator>ChrisTarren</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have created a series of patches all with preset storage which is managed by the preset object linked with pattrstorage. I am also constructing a meta-preset management patch which will allow me to switch between presets of presets. I am using a pattr object in the meta-patch which is then bound to the lower level patches using &#8220;bindto ::patchName::presetPvarName&#8221;. However, max posts that the pattr is not able to bind to the preset object. Anyone know why?</p>
<p>The code is correct as I have been able to bind to other controls perfectly.</p>
<p>Can preset be called in this manner when it is working with pattrstorage?</p>
<p>Many thanks for your help<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-189186</guid>
					<title><![CDATA[Re: pattr not binding with preset object across patches]]></title>
					<link>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-189186</link>
					<pubDate>Fri, 08 Oct 2010 07:36:39 +0000</pubDate>
					<dc:creator>EMV</dc:creator>

					<description>
						<![CDATA[
						<p>No, you can&#8217;t bind to the preset object. You can, however, bind to a umenu that sends a number to the preset object or the pattrstorage object.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-189187</guid>
					<title><![CDATA[Re: pattr not binding with preset object across patches]]></title>
					<link>http://cycling74.com/forums/topic/pattr-not-binding-with-preset-object-across-patches/#post-189187</link>
					<pubDate>Fri, 08 Oct 2010 14:10:21 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>Right, when you use preset that&#8217;s connected to a pattrstorage (with the pattrstorage&#8217;s name in the preset Inspector), it doesn&#8217;t behave like a regular preset (which remembers objects attached to it). Rather, it acts as a GUI object to store and recall pattrstorage slots in an intuitive way. It&#8217;s a bit confusing as this seems like it&#8217;s &#8220;bound&#8221; to pattrstorage, but that terminology is used for actual binding, rather than referencing.</p>
<p>So for your meta-preset you&#8217;d connect it to number boxes or umenus, which means you&#8217;re using the meta-preset as a typical preset. These number boxes or umenus send the desired number to the *other* presets, thereby calling the pattrstorage slots you want in each of them. This also allows you to use floats rather than integers, thereby having access to interpolation that pattr provides.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

