<?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: Need LOCAL send&amp;receive &#8211; Can i use pattr to do that ?</title>
		<atom:link href="http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 23:03:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-54920</guid>
					<title><![CDATA[Need LOCAL send&amp;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-54920</link>
					<pubDate>Sat, 12 Feb 2011 22:34:58 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
With the new vizzie set, i was telling myself that it&#8217;s good that with the time, more people &#8211; at C74, or anywhere &#8211; start to think of any work as a set of MODULES connected together, more than just heavy patches and codes, that we always restart from the beginning. My personal project is in fact evolving in this direction. Max already have already a good &#8220;object-oriented&#8221;  part in itself, as many evolved language like C,java,etc &#8211; Patchers are a bit like objects in fact&#8230; </p>
<p>&#8230;But i miss some [localsend] and [localreceive] max objects, that would only send&#038;receive inside a small patcher hierarchy, but not the other patchers/modules&#8230; So that i could load many identical module without they interfere with each other&#8230;  You can look at the patch in attachment which illustrate my little problem (and see the way i want to connect max UI with some java-sound-modules) : Please launch together &#8220;sound_module_patcher&#8221; and &#8220;sound_module_patcher_copy&#8221;&#8230;</p>
<p>&#8230;Is there a simple way to do that and keep the data local (each patcher with its data) using some PATTR object instead of send&#038;receive ?</p>
<p>I imagine that there is, but it doesn&#8217;t look simple to me as abstractions are involved. (Plus i want to be able to had new UI/abstractions on the fly while the patch is running)</p>
<p>Thanks,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197763</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197763</link>
					<pubDate>Sat, 12 Feb 2011 22:47:25 +0000</pubDate>
					<dc:creator>David Butler</dc:creator>

					<description>
						<![CDATA[
						<p>You should take a look at the &#8216;send receive hoard 0#&#8217; and &#8216;send receive hoard 1#&#8217; example. You can find it in the Examples Overview, accessible from the Extras menu.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197764</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197764</link>
					<pubDate>Sun, 13 Feb 2011 00:44:09 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks but this doesn&#8217;t really help here in my situation/example&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197765</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197765</link>
					<pubDate>Sun, 13 Feb 2011 01:34:46 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>then explain what _would help. (if not using local sends for having local sends.)</p>
<p>edit: </p>
<p>ah you attached a file, didnt see that.</p>
<p>ok, so one way would be this:</p>
<p>[loadbang]<br />
[set #0_from_java_parameter]<br />
[send] [receive]</p>
<p>of course, initialising the names of the sends and receives<br />
from the same source somehow makes the use of send and<br />
receive more complicated than using a connection.</p>
<p>so what you are asking for is an external?<br />
 </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197766</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197766</link>
					<pubDate>Sun, 13 Feb 2011 06:38:23 +0000</pubDate>
					<dc:creator>Gregory Taylor</dc:creator>

					<description>
						<![CDATA[
						<p>preceding source and destination names with three dashes (e.g., s &#8212;there) handles localization within separate M4L devices. That&#8217;s not what you need?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197767</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197767</link>
					<pubDate>Sun, 13 Feb 2011 07:22:00 +0000</pubDate>
					<dc:creator>Andrew Pask</dc:creator>

					<description>
						<![CDATA[
						<p>In this particular case, it looks like you could just use patch cords.</p>
<p>Maybe the pattrforward object will also help</p>
<p>-A</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197768</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197768</link>
					<pubDate>Sun, 13 Feb 2011 21:47:49 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>The problem with patchcords is that when i have dozens and dozens of parameters in a view then it&#8217;s big big mess to edit&#8230;</p>
<p>[pattrforward] in my abstractions seems to be the way to go, after trying around for two hours with this, i can get to &#8216;send&#8217; my parameter from the UI object : Now the data is sent only in the local &#8220;sound_module_patcher&#8221; even if DIFFERENT INSTANCES of it are loaded in max. ok.<br />
&#8230; but i cannot &#8216;receive&#8217;  the parameter to the UI&#8230; Look at my patch attached bellow in this message:</p>
<p>Is there some way i could get my [pattrforward My_controls::param::from_java_parameter] to work with every [param x] abstractions ??   (Actually it seems to be bind to only [param 5])<br />
Or to manage it in an other way ?? </p>
<p>-> For the &#8216;send from the UI&#8217; part, the &#8220;parent::parent::&#8221; stuff works perfectly but then here i would need some kind of &#8220;sub::sub::&#8221; stuff, but this doesn&#8217;t seem to be implemented in pattr&#8230;</p>
<p>Thanks,</p>
<p><a href='http://cycling74.com/forums/users/gregory/' rel='nofollow' class='bbp-mention-link Gregory'>@Gregory</a> : These three dashes sound nice but it doesn&#8217;t appears to work in max.. (i don&#8217;t use M4L)</p>
<p>@Roman : I&#8217;ve thought about this kind of solution, but then I wouldn&#8217;t, as i wrote, &#8220;be able to had new UI parameters/abstractions on the fly while the patch is running&#8221;, which is important to me.</p>
<p><a href='http://cycling74.com/forums/users/c74/' rel='nofollow' class='bbp-mention-link C74'>@C74</a> : A new &#8220;2 or 3 patcher-levels of tolerance&#8221; option, to bind pattr stuff together without the need of putting the name of the subpatch with &#8220;::&#8221;, would be welcome. Then, also, we wouldn&#8217;t need to worry when we want to encapsulate or de-encapsulate&#8230;</p>
<p><a href='http://cycling74.com/forums/users/c74/' rel='nofollow' class='bbp-mention-link C74'>@C74</a> : mxj pattr compatibility would be even more welcome&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197769</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197769</link>
					<pubDate>Sun, 13 Feb 2011 23:33:48 +0000</pubDate>
					<dc:creator>stefantiedje</dc:creator>

					<description>
						<![CDATA[
						<p>pattr is one possibility:</p>
<div><span id="toggle197769-0" class="patchtoggle" onmousedown="toggleMaxPatch('post197769-0', 'er197769-0');">&#8211; Pasted Max <span id="maxversion197769-0"></span> Patch, click to <span id="er197769-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A1695.3oc0ZsraiaCEcsyWAgPWlQP7gdkUse.EnKJ5lYFXPaQ6vo5ggDSlLc5%0A7uW9PVVxQ1VZLMahAhbzkhzWd38buGR6ue2BuUUuvZ7.O.9HXwhue2hEZSJC%0AKZuegWA8k04zF8i4sIup7oBu6MMsopTzv%2BGlpIHxOn0r7I3k4LgtKvCFqdRr%0A2Jp05NpX8i7xsKqYqEFGIj.kiDHLReMPcEIuB9baWLih3a6XlmW4STg28.uU%0AzxsdcOGOS6wUq9xGvA883RZgtqd%2BVMml6oZ3G2cm5x8SDEJYeUNr6Gymo0cC%0A4NZMsHbeKB1KhVyBQMvzH3WWwKyDUfe%2BaKWKcm5p7lGd3OFzwbdIac0Skh9X%0A0OOZiuHZCI5qX8MXx4faERq%2BaTjFdFjtskZVinptc39PfODFlRPciVC8YV1R%0A4fI8wkJbiu5IgIJcQ25wBCRyDr5krR5pb8vEnaSuXdcKoGV3pY6XkYfvqOjG%0AdwEgDr5ZT3kC4GG6Q1MJ2AbcRPhs45nXmx0ImiqSNCWm3dtdKZaKtNJYlbcb%0Afe3aaZN4lRyaw%2BqjliRe2QyQwgVmlSbJMGeNZN9Lzbr6o4sns0n4gyjlCeay%0Aww2TNdK3esb7n2cbbHAYcNNzobbz433nyvwQtmi2h1ViiilKGOt2m0aRZN5l%0ARyaw%2BqkliukA3cPRszaXxzxH.FPrwVYhNCvnwEThNM.LXB4A5BLu%2BRAoAu6R%0AJlZ6ThP2t6F34RIBOSJQn6SIlZyDhv4J5AieqmPDdSSHlZgzgPKqoecUQASF%0A4cLh.92OU9W.4KeeeYz6WnOSuQgqAmIQoQjNNV8VJ9Uwq8wEr6wkM0UE%2BuhL%0An.zDPF36OcxlBjXaVTvxG7WAqogtk8p3CB3WlURDzrUUYvlntr2RBRxrSiD6%0AF1xe9HCjQET.uATV8Uv1J4jATUl%2BM.uDHjslWsllC9jWij1jsrnJ6ob1R8zl%0AU%2BIO.6YVIfuATPKUcoQPKWyZ.zZUOoYrL03HcEvCixAw2RNHIxHfqkKhzqEj%0AjwYgINQE695XMLws8T5hzojgl2hI%2BjEyhbpPMsJBQ0x9Yr6PtlcLVVNu.DGL%0AJxQ7woxYcnU3vFYXFlrYW.H7rAuPWkPScjzigIHnOJEACIyGSVsccUdUsY5E%0A3GghIgPIjnfB4sAwIDr91tI9IBBw33fzXUJPCllh7ihPIIIRHMc1PJwIjzhW%0A9hV0vx947FMnKzOAShigiAvAyVxftNJLF5CSCHxHYInoAbT33orPthc1aqQu%0ANiFXjVGDEF6GIwHDxJfDAaRlGZTdZDqiOQN8I7831VI63c0rgmKqrU2vqJ6Q%0AKTaWZuiDkRNjcHLHpSt2dGQQhjEO%2BaVVuozBuL1lYMHUx5EG5Pfg.16xvmjW%0AJqvzHqzSEstd%2BOX5S4hkiWuYX6anqYmryiBjK71VyypJUNwfdpLu%2BiqaCCg8%0A8a8STR2MRmEUU4qn0Oya3sasrakPFKSK4ETASvM9CJnqe7hc0biBiNalsm9X%0AyZYfZ9fgxzxyizRF6Y9Z1W4YhG0i0AzZvO5jdQNCXYCreb5bIbxax4Yxfu6O%0A7L8ocC94TbRQA5FTDPkNtisOph9SysLYff6UKnNJh9gXm9HHF7HC2ayd6liC%0AXw9LR%2BLXlnZ61tLwiCW3IAWiVz6jeaHHiVJL5.tftHrnC%2BNApjZSPYv18FGT%0AH8a8D7%2BYfWWHLBiLxtQmX2gyYGhmRk94J64NbE4TbsEPgFVpcwUxaJbE5130%0AfdG2pcgU37g0C0EUaTtsDC3ysmn57Na1KVJ%2BUMNEwAmn9%2BkzWbNoC4Uqn4sR%0Aw5dFuWeJxZvoOvrWYqtuJ6C02JEvWud%2BRV6wp.NHULi0H3kcRk93guhldOzi%0A7rrAxR7J3Y6pj42Gr37Jw1S0kzebjK3SpeRhywmjJJwAxWxMogMZthgXehzB%0AhLpIsNzPYzen9%2BswbBeIbNYdyoXIoLU9JoaBPBh8iUVF2j47dfwVbNgtzbJb%0AdyoPrepZcB0MAPwXeoR1.33lLmjSBwhyI3klSn4MmvxU.0bB1MATpHiTlhF0%0Aj4LRCg1YNo9BXtHGOzsTbr8coV7BFD2dBy6u4Z80H66qswq12WSsuu1luv59%0AJFYeesMes880fI3qXjS4PGUA7D9jiKcOI4Dot0mRlhOE6VeZJojOJwyM2mBm%0AhOQbqOMkX7iJlbq8I3TvIXr6kLeQeZtEoz0SwlS%2BRmPs%2B%2BSNjg0BxtlRs.Dz%0AsqySIWFzs7A3TvI2F5ME1faSjME8ZWyxl7leb2%2BQISJxI%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post197769-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode197769-0">----------begin_max5_patcher----------
1695.3oc0ZsraiaCEcsyWAgPWlQP7gdkUse.EnKJ5lYFXPaQ6vo5ggDSlLc5
7uW9PVVxQ1VZLMahAhbzkhzWd38buGR6ue2BuUUuvZ7.O.9HXwhue2hEZSJC
KZuegWA8k04zF8i4sIup7oBu6MMsopTzv+GlpIHxOn0r7I3k4LgtKvCFqdRr
2Jp05NpX8i7xsKqYqEFGIj.kiDHLReMPcEIuB9baWLih3a6XlmW4STg28.uU
zxsdcOGOS6wUq9xGvA883RZgtqd+VMml6oZ3G2cm5x8SDEJYeUNr6Gymo0cC
4NZMsHbeKB1KhVyBQMvzH3WWwKyDUfe+aKWKcm5p7lGd3OFzwbdIac0Skh9X
0OOZiuHZCI5qX8MXx4faERq+aTjFdFjtskZVinptc39PfODFlRPciVC8YV1R
4fI8wkJbiu5IgIJcQ25wBCRyDr5krR5pb8vEnaSuXdcKoGV3pY6XkYfvqOjG
dwEgDr5ZT3kC4GG6Q1MJ2AbcRPhs45nXmx0ImiqSNCWm3dtdKZaKtNJYlbcb
fe3aaZN4lRyaw+qjliRe2QyQwgVmlSbJMGeNZN9Lzbr6o4sns0n4gyjlCeay
ww2TNdK3esb7n2cbbHAYcNNzobbz433nyvwQtmi2h1ViiilKGOt2m0aRZN5l
Ryaw+qkliukA3cPRszaXxzxH.FPrwVYhNCvnwEThNM.LXB4A5BLu+RAoAu6R
JlZ6ThP2t6F34RIBOSJQn6SIlZyDhv4J5AieqmPDdSSHlZgzgPKqoecUQASF
4cLh.92OU9W.4KeeeYz6WnOSuQgqAmIQoQjNNV8VJ9Uwq8wEr6wkM0UE+uhL
n.zDPF36OcxlBjXaVTvxG7WAqogtk8p3CB3WlURDzrUUYvlntr2RBRxrSiD6
F1xe9HCjQET.uATV8Uv1J4jATUl+M.uDHjslWsllC9jWij1jsrnJ6ob1R8zl
U+IO.6YVIfuATPKUcoQPKWyZ.zZUOoYrL03HcEvCixAw2RNHIxHfqkKhzqEj
jwYgINQE695XMLws8T5hzojgl2hI+jEyhbpPMsJBQ0x9Yr6PtlcLVVNu.DGL
JxQ7woxYcnU3vFYXFlrYW.H7rAuPWkPScjzigIHnOJEACIyGSVsccUdUsY5E
3GghIgPIjnfB4sAwIDr91tI9IBBw33fzXUJPCllh7ihPIIIRHMc1PJwIjzhW
9hV0vx947FMnKzOAShigiAvAyVxftNJLF5CSCHxHYInoAbT33orPthc1aqQu
NiFXjVGDEF6GIwHDxJfDAaRlGZTdZDqiOQN8I7831VI63c0rgmKqrU2vqJ6Q
KTaWZuiDkRNjcHLHpSt2dGQQhjEO+aVVuozBuL1lYMHUx5EG5Pfg.16xvmjW
JqvzHqzSEstd+OX5S4hkiWuYX6anqYmryiBjK71VyypJUNwfdpLu+iqaCCg8
8a8STR2MRmEUU4qn0Oya3sasrakPFKSK4ETASvM9CJnqe7hc0biBiNalsm9X
yZYfZ9fgxzxyizRF6Y9Z1W4YhG0i0AzZvO5jdQNCXYCreb5bIbxax4Yxfu6O
7L8ocC94TbRQA5FTDPkNtisOph9SysLYff6UKnNJh9gXm9HHF7HC2ayd6liC
Xw9LR+LXlnZ61tLwiCW3IAWiVz6jeaHHiVJL5.tftHrnC+NApjZSPYv18FGT
H8a8D7+YfWWHLBiLxtQmX2gyYGhmRk94J64NbE4TbsEPgFVpcwUxaJbE5130
fdG2pcgU37g0C0EUaTtsDC3ysmn57Na1KVJ+UMNEwAmn9+kzWbNoC4Uqn4sR
w5dFuWeJxZvoOvrWYqtuJ6C02JEvWud+RV6wp.NHULi0H3kcRk93guhldOzi
7rrAxR7J3Y6pj42Gr37Jw1S0kzebjK3SpeRhywmjJJwAxWxMogMZthgXehzB
hLpIsNzPYzen9+swbBeIbNYdyoXIoLU9JoaBPBh8iUVF2j47dfwVbNgtzbJb
dyoPrepZcB0MAPwXeoR1.33lLmjSBwhyI3klSn4MmvxU.0bB1MATpHiTlhF0
j4LRCg1YNo9BXtHGOzsTbr8coV7BFD2dBy6u4Z80H66qswq12WSsuu1luv59
JFYeesMes880fI3qXjS4PGUA7D9jiKcOI4Dot0mRlhOE6VeZJojOJwyM2mBm
hOQbqOMkX7iJlbq8I3TvIXr6kLeQeZtEoz0SwlS+RmPs++SNjg0BxtlRs.Dz
sqySIWFzs7A3TvI2F5ME1faSjME8ZWyxl7leb2+QISJxI
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197770</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197770</link>
					<pubDate>Mon, 14 Feb 2011 01:14:50 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Stefan,<br />
Thanks for your patch, ok it is a working solution but&#8230; again, it&#8217;s a really boring solution if you have 56 parameters in the same patch, and if you often want to had some parameters quickly on the fly.. </p>
<p>I really like the &#8220;abstraction&#8221; pragmatism : Also, i wanted to say that in my project i will put a second argument for the &#8216;param&#8217; abstraction to display the name of the parameter&#8230; which i&#8217;ll use in java, for example :</p>
<p>if i need some &#8216;sound_blur&#8217;  and &#8216;lfo_factor&#8217; parameters in my java code, i&#8217;d have a [param 1 sound_blur] and a [param 2 lfo_factor] in &#8216;my_control&#8217; patch, and in java i&#8217;ll then just need to put : new final int sound_blur = 1 ; new final int lfo_factor = 2, and with some automated method to load and save parameters from their number in an array, then i just use : param[sound_blur] and param[lfo_factor] as my parameter in my java code&#8230; This is the most elegant solution that i&#8217;ve found for the moment&#8230;</p>
<p>&#8230;But i do want to find a nice solution to this pattr/send&#038;receive problem&#8230; ?<br />
If there is no simple solution to this, using standard objects, then i think something could be improved by C74 in this direction to open more the way of &#8220;modularity&#8221; in general. Patchcords are nice, but not always.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197771</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197771</link>
					<pubDate>Mon, 14 Feb 2011 04:17:49 +0000</pubDate>
					<dc:creator>spectro</dc:creator>

					<description>
						<![CDATA[
						<p>I haven&#8217;t studied this thread thoroughly, so may be off the mark, but Is there a reason why you can&#8217;t use pv?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197772</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197772</link>
					<pubDate>Tue, 15 Feb 2011 00:38:48 +0000</pubDate>
					<dc:creator>johnpitcairn</dc:creator>

					<description>
						<![CDATA[
						<p>You might find it worthwhile to take a look at the oo objects.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197773</guid>
					<title><![CDATA[Re: Need LOCAL send&#038;receive &#8211; Can i use pattr to do that ?]]></title>
					<link>http://cycling74.com/forums/topic/need-local-sendreceive-can-i-use-pattr-to-do-that/#post-197773</link>
					<pubDate>Tue, 15 Feb 2011 21:03:32 +0000</pubDate>
					<dc:creator>Alexandre</dc:creator>

					<description>
						<![CDATA[
						<p>pv!<br />
I love max but sometimes with all theses objects you&#39;re a bit lost.. pv was not in the &#8220;see also&#8221; section of the helpfiles of the pattr objects.. I did look at pv.maxhelp many years ago but i forgot about it..</p>
<p>Now I have a working solution, it looks like it&#39;s working for the moment.<br />
(Through It was not that simple, i had to find a trick for the data to be really &#39;sent&#39; to the other side of the module**, with a global bang sent, and a &#39;not_this_patch&#39; test, plus the i didn&#39;t find the pv.maxhelp really clear about &#39;public&#39; &#038; &#39;private&#39;, so i had strange bugs at the beginning. And also to init pv with an argument: it only works if the init argument is in the pv which is in the main patch.)</p>
<p>@johnpitcain : Thanks, your objects are looking quite interesting, but i have to tell that using so much externals in the basic structure of my project doesn&#39;t really convince me. I want standard objects for that. (Through i do need few externals like the great resonators~ )</p>
<p>So here bellow is the last version of this modular-patch-with-mxj-paramaters, i found a nice way to display my controls, using an abstraction called &#8220;_&#8221; for floats parameters, and &#8220;l&#8221; for list parameters like multisliders.</p>
<p>Thanks everyone,</p>
<p>** It would have been more simple if pv would react like pvar (seeding the value), or if real &#8220;psend&#8221; and &#8220;preceive&#8221; objects would exist&#8230;</p>
<p>P.S : I will share here a template of my basic mxj structure (coming with real time data automation and others stuff) when it&#39;ll be realized.</p>
<p> [attachment=154095,1820]</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

