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

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-30988</guid>
					<title><![CDATA[pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-30988</link>
					<pubDate>Fri, 23 Mar 2007 15:36:06 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I was running some framerate tests and I discovered that the use of bound pattrs instead of send/receives can have much influence on the performance of a patch.</p>
<p>I send a random value to 300 receives every 1 ms and have a movie running at 100 fps. Then I send the random values to 300 pattrs and the fps of the movie drops to 50 fps.</p>
<p>I&#8217;d say that basically the bound pattrs and the receives perform the same task.</p>
<p>I attached the patch I used. I tested on a Mac Pro 4 x 2,6 GHz</p>
<p>Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99821</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99821</link>
					<pubDate>Fri, 23 Mar 2007 15:46:25 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>But in a very, very different way. I don&#8217;t dispute that pattr&#8217;s  <br />
performance couldn&#8217;t be improved (although whether it actually _can_  <br />
be improved, technically, is another matter). Nevertheless, send/ <br />
receive and pattr are not technically comparable.</p>
<p>jb</p>
<p>Am 23.03.2007 um 16:36 schrieb Mattijs Kneppers:</p>
<p>> I&#8217;d say that basically the bound pattrs and the receives perform  <br />
> the same task.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99822</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99822</link>
					<pubDate>Fri, 23 Mar 2007 16:21:43 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>By the way, try your test with pattrforward instead of pattr. It is  <br />
probably faster, and if so, points in some directions for the  <br />
optimization of some future pattr generation.</p>
<p>jb</p>
<p>Am 23.03.2007 um 16:36 schrieb Mattijs Kneppers:</p>
<p>> Hi,<br />
><br />
> I was running some framerate tests and I discovered that the use of  <br />
> bound pattrs instead of send/receives can have much influence on  <br />
> the performance of a patch.<br />
><br />
> I send a random value to 300 receives every 1 ms and have a movie  <br />
> running at 100 fps. Then I send the random values to 300 pattrs and  <br />
> the fps of the movie drops to 50 fps.<br />
><br />
> I&#8217;d say that basically the bound pattrs and the receives perform  <br />
> the same task.<br />
><br />
> I attached the patch I used. I tested on a Mac Pro 4 x 2,6 GHz<br />
><br />
> Mattijs<br />
> &#8211;<br />
> SmadSteck &#8211; <a href="http://www.smadsteck.nl" rel="nofollow">http://www.smadsteck.nl</a><br />
> Interactive audiovisual sampling soft- and hardware<br />
><br />
>
<pattr performance test.zip></pattr></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99823</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99823</link>
					<pubDate>Fri, 23 Mar 2007 16:34:16 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your reply. I&#8217;ll have another look at the pattr sdk to see if I can figure out what the differences are.</p>
<p>I really dig the pattr system and I would love to replace global sends and receives entirely with pattrs that bind relatively. As patches get bigger and need an object oriented approach, this really starts to matter. </p>
<p>Let me state that I would be very very happy if pattrs could be a 100% alternative for global send/receive.</p>
<p>Cheers,<br />
Mattijs</p>
<p>Quote: Jeremy Bernstein wrote on Fri, 23 March 2007 16:46<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> But in a very, very different way. I don&#8217;t dispute that pattr&#8217;s  <br />
> performance couldn&#8217;t be improved (although whether it actually _can_  <br />
> be improved, technically, is another matter). Nevertheless, send/ <br />
> receive and pattr are not technically comparable.<br />
> <br />
> jb<br />
> <br />
> Am 23.03.2007 um 16:36 schrieb Mattijs Kneppers:<br />
> <br />
> > I&#8217;d say that basically the bound pattrs and the receives perform  <br />
> > the same task.<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99824</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99824</link>
					<pubDate>Fri, 23 Mar 2007 16:53:28 +0000</pubDate>
					<dc:creator>dnz</dc:creator>

					<description>
						<![CDATA[
						<p>Hallo,</p>
<p>I&#8217;m trying to track sensor data through the Arduino running on Maxmsp  <br />
4.57 on Os 10.4.8, ibook g4 1,33ghz</p>
<p>I&#8217;ve uploaded the firmware onto the board, works fine.</p>
<p>I open Arduino2max and selected the port (b) and click start.</p>
<p>I don&#8217;t receive any data. I don&#8217;t even get an error message on max  <br />
window. The rx and tx on the board blicks and blicks but no data. It  <br />
works fine on my friends computer but not mine. Could anyone help? I  <br />
hope that my computer not going on strike today!</p>
<p>regards<br />
dennis</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99825</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99825</link>
					<pubDate>Fri, 23 Mar 2007 17:07:42 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Jeremy Bernstein wrote on Fri, 23 March 2007 17:21<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> By the way, try your test with pattrforward instead of pattr. It is  <br />
> probably faster, and if so, points in some directions for the  <br />
> optimization of some future pattr generation.<br />
> <br />
> jb</p>
<p>To use pattrforward to send a value to 300 pattrs involves setting the destination 300 times with uzi and sprintf or something similar. I tried and this brings down the framerate to 25 fps. It&#8217;s not a clean comparison so unfortunately I don&#8217;t think we can conclude anything from this test.</p>
<p>A second thing is that the functionality of the pattr system I need most is that it stores a value in one place and all other locations where the value is needed bind to that place. In fact I want to come as close as I can to the behaviour of a standard variable in an OO programming language, which has many practical advantages compared to global send/receives.</p>
<p>Thanks,<br />
Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99826</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99826</link>
					<pubDate>Fri, 23 Mar 2007 17:54:21 +0000</pubDate>
					<dc:creator>Scott Fitzgerald</dc:creator>

					<description>
						<![CDATA[
						<p>have you instaled the ftdi drivers?</p>
<p>On 3/23/07, Sonic Kooking <sonic .kitchen@gmail.com> wrote:<br />
> Hallo,<br />
><br />
> I&#8217;m trying to track sensor data through the Arduino running on Maxmsp<br />
> 4.57 on Os 10.4.8, ibook g4 1,33ghz<br />
><br />
> I&#8217;ve uploaded the firmware onto the board, works fine.<br />
><br />
> I open Arduino2max and selected the port (b) and click start.<br />
><br />
> I don&#8217;t receive any data. I don&#8217;t even get an error message on max<br />
> window. The rx and tx on the board blicks and blicks but no data. It<br />
> works fine on my friends computer but not mine. Could anyone help? I<br />
> hope that my computer not going on strike today!<br />
><br />
> regards<br />
> dennis<br />
></sonic></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99827</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99827</link>
					<pubDate>Fri, 23 Mar 2007 18:16:00 +0000</pubDate>
					<dc:creator>dnz</dc:creator>

					<description>
						<![CDATA[
						<p>yes.<br />
  ah!!! i&#8217;ve downloaded the wrong version of arduino2max! stupid me&#8230;</p>
<p>thanks anyway..</p>
<p>dennis</p>
<p>Am 23.03.2007 um 18:54 schrieb Scott Fitzgerald:</p>
<p>> have you instaled the ftdi drivers?<br />
><br />
> On 3/23/07, Sonic Kooking <sonic .kitchen@gmail.com> wrote:<br />
>> Hallo,<br />
>><br />
>> I&#8217;m trying to track sensor data through the Arduino running on Maxmsp<br />
>> 4.57 on Os 10.4.8, ibook g4 1,33ghz<br />
>><br />
>> I&#8217;ve uploaded the firmware onto the board, works fine.<br />
>><br />
>> I open Arduino2max and selected the port (b) and click start.<br />
>><br />
>> I don&#8217;t receive any data. I don&#8217;t even get an error message on max<br />
>> window. The rx and tx on the board blicks and blicks but no data. It<br />
>> works fine on my friends computer but not mine. Could anyone help? I<br />
>> hope that my computer not going on strike today!<br />
>><br />
>> regards<br />
>> dennis<br />
>></sonic></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99828</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99828</link>
					<pubDate>Fri, 23 Mar 2007 22:24:41 +0000</pubDate>
					<dc:creator>arne</dc:creator>

					<description>
						<![CDATA[
						<p>
> I really dig the pattr system and I would love to replace global <br />
> sends and receives entirely with pattrs that bind relatively. </p>
<p>My understanding of pattr is that it is &#8220;limited&#8221; to UI objects, correct?</p>
<p>Is there any chance that selected data objects, such as value and coll, <br />
could become pattrfied?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99829</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99829</link>
					<pubDate>Fri, 23 Mar 2007 22:28:06 +0000</pubDate>
					<dc:creator>arne</dc:creator>

					<description>
						<![CDATA[
						<p>> it stores a value in one place and all other locations <br />
> where the value is needed bind to that place. In fact I want to <br />
> come as close as I can to the behaviour of a standard variable in <br />
> an OO programming language, which has many practical <br />
advantages <br />
> compared to global send/receives.</p>
<p>Perhaps I&#8217;m misreading you, but isn&#8217;t this what value does?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99830</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99830</link>
					<pubDate>Fri, 23 Mar 2007 22:33:03 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 23 mars 07, at 23:24, Arne Eigenfeldt wrote:</p>
<p>> Is there any chance that selected data objects, such as value and  <br />
> coll,<br />
> could become pattrfied?</p>
<p>The @bindto attribute (or the middle outlet connection) is limited to  <br />
pattrfied objects, but the pattr object itself is not. You can send  <br />
whatever you want to it (int/float/list/symbols). For coll, it&#8217;s  <br />
another story though.</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99831</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99831</link>
					<pubDate>Fri, 23 Mar 2007 23:43:50 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Not exactly, unless you count js and any object with attributes as a  <br />
UI object. There&#8217;s nothing exceptional about UI objects which makes  <br />
them compatible with pattr &#8212; they were simply the most sensible  <br />
objects to change to support the system. 3rd party developers could  <br />
add pattrification easily to their objects using the step-by-step  <br />
instructions in the SDK.</p>
<p>coll doesn&#8217;t lend itself so well to pattr: what is the value of a  <br />
coll object?</p>
<p>Other objects might. In that case, I would use pattr in its unbound  <br />
mode (make a loop with the object you want to track data for and  <br />
pattr &#8212; don&#8217;t worry &#8211; it won&#8217;t feed back). Whatever comes out of the  <br />
object&#8217;s outlet (say, the count of a counter, for instance), is the  <br />
value stored/recalled by pattr. Easy enough.</p>
<p>jb</p>
<p>Am 23.03.2007 um 23:24 schrieb Arne Eigenfeldt:</p>
<p>> My understanding of pattr is that it is &#8220;limited&#8221; to UI objects,  <br />
> correct?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99832</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99832</link>
					<pubDate>Sat, 24 Mar 2007 13:32:39 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Jeremy Bernstein wrote on Sat, 24 March 2007 00:43<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Not exactly, unless you count js and any object with attributes as a  <br />
> UI object. There&#8217;s nothing exceptional about UI objects which makes  <br />
> them compatible with pattr &#8212; they were simply the most sensible  <br />
> objects to change to support the system. 3rd party developers could  <br />
> add pattrification easily to their objects using the step-by-step  <br />
> instructions in the SDK.</p>
<p>Perhaps the reason why pattrification started with UI objects is that an object can currently expose only one value/list/symbol as its pattr. Pattrstorage etc can bind to &#8216;the object&#8217;, not to &#8216;one of the attributes of the object&#8217;. UI elements tend to have only one main value as opposed to for example [split]. You can&#8217;t choose one value to be -the- value of split.</p>
<p>Please correct me if I&#8217;m wrong..</p>
<p>Mattijs</p>
<p>
> (don&#8217;t worry &#8211; it won&#8217;t feed back). </p>
<p>Which is truly a terrific feature.</p>
<p>
> Whatever comes out of the  <br />
> object&#8217;s outlet (say, the count of a counter, for instance), is the  <br />
> value stored/recalled by pattr. Easy enough.<br />
> <br />
> jb<br />
> <br />
> Am 23.03.2007 um 23:24 schrieb Arne Eigenfeldt:<br />
> <br />
> > My understanding of pattr is that it is &#8220;limited&#8221; to UI objects,  <br />
> > correct?<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99833</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99833</link>
					<pubDate>Sat, 24 Mar 2007 14:33:26 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: arne wrote on Fri, 23 March 2007 23:28<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> > it stores a value in one place and all other locations <br />
> > where the value is needed bind to that place. In fact I want to <br />
> > come as close as I can to the behaviour of a standard variable in <br />
> > an OO programming language, which has many practical <br />
> advantages <br />
> > compared to global send/receives.<br />
> <br />
> Perhaps I&#8217;m misreading you, but isn&#8217;t this what value does?<br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>No, value is always global. To use it in an object oriented way a variable needs a clearly defined scope. </p>
<p>But thinking about this a bit more it suddenly hit me that all along I&#8217;ve been talking about pattr as a variable whereas maybe [pv] is much more appropriate. Maybe [pattr] represents the function, not the variable. </p>
<p>The functionality pv lacks to fulfill the task of the object oriented variable is to be referenced from &#8216;outside&#8217;, meaning a level higher than the scope of the pv. But strictly speaking a variable should never be referenced directly from outside its scope. Reading and writing the variable should be done by means of a function. Hmm, interesting.</p>
<p>So let&#8217;s get back to the equivalent of an OO function in Max. It has to be an object that triggers an action if it receives input remotely or in its inlet. This cancels out pv and value. It needs to be bound to a scope (I assume that a subpatcher defines a new level of scope). So send/receive don&#8217;t work because they are global. Then there must be a way to reference it cross-level (cross-subpatcher). Which rules out pvar. I think that leaves us with pattr. </p>
<p>This sounds like pattr comes as close as currently possible to a function. It is a function with one argument. Heh, nice. I didn&#8217;t think about it like this before.</p>
<p>It looks like the time is getting near for &#8220;the big oo and max comparison&#8221; document. Idea for vade&#8217;s wiki, perhaps?</p>
<p>Best,<br />
Mattijs</p>
<p>Btw the reason why I leave in- and outlets and patch cords out of the whole thing is that I can&#8217;t rely on them when patches get bigger. For small routines they are perfect, for macro connections they are close to useless (which is of course the reason that cycling introduced the send/receives).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99834</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99834</link>
					<pubDate>Sat, 24 Mar 2007 17:29:11 +0000</pubDate>
					<dc:creator>Jean-Francois Charles</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99835</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99835</link>
					<pubDate>Sat, 24 Mar 2007 19:39:39 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: jeanfrancois.charles wrote on Sat, 24 March 2007 18:29<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Sorry for nearly hijacking the thread,</p>
<p>So let&#8217;s start a new thread :)</p>
<p>Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99836</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99836</link>
					<pubDate>Sat, 24 Mar 2007 23:48:03 +0000</pubDate>
					<dc:creator>mzed</dc:creator>

					<description>
						<![CDATA[
						<p>> coll doesn&#8217;t lend itself so well to pattr: what is the value of a  <br />
> coll object?</p>
<p>It might be the name of the collection to which it is currently refering.  I set up my data colls separately, and use the refer message quite a bit to change active data sets on the fly.  It might be interesting to let pattr help with this.</p>
<p>mz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99837</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99837</link>
					<pubDate>Sun, 25 Mar 2007 03:57:41 +0000</pubDate>
					<dc:creator>dlurk</dc:creator>

					<description>
						<![CDATA[
						<p>mzed wrote:<br />
>> coll doesn&#8217;t lend itself so well to pattr: what is the value of a  <br />
>> coll object?<br />
> <br />
> It might be the name of the collection to which it is currently refering.  I set up my data colls separately, and use the refer message quite a bit to change active data sets on the fly.  It might be interesting to let pattr help with this.</p>
<p>Coll may not lend itself well to pattr, but I suspect pattrstorage might <br />
lend itself well to coll&#8230; anyone tried making a coll-compatibility <br />
wrapper abstraction yet?  Anyone able to assess how possible this is? <br />
Seems like a terribly useful project if it can be done.  (Anyone done it <br />
already?)</p>
<p>I&#8217;m guessing that with a sort of specification/data separation model <br />
(shades of XML &#8211; what a coincidence), some very interesting things could <br />
be done.  Unfortunately I&#8217;m still getting acquainted with the pattr <br />
family, so I don&#8217;t know if this is a dead end.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99838</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99838</link>
					<pubDate>Mon, 26 Mar 2007 21:24:46 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Jeremy Bernstein schrieb:<br />
> coll doesn&#8217;t lend itself so well to pattr: what is the value of a coll <br />
> object?</p>
<p>Too bad, I was recently thinking there is a demand for a pattrcoll which <br />
would just place the content of a coll inside the pattrstorage xml <br />
strukture. This would be really handy&#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/pattr-performance-test/#post-99839</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99839</link>
					<pubDate>Mon, 26 Mar 2007 22:38:29 +0000</pubDate>
					<dc:creator>dlurk</dc:creator>

					<description>
						<![CDATA[
						<p>
Stefan Tiedje wrote:<br />
> Too bad, I was recently thinking there is a demand for a pattrcoll which <br />
> would just place the content of a coll inside the pattrstorage xml <br />
> strukture. This would be really handy&#8230;</p>
<p>And *I* was thinking that you should create an abHaXion to do just <br />
that&#8230; ;)</p>
<p>&#8230;who knows, you might even be able to earn a bounty for a project like <br />
that.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99840</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99840</link>
					<pubDate>Tue, 27 Mar 2007 08:40:14 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99841</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99841</link>
					<pubDate>Tue, 27 Mar 2007 21:19:22 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>mzed schrieb:<br />
>> coll doesn&#8217;t lend itself so well to pattr: what is the value of a<br />
>>  coll object?<br />
> <br />
> It might be the name of the collection to which it is currently<br />
> refering.  I set up my data colls separately, and use the refer<br />
> message quite a bit to change active data sets on the fly.  It might<br />
> be interesting to let pattr help with this.</p>
<p>But thats possible already, just connect a umenu/ubumenu to the coll and <br />
let this be remembered.<br />
I&#8217;d rather like to have the content of the coll being pattrified&#8230; It <br />
shouldn&#8217;t be too hard to embed the content of a coll into the <br />
pattrstorage XML file and pass it back and forth. But it should not be <br />
included automatically, thus I imagine an extra pattrcoll object which <br />
would refer to a named coll&#8230; But within a preset system, there might <br />
not be a need to communicate for each preset number the complete coll <br />
content (which could be expensive), therefore there should be some <br />
mechanism to control the storage/recall of the coll within a preset&#8230;</p>
<p>I would like to have the possibility to exclude some elements out of a <br />
preset, in a way that they would not be written into the XML file. If <br />
they are missing they would not be updated, and the file would not carry <br />
unnecessary data&#8230; Maybe according to a kind of storage groups, group 0 <br />
store all, and a message like &#8220;group groupname list of pattrnames <br />
anotherpattrname[1...16]&#8221; would set storage spaces&#8230; a store groupname <br />
presetnumber would only store the elements of that group&#8230; Only <br />
groupnames which are different than client names should be allowed to <br />
not mix it up with the existing possibility to store a single client <br />
value&#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/pattr-performance-test/#post-99842</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99842</link>
					<pubDate>Tue, 27 Mar 2007 22:40:01 +0000</pubDate>
					<dc:creator>miscellanea</dc:creator>

					<description>
						<![CDATA[
						<p>following this and the oo thread (and the &#8220;Managing Complex Patches in Max&#8221; article) i keep running into the notion that send/receive pairs are to be avoided. is this simply because of unpredictable message order/flow or is there a deeper reason (something i might have missed along the way) for this tactic?</p>
<p>
andrew</p>
<p><a href="http://www.miscellanea.com" rel="nofollow">http://www.miscellanea.com</a></p>
<p>
> Or a tutorial &#8220;how to apply oo within Max&#8221;. With advices, such as &#8220;don&#8217;t<br />
> ever use a send/receive pair (except within the same level, with #0- at the<br />
> beginning of the name, and only if you really really need it)&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99843</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99843</link>
					<pubDate>Wed, 28 Mar 2007 08:04:14 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Sentences like this are funny.</p>
<p>jb</p>
<p>Am 27.03.2007 um 23:19 schrieb Stefan Tiedje:</p>
<p>> It shouldn&#8217;t be too hard to embed the content of a coll into the  <br />
> pattrstorage XML file and pass it back and forth.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/pattr-performance-test/#post-99844</guid>
					<title><![CDATA[Re: pattr performance test]]></title>
					<link>http://cycling74.com/forums/topic/pattr-performance-test/#post-99844</link>
					<pubDate>Wed, 28 Mar 2007 08:53:28 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Ah, no it is not a technical issue, it&#8217;s only about managing your patch. But this only gets relevant when your patch gets really big. Let&#8217;s say from about 10,000 lines of code (in text format) ;)</p>
<p>For smaller patches I don&#8217;t see a reason to avoid send/receives. I guess the limit is when you stop knowing all of them by heart.</p>
<p>Mattijs</p>
<p>Quote: miscellanea wrote on Wed, 28 March 2007 00:40<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> following this and the oo thread (and the &#8220;Managing Complex Patches in Max&#8221; article) i keep running into the notion that send/receive pairs are to be avoided. is this simply because of unpredictable message order/flow or is there a deeper reason (something i might have missed along the way) for this tactic?<br />
> <br />
> <br />
> andrew<br />
> <a href="http://www.miscellanea.com" rel="nofollow">http://www.miscellanea.com</a><br />
> <br />
> <br />
> > Or a tutorial &#8220;how to apply oo within Max&#8221;. With advices, such as &#8220;don&#8217;t<br />
> > ever use a send/receive pair (except within the same level, with #0- at the<br />
> > beginning of the name, and only if you really really need it)&#8221;<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

