<?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: Store symbols with pattr</title>
		<atom:link href="http://cycling74.com/forums/topic/store-symbols-with-pattr/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 00:41:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-29553</guid>
					<title><![CDATA[Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-29553</link>
					<pubDate>Mon, 08 Jan 2007 14:22:27 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to store symbols with pattr?  I would like to store an<br />
attribute message like</p>
<p>rect 0 0 320 240</p>
<p>So that selecting a pattr preset will write the message into a message box<br />
that would be banged to forward the message to its destination.</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92605</guid>
					<title><![CDATA[Re: Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92605</link>
					<pubDate>Mon, 08 Jan 2007 14:39:51 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>THe best way to store symbols in a pattr is to use the object in  <br />
unbound mode. You can then store any kind of data (int, float, list,  <br />
message, etc.). Prepend the message with &#8220;set&#8221; to format the contents  <br />
message box as you desire.</p>
<p>jb</p>
<p>Am 08.01.2007 um 15:22 schrieb Gary Lee Nelson:</p>
<p>> Is there a way to store symbols with pattr?  I would like to store an<br />
> attribute message like<br />
><br />
> rect 0 0 320 240<br />
><br />
> So that selecting a pattr preset will write the message into a  <br />
> message box<br />
> that would be banged to forward the message to its destination.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92606</guid>
					<title><![CDATA[Re: Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92606</link>
					<pubDate>Tue, 09 Jan 2007 15:30:12 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I find only one reference to unbound mode in the manual.  Can&#8217;t find an<br />
example.</p>
<p>Here is a simple patch that illustrates my goal.  Any suggestions?</p>
<p>#P button 477 86 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 574 130 271 196617 how do I store the message?;<br />
#P message 504 113 60 196617 mess 1 2 3;<br />
#P objectname mymess;<br />
#P newex 504 85 32 196617 sel 1;<br />
#P toggle 504 58 15 0;<br />
#P objectname toggle;<br />
#P user multiSlider 275 103 189 83 0. 127. 13 2665 15 0 0 2 0 0 0;<br />
#M frgb 0 0 0;<br />
#M brgb 255 255 255;<br />
#M rgb2 127 127 127;<br />
#M rgb3 0 0 0;<br />
#M rgb4 37 52 91;<br />
#M rgb5 74 105 182;<br />
#M rgb6 112 158 18;<br />
#M rgb7 149 211 110;<br />
#M rgb8 187 9 201;<br />
#M rgb9 224 62 37;<br />
#M rgb10 7 114 128;<br />
#P objectname multiSlider;<br />
#P user dial 276 52 40 40 128 1 0 0 159 270 1 1. 170 170 170 221 221 221 120<br />
120 120 225 225 225 0 0 0 0 0 0;<br />
#P objectname dial;<br />
#P user function 274 195 474 295 1 1 0 0;<br />
#X frgb 82 82 82;<br />
#X brgb 204 204 204;<br />
#X rgb2 85 85 85;<br />
#X rgb3 255 255 255;<br />
#X rgb4 0 0 0;<br />
#X rgb5 0 0 0;<br />
#X add 90.425529 0.8 0;<br />
#X add 239.361694 0.293333 0;<br />
#X add 420.212738 0.826667 0;<br />
#X add 606.382935 0.826667 0;<br />
#X add 739.361694 0.2 0;<br />
#X add 861.702087 0.533333 0;<br />
#X domain 1000.;<br />
#X range 0. 1.;<br />
#X done;<br />
#P objectname function;<br />
#P message 201 95 45 196617 recall 2;<br />
#P message 148 95 43 196617 store 2;<br />
#P message 90 95 45 196617 recall 1;<br />
#P message 37 95 43 196617 store 1;<br />
#P newex 37 129 138 196617 pattrstorage jeff @greedy 1;<br />
#X client_rect 10 59 650 299;<br />
#X storage_rect 0 0 640 240;<br />
#P objectname jeff;<br />
#P newex 37 55 114 196617 autopattr @autoname 1;<br />
#X prestore dial 1 0 117;<br />
#X prestore function 21 0 1000. 0. 1. 90.425529 0.8 0 239.361694 0.293333 0<br />
420.212738 0.826667 0 606.382935 0.826667 0 739.361694 0.2 0 861.702087<br />
0.533333 0;<br />
#X prestore multiSlider 13 0 17 27 44 80 113 127 124 111 82 49 33 22 5;<br />
#X prestore toggle 1 0 1;<br />
#P objectname u885000019;<br />
#P comment 574 114 271 196617 how do I get autopattr to name this message<br />
box?;<br />
#P comment 577 88 100 196617 questions:;<br />
#P comment 574 63 207 196617 I&#8217;ll set priority so this happens last.;<br />
#P connect 12 0 16 0;<br />
#P connect 12 0 13 0;<br />
#P connect 8 0 4 0;<br />
#P connect 7 0 4 0;<br />
#P connect 5 0 4 0;<br />
#P connect 6 0 4 0;<br />
#P connect 13 0 14 0;<br />
#P window clipboard copycount 17;</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
<p>On 1/8/07 9:39 AM, &#8220;Jeremy Bernstein&#8221; <jeremy @bootsquad.com> wrote:</jeremy></p>
<p>> THe best way to store symbols in a pattr is to use the object in<br />
> unbound mode. You can then store any kind of data (int, float, list,<br />
> message, etc.). Prepend the message with &#8220;set&#8221; to format the contents<br />
> message box as you desire.<br />
> <br />
> jb<br />
> <br />
> Am 08.01.2007 um 15:22 schrieb Gary Lee Nelson:<br />
> <br />
>> Is there a way to store symbols with pattr?  I would like to store an<br />
>> attribute message like<br />
>> <br />
>> rect 0 0 320 240<br />
>> <br />
>> So that selecting a pattr preset will write the message into a<br />
>> message box<br />
>> that would be banged to forward the message to its destination.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92607</guid>
					<title><![CDATA[Re: Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92607</link>
					<pubDate>Tue, 09 Jan 2007 15:51:25 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 9 janv. 07, at 16:30, Gary Lee Nelson wrote:</p>
<p>> I find only one reference to unbound mode in the manual.  Can&#8217;t  <br />
> find an<br />
> example.<br />
><br />
> Here is a simple patch that illustrates my goal.  Any suggestions?</p>
<p>Hi,</p>
<p>You just have to use [pattr] object. [autopattr] is a sort of &#8220;super  <br />
pattr&#8221; which find automatically any UI object with a name to bind to  <br />
it. [pattr] is able to &#8220;store&#8221; (it&#8217;s psto which store in fact) any  <br />
type of data (int/float/list/symbols).</p>
<p>Best,<br />
ej</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 504 184 62 196617 prepend set;<br />
#P comment 572 219 271 196617 the message was;<br />
#P window linecount 0;<br />
#P message 504 218 60 196617;<br />
#P objectname mymess[2];<br />
#P window linecount 1;<br />
#P message 574 113 60 196617 mess 4 5 6;<br />
#P objectname mymess[1];<br />
#P newex 504 153 88 196617 pattr theMessage;<br />
#X prestore 4 0 mess 4 5 6;<br />
#P objectname theMessage;<br />
#P button 477 86 15 0;<br />
#P comment 667 138 271 196617 how do I store the message?;<br />
#P message 504 113 60 196617 mess 1 2 3;<br />
#P objectname mymess;<br />
#P newex 504 85 151 196617 sel 1 0;<br />
#P toggle 504 58 15 0;<br />
#P objectname toggle;<br />
#P user multiSlider 275 103 189 83 0. 127. 13 2665 15 0 0 2 0 0 0;<br />
#M frgb 0 0 0;<br />
#M brgb 255 255 255;<br />
#M rgb2 127 127 127;<br />
#M rgb3 0 0 0;<br />
#M rgb4 37 52 91;<br />
#M rgb5 74 105 182;<br />
#M rgb6 112 158 18;<br />
#M rgb7 149 211 110;<br />
#M rgb8 187 9 201;<br />
#M rgb9 224 62 37;<br />
#M rgb10 7 114 128;<br />
#P objectname multiSlider;<br />
#P user dial 276 52 40 40 128 1 0 0 159 270 1 1. 170 170 170 221 221  <br />
221 120 120 120 225 225 225 0 0 0 0 0 0;<br />
#P objectname dial;<br />
#P user function 274 195 474 295 1 1 0 0;<br />
#X frgb 82 82 82;<br />
#X brgb 204 204 204;<br />
#X rgb2 85 85 85;<br />
#X rgb3 255 255 255;<br />
#X rgb4 0 0 0;<br />
#X rgb5 0 0 0;<br />
#X add 90.425529 0.8 0;<br />
#X add 239.361694 0.293333 0;<br />
#X add 420.212738 0.826667 0;<br />
#X add 606.382935 0.826667 0;<br />
#X add 739.361694 0.2 0;<br />
#X add 861.702087 0.533333 0;<br />
#X domain 1000.;<br />
#X range 0. 1.;<br />
#X done;<br />
#P objectname function;<br />
#P message 201 95 45 196617 recall 2;<br />
#P message 148 95 43 196617 store 2;<br />
#P message 90 95 45 196617 recall 1;<br />
#P message 37 95 43 196617 store 1;<br />
#P newex 37 129 138 196617 pattrstorage jeff @greedy 1;<br />
#X client_rect 99 628 739 868;<br />
#X storage_rect 0 0 640 240;<br />
#P objectname jeff;<br />
#P newex 37 55 114 196617 autopattr @autoname 1;<br />
#X prestore dial 1 0 117;<br />
#X prestore function 21 0 1000. 0. 1. 90.425529 0.8 0 239.361694  <br />
0.293333 0 420.212738 0.826667 0 606.382935 0.826667 0 739.361694 0.2  <br />
0 861.702087 0.533333 0;<br />
#X prestore multiSlider 13 0 17 27 44 80 113 127 124 111 82 49 33 22 5;<br />
#X prestore toggle 1 0 0;<br />
#P objectname u415000009;<br />
#P comment 667 122 271 196617 how do I get autopattr to name this  <br />
message box?;<br />
#P comment 670 96 100 196617 questions:;<br />
#P comment 667 71 207 196617 I&#8217;ll set priority so this happens last.;<br />
#P connect 8 0 4 0;<br />
#P connect 7 0 4 0;<br />
#P connect 5 0 4 0;<br />
#P connect 6 0 4 0;<br />
#P connect 14 0 17 0;<br />
#P connect 13 0 14 0;<br />
#P connect 12 0 13 0;<br />
#P connect 12 0 16 0;<br />
#P connect 13 1 18 0;<br />
#P connect 18 0 17 0;<br />
#P connect 17 0 21 0;<br />
#P connect 21 0 19 0;<br />
#P window clipboard copycount 22;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92608</guid>
					<title><![CDATA[Re: Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92608</link>
					<pubDate>Tue, 09 Jan 2007 16:18:37 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>It seems that the best way to solve a problem is to read the manual, make<br />
some tests, ask questions on the list, make a simple patch to illustrate the<br />
problem and send that patch to the list.  But the key part of solving the<br />
problem is pressing the return key to send the patch.  That key seems to<br />
transmit wisdom from finger to brain.  Indeed the solution is textedit (a UI<br />
object) rather than message box.  Here is my updated example.</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 525 137 56 196617 route text;<br />
#P button 500 160 15 0;<br />
#P button 524 49 15 0;<br />
#P newex 523 159 62 196617 prepend set;<br />
#P user textedit 525 78 625 128 32896 3 9 This text edit box is unnamed.;<br />
#P newex 524 252 56 196617 route text;<br />
#P newex 524 283 32 196617 print;<br />
#P user textedit 523 190 623 240 32896 3 9 This text edit box is unnamed.;<br />
#P objectname messageBox;<br />
#P user multiSlider 275 103 189 83 0. 127. 13 2665 15 0 0 2 0 0 0;<br />
#M frgb 0 0 0;<br />
#M brgb 255 255 255;<br />
#M rgb2 127 127 127;<br />
#M rgb3 0 0 0;<br />
#M rgb4 37 52 91;<br />
#M rgb5 74 105 182;<br />
#M rgb6 112 158 18;<br />
#M rgb7 149 211 110;<br />
#M rgb8 187 9 201;<br />
#M rgb9 224 62 37;<br />
#M rgb10 7 114 128;<br />
#P objectname multiSlider;<br />
#P user dial 276 52 40 40 128 1 0 0 159 270 1 1. 170 170 170 221 221 221 120<br />
120 120 225 225 225 0 0 0 0 0 0;<br />
#P objectname dial;<br />
#P user function 274 195 474 295 1 1 0 0;<br />
#X frgb 82 82 82;<br />
#X brgb 204 204 204;<br />
#X rgb2 85 85 85;<br />
#X rgb3 255 255 255;<br />
#X rgb4 0 0 0;<br />
#X rgb5 0 0 0;<br />
#X add 90.425529 0.8 0;<br />
#X add 239.361694 0.293333 0;<br />
#X add 420.212738 0.826667 0;<br />
#X add 606.382935 0.826667 0;<br />
#X add 739.361694 0.2 0;<br />
#X add 861.702087 0.533333 0;<br />
#X domain 1000.;<br />
#X range 0. 1.;<br />
#X done;<br />
#P objectname function;<br />
#P message 195 52 45 196617 recall 2;<br />
#P message 142 52 43 196617 store 2;<br />
#P message 84 52 45 196617 recall 1;<br />
#P message 31 52 43 196617 store 1;<br />
#P newex 31 86 138 196617 pattrstorage jeff @greedy 1;<br />
#X autorestore jeff.xml;<br />
#X client_rect 10 59 650 299;<br />
#X storage_rect 0 0 640 240;<br />
#P objectname jeff;<br />
#P newex 551 48 114 196617 autopattr @autoname 1;<br />
#X prestore dial 1 0 31;<br />
#X prestore function 21 0 1000. 0. 1. 90.425529 0.8 0 239.361694 0.293333 0<br />
420.212738 0.826667 0 606.382935 0.826667 0 739.361694 0.2 0 861.702087<br />
0.533333 0;<br />
#X prestore messageBox 6 0 This text edit box is unnamed.;<br />
#X prestore multiSlider 13 0 17 27 44 80 113 127 124 111 82 49 33 22 5;<br />
#P objectname u259000005;<br />
#P window linecount 4;<br />
#P comment 635 78 100 196617 type new messages into this one (unnamed and<br />
excluded);<br />
#P window linecount 3;<br />
#P comment 630 196 100 196617 this one gets remembered by pattr (named);<br />
#P connect 13 0 12 0;<br />
#P connect 2 1 14 0;<br />
#P connect 14 0 18 0;<br />
#P connect 16 0 14 0;<br />
#P connect 18 0 15 0;<br />
#P connect 11 0 13 0;<br />
#P connect 15 0 11 0;<br />
#P connect 17 0 11 0;<br />
#P connect 7 0 3 0;<br />
#P connect 6 0 3 0;<br />
#P connect 4 0 3 0;<br />
#P connect 5 0 3 0;<br />
#P window clipboard copycount 19;</p>
<p>On 1/9/07 11:50 AM, &#8220;Emmanuel Jourdan&#8221; <emmanuel .jourdan@ircam.Fr> wrote:</emmanuel></p>
<p>> On 9 janv. 07, at 16:30, Gary Lee Nelson wrote:<br />
> <br />
>> I find only one reference to unbound mode in the manual.  Can&#8217;t<br />
>> find an<br />
>> example.<br />
>> <br />
>> Here is a simple patch that illustrates my goal.  Any suggestions?<br />
> <br />
> Hi,<br />
> <br />
> You just have to use [pattr] object. [autopattr] is a sort of &#8220;super<br />
> pattr&#8221; which find automatically any UI object with a name to bind to<br />
> it. [pattr] is able to &#8220;store&#8221; (it&#8217;s psto which store in fact) any<br />
> type of data (int/float/list/symbols).<br />
> <br />
> Best,<br />
> ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92609</guid>
					<title><![CDATA[Re: Store symbols with pattr]]></title>
					<link>http://cycling74.com/forums/topic/store-symbols-with-pattr/#post-92609</link>
					<pubDate>Tue, 09 Jan 2007 17:25:44 +0000</pubDate>
					<dc:creator>lawrence casserley</dc:creator>

					<description>
						<![CDATA[
						<p>Indeed this is very great wisdom, that only comes from many long  <br />
hours of maxing, often frustrating, but ultimately wondrous!</p>
<p>Thank you Gary for reminding us all &#8211; however experienced a maxer you  <br />
are, these times of travail followed by moments of profound  <br />
revelation are part of life itself.</p>
<p>Newbies, you are not alone in your agony!</p>
<p>Best</p>
<p>Lawrence (from deep in an intense period of new development&#8230;&#8230;&#8230;)</p>
<p>On 9 Jan 2007, at 16:18, Gary Lee Nelson wrote:</p>
<p>> It seems that the best way to solve a problem is to read the  <br />
> manual, make<br />
> some tests, ask questions on the list, make a simple patch to  <br />
> illustrate the<br />
> problem and send that patch to the list.  But the key part of  <br />
> solving the<br />
> problem is pressing the return key to send the patch.  That key  <br />
> seems to<br />
> transmit wisdom from finger to brain.</p>
<p>Lawrence Casserley &#8211; <a href="mailto:lawrence@lcasserley.co.uk">lawrence@lcasserley.co.uk</a><br />
Lawrence Electronic Operations &#8211; <a href="http://www.lcasserley.co.uk" rel="nofollow">http://www.lcasserley.co.uk</a><br />
Colourscape Music Festivals &#8211; <a href="http://www.colourscape.org.uk" rel="nofollow">http://www.colourscape.org.uk</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

