<?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: Bug in matrix~ (object or doc?) &#8211; maxmsp 457</title>
		<atom:link href="http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 20:50:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-24875</guid>
					<title><![CDATA[Bug in matrix~ (object or doc?) &#8211; maxmsp 457]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-24875</link>
					<pubDate>Tue, 14 Mar 2006 10:49:05 +0000</pubDate>
					<dc:creator>kawkhins</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have a problem with matrix~</p>
<p>it is said in the doc that if a thrid optional float is provided, <br />
matrix~ works in non binary mode. Otherwise, binary is used with gain 0 <br />
or 1.</p>
<p>But the object behaves exactly in reversed. BIN is NONBIN and NONBIN is <br />
BIN mode.</p>
<p>See the patch, which is giving results:<br />
NONBINMODE: 0 0 0.000000<br />
NONBINMODE: 0 1 0.000000<br />
BINMODE: 0 0 0.500000<br />
BINMODE: 0 1 0.000000</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72536</guid>
					<title><![CDATA[Re: Bug in matrix~ (object or doc?) &#8211; maxmsp 457]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72536</link>
					<pubDate>Tue, 14 Mar 2006 11:02:53 +0000</pubDate>
					<dc:creator>roger.carruthers</dc:creator>

					<description>
						<![CDATA[
						<p>Works just as expected here: see patch below.<br />
cheers<br />
Roger</p>
<p>max v2;<br />
#N vpatcher 60 203 804 612;<br />
#P user ezdac~ 464 193 508 226 0;<br />
#P user meter~ 275 226 355 239 50 0 168 0 103 103 103<br />
255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3;<br />
#P user meter~ 164 226 244 239 50 0 168 0 103 103 103<br />
255 153 0 255 0 0 217 217 0 153 186 0 12 3 3 3 3;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P flonum 331 88 35 9 0. 1. 35 3 0 0 0 221 221 221 222<br />
222 222 0 0 0;<br />
#P window linecount 1;<br />
#P newex 287 124 55 196617 pak 0 0 1.;<br />
#P newex 165 130 41 196617 sig~ 1.;<br />
#P newex 275 185 77 196617 matrix~ 2 2 0.;<br />
#P newex 164 184 65 196617 matrix~ 2 2;<br />
#P connect 3 0 0 0;<br />
#P connect 2 0 0 0;<br />
#P connect 0 0 5 0;<br />
#P connect 3 0 1 0;<br />
#P connect 2 0 1 0;<br />
#P connect 1 0 6 0;<br />
#P connect 4 0 3 2;<br />
#P pop;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72537</guid>
					<title><![CDATA[Re: Bug in matrix~ (object or doc?) &#8211; maxmsp 457]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72537</link>
					<pubDate>Tue, 14 Mar 2006 12:05:48 +0000</pubDate>
					<dc:creator>kawkhins</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, you&#8217;re right&#8230;</p>
<p>
In fact, I found the problem :</p>
<p>if audio is OFF, then nonbinary matrix coefficients are not updated when <br />
triplet is received (dump shows the previous coefs, so thrid param at <br />
startup), while binary matrix coefficients are updated immediatly.</p>
<p>and binary matrix is not binary at all, as if it receives a triplet with <br />
a float gain, it uses it.</p>
<p>Regards<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72538</guid>
					<title><![CDATA[Re: Bug in matrix~ (object or doc?) &#8211; maxmsp 457]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-matrix-object-or-doc-maxmsp-457/#post-72538</link>
					<pubDate>Tue, 14 Mar 2006 12:12:20 +0000</pubDate>
					<dc:creator>kawkhins</dc:creator>

					<description>
						<![CDATA[
						<p>> and binary matrix is not binary at all, as if it receives a triplet with <br />
> a float gain, it uses it.<br />
sorry, I mean internal coefficients are not 0/1, but the received float.<br />
But outputs are muted if coef is zero, unmuted otherwise, as stated in <br />
the doc.</p>
<p>Regards,<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

