<?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: reference about jit.expr</title>
		<atom:link href="http://cycling74.com/forums/topic/reference-about-jit-expr/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/reference-about-jit-expr/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 02:30:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-48126</guid>
					<title><![CDATA[reference about jit.expr]]></title>
					<link>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-48126</link>
					<pubDate>Sat, 30 Jan 2010 20:01:55 +0000</pubDate>
					<dc:creator>Ad.</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all.<br />
I have a lot of questions about jit.expr (like how to map a char matrix to values from -10 to 10 for instance, how does work the beautiful Andrew Benson&#8217;s shatter patch to generate this kind of grid with this texture, like what isthe purpose of &#8220;%&#8221; in: jit.expr @expr &#8220;(cell[0]%4.>0.)*(cell[0]%4.&lt;3.)"…</p>
<p>Anyway I would like to know if there was some detailed docs about this amazing object ? </p>
<p>Thx.<br />
Ad.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-173087</guid>
					<title><![CDATA[Re: reference about jit.expr]]></title>
					<link>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-173087</link>
					<pubDate>Mon, 01 Feb 2010 19:21:01 +0000</pubDate>
					<dc:creator>Andrew Benson</dc:creator>

					<description>
						<![CDATA[
						<p>&#8220;%&#8221; is a common modulo operator.  In this case, we&#8217;re feeding cell[0] (the x-dimension coordinate of the cell) through a %4 to create a repeating 0-3 sequence across the x-axis of the matrix.  The rest of the math there is just a complicated way of creating a {0,1,1,0} sequence across the x-dimension of the matrix. You would probably be well-served to look at a reference for writing mathematical expressions in C.  If you have more specific questions, ask away.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-173088</guid>
					<title><![CDATA[Re: reference about jit.expr]]></title>
					<link>http://cycling74.com/forums/topic/reference-about-jit-expr/#post-173088</link>
					<pubDate>Tue, 02 Feb 2010 12:27:20 +0000</pubDate>
					<dc:creator>Ad.</dc:creator>

					<description>
						<![CDATA[
						<p>As always, THANK YOU Andrew !<br />
I&#8217;m going to check mathematical expressions in C.<br />
Bien à toi !<br />
Ad.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

