<?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 client internal data structuring</title>
		<atom:link href="http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:39:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-27480</guid>
					<title><![CDATA[pattr client internal data structuring]]></title>
					<link>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-27480</link>
					<pubDate>Tue, 05 Sep 2006 09:29:38 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m exposing the internal data of a js built sequencer to pattr. It consists<br />
of multiple note an cc patterns. Right now I combine all data into one big<br />
pile, making it unreadable when viewing the pattr xml file. I like to<br />
somehow expose the data to pattr in a way that it&#8217;s stored in different xml<br />
nodes. Each sequence its own node for example. I suspect it isn&#8217;t possible<br />
because you&#8217;ll need to separate the data into different pattr clients to<br />
structure the xml file. Any suggestions? Maybe a nice feature for a future<br />
release? I will eventually port the thing to C, so if something like this is<br />
possible using the sdk that would be helpful too.</p>
<p>-thijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83181</guid>
					<title><![CDATA[Re: pattr client internal data structuring]]></title>
					<link>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83181</link>
					<pubDate>Tue, 05 Sep 2006 11:54:57 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>At this time, there&#8217;s no method for creating structured data for  <br />
pattr from a single object. I agree that this would be a nice  <br />
feature, though.</p>
<p>jb</p>
<p>Am 05.09.2006 um 11:29 schrieb Thijs Koerselman:</p>
<p>> I&#8217;m exposing the internal data of a js built sequencer to pattr. It  <br />
> consists<br />
> of multiple note an cc patterns. Right now I combine all data into  <br />
> one big<br />
> pile, making it unreadable when viewing the pattr xml file. I like to<br />
> somehow expose the data to pattr in a way that it&#8217;s stored in  <br />
> different xml<br />
> nodes. Each sequence its own node for example. I suspect it isn&#8217;t  <br />
> possible<br />
> because you&#8217;ll need to separate the data into different pattr  <br />
> clients to<br />
> structure the xml file. Any suggestions? Maybe a nice feature for a  <br />
> future<br />
> release? I will eventually port the thing to C, so if something  <br />
> like this is<br />
> possible using the sdk that would be helpful too.<br />
><br />
> -thijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83182</guid>
					<title><![CDATA[Re: pattr client internal data structuring]]></title>
					<link>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83182</link>
					<pubDate>Tue, 05 Sep 2006 12:03:33 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Or you could define attributes in your JS object, and use an  <br />
autopattr in greedy mode to suck them all out.</p>
<p>jb</p>
<p>Am 05.09.2006 um 13:54 schrieb Jeremy Bernstein:</p>
<p>> At this time, there&#8217;s no method for creating structured data for  <br />
> pattr from a single object. I agree that this would be a nice  <br />
> feature, though.<br />
><br />
> jb<br />
><br />
> Am 05.09.2006 um 11:29 schrieb Thijs Koerselman:<br />
><br />
>> I&#8217;m exposing the internal data of a js built sequencer to pattr.  <br />
>> It consists<br />
>> of multiple note an cc patterns. Right now I combine all data into  <br />
>> one big<br />
>> pile, making it unreadable when viewing the pattr xml file. I like to<br />
>> somehow expose the data to pattr in a way that it&#8217;s stored in  <br />
>> different xml<br />
>> nodes. Each sequence its own node for example. I suspect it isn&#8217;t  <br />
>> possible<br />
>> because you&#8217;ll need to separate the data into different pattr  <br />
>> clients to<br />
>> structure the xml file. Any suggestions? Maybe a nice feature for  <br />
>> a future<br />
>> release? I will eventually port the thing to C, so if something  <br />
>> like this is<br />
>> possible using the sdk that would be helpful too.<br />
>><br />
>> -thijs<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83183</guid>
					<title><![CDATA[Re: pattr client internal data structuring]]></title>
					<link>http://cycling74.com/forums/topic/pattr-client-internal-data-structuring/#post-83183</link>
					<pubDate>Tue, 05 Sep 2006 13:33:43 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Jeremy, I&#8217;ll look into using attributes for this.</p>
<p>best, -thijs</p>
<p>
On 9/5/06, Jeremy Bernstein <jeremy @bootsquad.com> wrote:<br />
><br />
> Or you could define attributes in your JS object, and use an<br />
> autopattr in greedy mode to suck them all out.<br />
><br />
> jb<br />
><br />
> Am 05.09.2006 um 13:54 schrieb Jeremy Bernstein:<br />
><br />
> > At this time, there&#8217;s no method for creating structured data for<br />
> > pattr from a single object. I agree that this would be a nice<br />
> > feature, though.<br />
> ><br />
> > jb<br />
> ><br />
><br />
></jeremy></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

