<?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: Make matrix behave like matrixset</title>
		<atom:link href="http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:04:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-40445</guid>
					<title><![CDATA[Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-40445</link>
					<pubDate>Tue, 21 Oct 2008 04:35:16 +0000</pubDate>
					<dc:creator>Ignotus</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve looked at the Paramination path from Andrew Benson&#8217;s Jitter Recipes,<br />
which stores multiple matrices of 1d control data in a matrix and then spits<br />
them out one at a time, and wanted to do something similar with 2d data, in<br />
this case all equal-sized images.</p>
<p>Of course, I can store equal sized images in a matrixset, but matrixset,<br />
afaik, can&#8217;t have names and be used in more than one place in a patch. And<br />
maybe I just want to meet the challenge of making a matrix behave like a<br />
matrixset.</p>
<p>But my brain must be tired this evening, so I&#8217;ll ask if someone has already<br />
solved this problem. I&#8217;m pretty sure it&#8217;s come up before, but a search of<br />
the archives didn&#8217;t turn up any obvious answer.</p>
<p>cheers,</p>
<p>&#8211; Paul</p>
<p>&#8211; <br />
&#8212;&#8211;   |(*,+,#,=)(#,=,*,+)(=,#,+,*)(+,*,=,#)|   &#8212;&#8211;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143139</guid>
					<title><![CDATA[Re: Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143139</link>
					<pubDate>Tue, 21 Oct 2008 04:42:27 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>Indeed.  You can use a 3D matrix for this purpose.  There are a number<br />
of examples in the forum.  I have an abstraction in my xray.jit<br />
objects called xray.jit.3dbuffer that you can use as is or take apart<br />
for your own twisted purposes:</p>
<p><a href="http://www.mat.ucsb.edu/~whsmith/xray.html" rel="nofollow">http://www.mat.ucsb.edu/~whsmith/xray.html</a></p>
<p>wes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143140</guid>
					<title><![CDATA[Re: Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143140</link>
					<pubDate>Tue, 21 Oct 2008 04:48:07 +0000</pubDate>
					<dc:creator>Ignotus</dc:creator>

					<description>
						<![CDATA[
						<p>Right, I stumbled across that, but haven&#8217;t yet tried it out. I guess I&#8217;m<br />
obstinately trying to get jit.matrix to do the work just so at some point a<br />
little light will go on in my head and I&#8217;ll say&#8211;aha, now I see how all<br />
those layers are laid out, and I can now store and grab whatever I want.</p>
<p>But thanks, I will take a more serious look at xray.jit.3dbuffer.</p>
<p>&#8211; Paul</p>
<p>
On Mon, Oct 20, 2008 at 11:42 PM, Wesley Smith <wesley .hoke@gmail.com>wrote:</wesley></p>
<p>> Indeed.  You can use a 3D matrix for this purpose.  There are a number<br />
> of examples in the forum.  I have an abstraction in my xray.jit<br />
> objects called xray.jit.3dbuffer that you can use as is or take apart<br />
> for your own twisted purposes:<br />
> <a href="http://www.mat.ucsb.edu/~whsmith/xray.html" rel="nofollow">http://www.mat.ucsb.edu/~whsmith/xray.html</a>< <a href="http://www.mat.ucsb.edu/%7Ewhsmith/xray.html" rel="nofollow">http://www.mat.ucsb.edu/%7Ewhsmith/xray.html><br />
><br />
> wes<br />
></p>
<p>&#8211; <br />
&#8212;&#8211;   |(*,+,#,=)(#,=,*,+)(=,#,+,*)(+,*,=,#)|   &#8212;&#8211;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143141</guid>
					<title><![CDATA[Re: Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143141</link>
					<pubDate>Tue, 21 Oct 2008 04:56:11 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>On Mon, Oct 20, 2008 at 9:48 PM, Paul Hertz <ignotus @gmail.com> wrote:<br />
> Right, I stumbled across that, but haven&#8217;t yet tried it out. I guess I&#8217;m<br />
> obstinately trying to get jit.matrix to do the work just so at some point a<br />
> little light will go on in my head and I&#8217;ll say&#8211;aha, now I see how all<br />
> those layers are laid out, and I can now store and grab whatever I want.</ignotus></p>
<p>It&#8217;s an abstraction around a jit.matrix object, so if you open it up<br />
you&#8217;ll see one way to use a jit.matrix object as a matrixset.</p>
<p>wes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143142</guid>
					<title><![CDATA[Re: Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143142</link>
					<pubDate>Tue, 21 Oct 2008 05:09:52 +0000</pubDate>
					<dc:creator>Ignotus</dc:creator>

					<description>
						<![CDATA[
						<p>Yup, I&#8217;m looking at it right now. Makes things much clearer, even if it is<br />
after midnight and cloudy here.</p>
<p>Looking forward to checking out the source code you included, too, once I<br />
have some time to dig in.</p>
<p>thanks,</p>
<p>&#8211; Paul</p>
<p>
On Mon, Oct 20, 2008 at 11:56 PM, Wesley Smith <wesley .hoke@gmail.com>wrote:</wesley></p>
<p>> On Mon, Oct 20, 2008 at 9:48 PM, Paul Hertz <ignotus @gmail.com> wrote:<br />
> > Right, I stumbled across that, but haven&#8217;t yet tried it out. I guess I&#8217;m<br />
> > obstinately trying to get jit.matrix to do the work just so at some point<br />
> a<br />
> > little light will go on in my head and I&#8217;ll say&#8211;aha, now I see how all<br />
> > those layers are laid out, and I can now store and grab whatever I want.<br />
><br />
> It&#8217;s an abstraction around a jit.matrix object, so if you open it up<br />
> you&#8217;ll see one way to use a jit.matrix object as a matrixset.<br />
><br />
> wes<br />
></ignotus></p>
<p>&#8211; <br />
&#8212;&#8211;   |(*,+,#,=)(#,=,*,+)(=,#,+,*)(+,*,=,#)|   &#8212;&#8211;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143143</guid>
					<title><![CDATA[Re: Make matrix behave like matrixset]]></title>
					<link>http://cycling74.com/forums/topic/make-matrix-behave-like-matrixset/#post-143143</link>
					<pubDate>Tue, 21 Oct 2008 20:29:02 +0000</pubDate>
					<dc:creator>Roby Steinmetzer</dc:creator>

					<description>
						<![CDATA[
						<p>
On 21 oct. 08, at 06:35, Paul Hertz wrote:<br />
> Of course, I can store equal sized images in a matrixset, but  <br />
> matrixset, afaik, can&#8217;t have names and be used in more than one  <br />
> place in a patch.</p>
<p>You might look at the matrixlist example inside the jitter-examples/ <br />
java folder.<br />
Statement from the matrixlist example patch: &#8220;named matrixlists share  <br />
data&#8221;.</p>
<p>Roby</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

