<?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: procedurally counting named objects inlets and outlets</title>
		<atom:link href="http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 22:13:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-34147</guid>
					<title><![CDATA[procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-34147</link>
					<pubDate>Fri, 12 Oct 2007 05:46:20 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>say I have an object in a patcher name &#8220;thing&#8221;. I do know necessarily know how many inlets and outlets &#8220;thing&#8221; has because &#8220;thing&#8221; is a patcher module loaded off of disk and could be CRAZY and have like, lots and lots of inlets and outlets.</p>
<p>I would like to query &#8220;thing&#8221; to know how many inlets and outlets &#8220;thing&#8221; has.</p>
<p>How does one do that?</p>
<p>var thing=this.patcher.getnamed(&#8220;thing&#8221;);</p>
<p>what method to thing can I now call to return the number of inlets and outlets?</p>
<p>I checked the docs, so forgive me if ive missed this one.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114791</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114791</link>
					<pubDate>Fri, 12 Oct 2007 08:04:50 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>You can&#8217;t do this in Max 4.</p>
<p>jb</p>
<p>Am 12.10.2007 um 07:46 schrieb vade:</p>
<p>><br />
> Hello<br />
><br />
> say I have an object in a patcher name &#8220;thing&#8221;. I do know  <br />
> necessarily know how many inlets and outlets &#8220;thing&#8221; has because  <br />
> &#8220;thing&#8221; is a patcher module loaded off of disk and could be CRAZY  <br />
> and have like, lots and lots of inlets and outlets.<br />
><br />
> I would like to query &#8220;thing&#8221; to know how many inlets and outlets  <br />
> &#8220;thing&#8221; has.<br />
><br />
> How does one do that?<br />
><br />
> var thing=this.patcher.getnamed(&#8220;thing&#8221;);<br />
><br />
> what method to thing can I now call to return the number of inlets  <br />
> and outlets?<br />
><br />
> I checked the docs, so forgive me if ive missed this one.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114792</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114792</link>
					<pubDate>Fri, 12 Oct 2007 14:32:57 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>What!?!?!</p>
<p>Seriously !?!?!</p>
<p>Inlets and Outlets make max go! How can javascript not know about them!</p>
<p>Does javascript in Max 5 know about them? if not, PLEASE !</p>
<p>Oh man, really? Id never in a thousand years think that would be the case.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114793</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114793</link>
					<pubDate>Fri, 12 Oct 2007 14:35:42 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Seriously. Sorry.</p>
<p>jb</p>
<p>Am 12.10.2007 um 16:32 schrieb vade:</p>
<p>> Seriously !?!?!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114794</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114794</link>
					<pubDate>Fri, 12 Oct 2007 15:30:36 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 12 oct. 07, at 23:32, vade wrote:</p>
<p>> Inlets and Outlets make max go! How can javascript not know about  <br />
> them!</p>
<p>It&#8217;s not a that simple problem. For some object, that&#8217;s *easy*  <br />
because it doesn&#8217;t change but for some objects it changes on  <br />
instantiation. The worst example is JS, because you have to execute  <br />
the global code of the javascript file before you can know what&#8217;s the  <br />
number of inlet/outlet.</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114795</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114795</link>
					<pubDate>Fri, 12 Oct 2007 16:08:26 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>But the js can query itself with the jsthis object and return the number of inlets/outlets.</p>
<p>I only need to poll objects. Jeremy gave me a possible workaround over IM, which I will try to get working and post.</p>
<p>Thanks,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114796</guid>
					<title><![CDATA[Re: procedurally counting named objects inlets and outlets]]></title>
					<link>http://cycling74.com/forums/topic/procedurally-counting-named-objects-inlets-and-outlets/#post-114796</link>
					<pubDate>Fri, 12 Oct 2007 23:00:25 +0000</pubDate>
					<dc:creator>Peter Nyboer</dc:creator>

					<description>
						<![CDATA[
						<p>not really a workaround, but a design consideration, which may or may not be useful&#8230;instead of lots of inlets/outlets in abstractions/patcher, can you rely on route and label (an Lobject from peter elsea)?</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P number 272 41 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 234 44 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 197 47 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 158 52 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 119 57 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 80 62 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 41 67 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 1;<br />
#P newex 43 93 183 196617 label all your inlets are belong to them;<br />
#N vpatcher 20 74 620 474;<br />
#P inlet 71 48 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P number 311 119 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 272 119 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 234 119 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 192 120 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 150 121 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 108 122 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 66 123 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 69 71 186 196617 route all your inlets are belong to them;<br />
#P connect 0 0 1 0;<br />
#P connect 8 0 0 0;<br />
#P connect 0 1 2 0;<br />
#P connect 0 2 3 0;<br />
#P connect 0 3 4 0;<br />
#P connect 0 4 5 0;<br />
#P connect 0 5 6 0;<br />
#P connect 0 6 7 0;<br />
#P pop;<br />
#P newobj 43 129 33 196617 p sub;<br />
#P connect 1 0 0 0;<br />
#P connect 8 0 1 6;<br />
#P connect 7 0 1 5;<br />
#P connect 6 0 1 4;<br />
#P connect 5 0 1 3;<br />
#P connect 4 0 1 2;<br />
#P connect 3 0 1 1;<br />
#P connect 2 0 1 0;<br />
#P window clipboard copycount 9;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

