<?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: addressing inlets with pattrforward</title>
		<atom:link href="http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 08:57:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-25014</guid>
					<title><![CDATA[addressing inlets with pattrforward]]></title>
					<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-25014</link>
					<pubDate>Wed, 22 Mar 2006 13:41:18 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>Just a quickie &#8211; <br />
Could anyone advise me on the possibility of using a pattrforward object, bound to a switch object in another patcher, to address in0 of the switch object, in order to remotely switch. I have tried the &#8216;in0&#8242; message into the bound pattrforward, but I am always presented with a &#8216;bad inlet specified&#8217; message. <br />
The manual seems a little &#8216;light&#8217; on information about this feature. It would appear to me that a message &#8216;in0 1&#8242; sent to the pattrforward object would switch the switch to position 1, but it doesn&#8217;t.<br />
Any help would be most gratefully received<br />
regards<br />
leigh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73066</guid>
					<title><![CDATA[Re: addressing inlets with pattrforward]]></title>
					<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73066</link>
					<pubDate>Wed, 22 Mar 2006 13:49:55 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I can confirm some kind of a problem. I&#8217;ll post a fix in the <br />
near future.</p>
<p>jb</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73067</guid>
					<title><![CDATA[Re: addressing inlets with pattrforward]]></title>
					<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73067</link>
					<pubDate>Wed, 22 Mar 2006 13:54:08 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>wow &#8211; <br />
thanks for the quick reply&#8230;.<br />
I thought I was going mad trying all sorts of message combinations!<br />
&#8230;you saved me from completely replanning a particularly large switching setup!<br />
regards <br />
leigh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73068</guid>
					<title><![CDATA[Re: addressing inlets with pattrforward]]></title>
					<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73068</link>
					<pubDate>Wed, 22 Mar 2006 22:07:37 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>So, there&#8217;s good news and bad news. The good news (for me) is that the <br />
bug is not in pattrforward. The bad news (for you) is that the bug is in <br />
the switch object, and because the switch object is an internal object, <br />
you&#8217;ll have to wait until the next release of Max before this will work <br />
properly. The good news (for you) is that there&#8217;s a workaround: send a <br />
float instead of an int to the switch object and it&#8217;ll work fine.</p>
<p>However, I&#8217;m not getting the &#8220;bad inlet specified&#8221; message &#8212; I&#8217;m <br />
getting a message about &#8220;int&#8221; having too many arguments. Can you verify <br />
that a) the problem is limited to the switch object and b) that the <br />
messages &#8220;1&#8243; and &#8220;int 1&#8243;, as well as &#8220;1.&#8221;, &#8220;float 1.&#8221; and &#8220;in0 1.&#8221; work?</p>
<p>If not, my object is a little newer than yours and I can post an update, <br />
if necessary.</p>
<p>jb</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73069</guid>
					<title><![CDATA[Re: addressing inlets with pattrforward]]></title>
					<link>http://cycling74.com/forums/topic/addressing-inlets-with-pattrforward/#post-73069</link>
					<pubDate>Thu, 23 Mar 2006 00:48:37 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Jeremy Bernstein wrote on Wed, 22 March 2006 22:07<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> So, there&#8217;s good news and bad news. The good news (for me) is that the <br />
> bug is not in pattrforward. </p>
<p>i see&#8230;&#8230;.hmmmmmmm :-(</p>
<p>> The bad news (for you) is that the bug is in <br />
> the switch object, and because the switch object is an internal object, <br />
> you&#8217;ll have to wait until the next release of Max before this will work <br />
> properly. The good news (for you) is that there&#8217;s a workaround: send a <br />
> float instead of an int to the switch object and it&#8217;ll work fine.</p>
<p>Hurray! &#8211; i just tried that and inlet message now works great, with floats as you instructed!!</p>
<p>> However, I&#8217;m not getting the &#8220;bad inlet specified&#8221; message &#8212; I&#8217;m <br />
> getting a message about &#8220;int&#8221; having too many arguments. Can you verify <br />
> that a) the problem is limited to the switch object and b) that the <br />
> messages &#8220;1&#8243; and &#8220;int 1&#8243;, as well as &#8220;1.&#8221;, &#8220;float 1.&#8221; and &#8220;in0 1.&#8221; work?</p>
<p>B)<br />
&#8220;1&#8243;          warns of extra arguments but works<br />
&#8220;int 1&#8243;     warns of extra arguments but works<br />
&#8220;1.&#8221;         works fine<br />
&#8220;float 1.&#8221;  works fine<br />
&#8220;in0 1.&#8221;    works fine</p>
<p>A)       I only got to test with counter object so far, but integers work fine with it. I shall let you know if I come across any others in my maxpatcherwilderness!</p>
<p>I had tried to set the switch with a integer number box value, which seemed to jolt things erratically around, though a floating point number box works fine.<br />
My bad inlet message was only when, through trial and error, I sent a message that was only &#8216;in0&#8242; with no number following it.</p>
<p>> If not, my object is a little newer than yours and I can post an update, <br />
> if necessary.</p>
<p>Thanks, but it seems all is good here. It&#8217;s no problem for me to use floating point messages/number boxes to remotely set the switches. <br />
Many thanks again for your attention and time<br />
regards<br />
leigh</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

