<?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: How can I use MessageReceiver interface/classe for listening attributes change ?</title>
		<atom:link href="http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 04:33:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-55975</guid>
					<title><![CDATA[How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-55975</link>
					<pubDate>Sat, 02 Jun 2012 23:16:34 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi mates,</p>
<p>I&#8217;m looking for a way to listen some attributes changing.<br />
Especially, I&#8217;d like to track some objects OB3D position in space and some will move on their own.</p>
<p>instead of polling them every time or to make them sending their position every time (which is similar to permanent polling), can I use MessageReceiver ?</p>
<p>Or should I implement one MXJ with one jitterListener in each object ?</p>
<p>The real question is, what would be the most efficient way </p>
<p>thanks a lot for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201113</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201113</link>
					<pubDate>Wed, 06 Jun 2012 09:09:41 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>did someone try this already?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201114</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201114</link>
					<pubDate>Wed, 13 Jun 2012 10:16:54 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s not possible to do that from Java. There&#8217;s a specific kind of notification that you can listen to, in C though.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201115</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201115</link>
					<pubDate>Wed, 13 Jun 2012 18:16:57 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>at least in javascript, you can get a notification message when attributes of an object are changed (something like attr_modified) however it doesn&#8217;t give you any info about which attr.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201116</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201116</link>
					<pubDate>Wed, 13 Jun 2012 18:19:33 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>I got it.<br />
requesting values by using (getXXXXX) messages triggered by the global qmetro can do that.<br />
I guess it is another design pattern I can use</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201117</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201117</link>
					<pubDate>Wed, 13 Jun 2012 18:34:36 +0000</pubDate>
					<dc:creator>Jesse</dc:creator>

					<description>
						<![CDATA[
						<p>If you use pattr and pattrstorage you can use the latter to provide notifications.  I believe you would need to set pattrstorage&#8217;s @outputmode attribute properly for this to work.</p>
<p>If I remember correctly, pattrtorage does not interrogate a jitter object&#8217;s internal attributes, so you&#8217;d have to set up various GUI objects (i.e. int or float number boxes) to feed messages appropriately, and then track those GUI objects using pattr.  But since you&#8217;re driving much of this from a Java core this should not be hard to place into the patcher flow.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201118</guid>
					<title><![CDATA[Re: How can I use MessageReceiver interface/classe for listening attributes change ?]]></title>
					<link>http://cycling74.com/forums/topic/how-can-i-use-messagereceiver-interfaceclasse-for-listening-attributes-change/#post-201118</link>
					<pubDate>Wed, 13 Jun 2012 19:08:27 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Jesse, I needed that because in my design, I thought I&#8217;ll &#8220;observe&#8221; parameters/attributes.<br />
finally, I&#8217;m now using global matrices and requesting my params from them (on events or scheduled)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

