<?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: Send infos to different instances of a poly~</title>
		<atom:link href="http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:04:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-45422</guid>
					<title><![CDATA[Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-45422</link>
					<pubDate>Fri, 11 Sep 2009 01:25:10 +0000</pubDate>
					<dc:creator>Florent Ghys</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>A friend of mine advised me to deal with <b>poly~</b> rather than a set of bpatchers to more CPU efficient but I&#8217;m new with this object so sorry for my newbie questions.</p>
<p><b>1</b> Is there a way to send infos (bang, ints) to individual instances of a poly~ using the objects send and receive, and <u>not</u> using real &#8220;in&#8221;s and the &#8220;target&#8221; message ?<br />
In other words is there a way to have a kind of argument #1 for each instance of poly~ ?</p>
<p><b>2</b> Is it possible to use a groove~ inside a poly~ where each groove~ of an instance read a different buffer~ (outside of the poly~) ?</p>
<p>thanks a lot for your help</p>
<p>Florent</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163763</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163763</link>
					<pubDate>Fri, 11 Sep 2009 05:30:02 +0000</pubDate>
					<dc:creator>David Beaudry</dc:creator>

					<description>
						<![CDATA[
						<p>In short&#8230;yes <img src="images/smiley_icons/icon_smile.gif" border=0 alt="Smile"/></p>
<p><table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">Is there a way to send infos (bang, ints) to individual instances of a poly~ using the objects send and receive, and <u>not</u> using real &#8220;in&#8221;s and the &#8220;target&#8221; message ?<br />
In other words is there a way to have a kind of argument #1 for each instance of poly~ ? </td>
</tr>
</table>
</p><p>within each instance, a bang to &#8220;thispoly~&#8221; generates its instance number. You can then use this number to generate specific receives within an instance. For example, say loadbang>>thispoly~ produced &#8220;4&#8243; (instance 4). Feed that number into &#8220;sprintf set %i_param&#8221; connected to a &#8220;receive&#8221; object with no argument. The sprintf will create the message &#8220;set 4_param&#8221;, which in turn sets the argument for the receive object essentially creating a &#8220;receive 4_param&#8221;. If you wish to create unique sends within an instance, look into the &#8220;forward&#8221; object. Same procedure also works for audio send~/receive~ objects. </p>
<p>
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td class="SmallText"><b>Quote:</b></td>
</tr>
<tr>
<td class="quote">Is it possible to use a groove~ inside a poly~ where each groove~ of an instance read a different buffer~ (outside of the poly~) ? </td>
</tr>
</table>
</p><p>yes again. again using bang >> thispoly~ you can change the name of the buffer the groove~ object is using. Check out the help file for more info.</p>
<p>
David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163764</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163764</link>
					<pubDate>Fri, 11 Sep 2009 12:20:30 +0000</pubDate>
					<dc:creator>Florent Ghys</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks a lot David for your answer !<br />
I knew the answer was around this thispoly~ object.<br />
I&#8217;m just not very confortable with the sprintf messages.<br />
That&#8217;s great.<br />
merci beaucoup</p>
<p>Florent</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163765</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163765</link>
					<pubDate>Fri, 11 Sep 2009 15:38:35 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
the alternative is to name buffer/groove/wave/play/.. from<br />
outside the poly, aka &#8220;target 3, set sample3&#8243;</p>
<p>there are about 25 threads about the same question, so <br />
search the forum for more info.</p>
<p>
-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163766</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163766</link>
					<pubDate>Fri, 11 Sep 2009 15:42:15 +0000</pubDate>
					<dc:creator>Gregory Taylor</dc:creator>

					<description>
						<![CDATA[
						<p>&#8230;and one could also perhaps have a look at the poly~ tutorials that come with MSP (broad newbie hint).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163767</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163767</link>
					<pubDate>Fri, 11 Sep 2009 17:45:14 +0000</pubDate>
					<dc:creator>Florent Ghys</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you Roman.<br />
I thought I looked enough to the forum, indeed I haven&#8217;t.<br />
I am sorry.<br />
In tutorial N°21 about poly~ we learn about getting the instance&#8217;s number trough thispoly~ object, but not to have an associated argument for the &#8220;receive&#8221; object.<br />
I didn&#8217;t know the message &#8220;sprintf set %i_param&#8221; connected to a &#8220;receive&#8221; object with no argument would do that.<br />
I don&#8217;t know C- Language.<br />
I am sorry for my ignorance.<br />
Florent</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163768</guid>
					<title><![CDATA[Re: Send infos to different instances of a poly~]]></title>
					<link>http://cycling74.com/forums/topic/send-infos-to-different-instances-of-a-poly/#post-163768</link>
					<pubDate>Sat, 12 Sep 2009 07:37:05 +0000</pubDate>
					<dc:creator>Nick Inhofe</dc:creator>

					<description>
						<![CDATA[
						<p>No worries! poly~ is one of the most powerful and toughest to learn concepts in Max. The fact that you are approaching it means you&#8217;re obviously trying. Nevermind the haters and don&#8217;t be afraid to ask questions! While this forum is knowledgeable, you have to accept that we can be rude sometimes. Me included.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

