<?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: Wrapping my head around logic</title>
		<atom:link href="http://cycling74.com/forums/topic/wrapping-my-head-around-logic/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 05:48:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-52997</guid>
					<title><![CDATA[Wrapping my head around logic]]></title>
					<link>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-52997</link>
					<pubDate>Fri, 29 Oct 2010 20:39:55 +0000</pubDate>
					<dc:creator>jsph</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m currently using a monome and wanted to use the == object to receive the state of the matrix (for example, 4 0) then send a bang to a midi note. Thing is I can&#8217;t get the output into == in a list. It keeps receiving just 4 thus == never outputs a bang. I&#8217;m still new to Max (and any programming at all) and have gone through the tutorials and I still refer back and forth.I tried reading the if reference and still can&#8217;t wrap my head around it. Maybe someone can show me a better instruction set for my situation? Any help at all will be appreciated.</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-190593</guid>
					<title><![CDATA[Re: Wrapping my head around logic]]></title>
					<link>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-190593</link>
					<pubDate>Fri, 29 Oct 2010 20:51:14 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>to compare lists try [zl] &#8230; there are various ways how to implement it.</p>
<p>you could also unpack the list and then compare both values in one function<br />
in [expr] or [if]:</p>
<p>[unpack 0 0]<br />
[if $i1==0 &#038;&#038; $i2==4 then bang]</p>
<p>when bang is going to be a dynamic note number, i would feed the notenumber<br />
also into the [if], as third operator:</p>
<p>[unpack 0 0]<br />
[if $i1==0 &#038;&#038; $i2==4 then $i3]</p>
<p>-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-190594</guid>
					<title><![CDATA[Re: Wrapping my head around logic]]></title>
					<link>http://cycling74.com/forums/topic/wrapping-my-head-around-logic/#post-190594</link>
					<pubDate>Sat, 30 Oct 2010 03:34:43 +0000</pubDate>
					<dc:creator>jsph</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for clearing that up. After reading what you posted then  reading over the reference file it all makes sense. Thanks! I&#8217;ll be checking out the zl object also.</p>
<p>best</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

