<?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: Architecture questions</title>
		<atom:link href="http://cycling74.com/forums/topic/architecture-questions/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/architecture-questions/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 22:44:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/architecture-questions/#post-61011</guid>
					<title><![CDATA[Architecture questions]]></title>
					<link>http://cycling74.com/forums/topic/architecture-questions/#post-61011</link>
					<pubDate>Wed, 04 Jan 2012 15:42:13 +0000</pubDate>
					<dc:creator>woodslanding</dc:creator>

					<description>
						<![CDATA[
						<p>I am creating a mixer-like patch with a bunch of identical channels, which are abstractions.  I am trying to figure out the best way to store settings for the individual channels.  At the moment, being the same object, they all default to the same settings&#8230;. it seems like if I want different data in each channel, all the pattr storage stuff will have to be outside the patch, and be hand duplicated for each channel??  but that seems so unhelpful&#8230;  I&#8217;m assuming there must be a better way?</p>
<p>Thanks for any clues,<br />
-eric</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/architecture-questions/#post-219815</guid>
					<title><![CDATA[Re: Architecture questions]]></title>
					<link>http://cycling74.com/forums/topic/architecture-questions/#post-219815</link>
					<pubDate>Wed, 04 Jan 2012 15:53:48 +0000</pubDate>
					<dc:creator>woodslanding</dc:creator>

					<description>
						<![CDATA[
						<p>I should say more:  I have named all my pattr objects starting with #1, and each channel is in a bpatcher with a different integer for its argument&#8230;. so each pattr has a unique identifier&#8230;. but it doesn&#8217;t seem to be enough.  I&#8217;m gussing I must be missing a step.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/architecture-questions/#post-219816</guid>
					<title><![CDATA[Re: Architecture questions]]></title>
					<link>http://cycling74.com/forums/topic/architecture-questions/#post-219816</link>
					<pubDate>Wed, 04 Jan 2012 17:56:13 +0000</pubDate>
					<dc:creator>stefantiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Some time ago I did it that way:<br />
Each channel uses its own pattrstorage, then if you change a setting, all other channels get a notification to reload their preset file. And yes, all use the same file&#8230;<br />
The patch is burried somwhere deep in an unsearchable box&#8230;<br />
But I hope you get the idea&#8230;</p>
<p>Stefan</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

