<?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: 2 matrices output in 1 window ?</title>
		<atom:link href="http://cycling74.com/forums/topic/2-matrices-output-in-1-window/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:30:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-33616</guid>
					<title><![CDATA[2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-33616</link>
					<pubDate>Mon, 10 Sep 2007 13:13:55 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.</p>
<p>How can I have 2 matrices output (or several matrices&#8217;) <br />
side by side in a window at the same time?<br />
Is it possible?</p>
<p>I can only see 1 matrix output at a time<br />
in the patch below.</p>
<p>max v2;<br />
#N vpatcher 51 366 640 737;<br />
#P user jit.pwindow 454 271 82 62 0 1 0 0 1 0;<br />
#P user jit.pwindow 141 144 82 62 0 1 0 0 1 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 142 112 394 196617 jit.matrix d 4 char 640 240 @usedstdim 1 @dstdimstart 320 0 @dstdimend 640 240;<br />
#P user jit.pwindow 23 269 82 62 0 1 0 0 1 0;<br />
#P newex 24 240 382 196617 jit.matrix c 4 char 640 240 @usedstdim 1 @dstdimstart 0 0 @dstdimend 320 240;<br />
#P message 125 49 30 196617 read;<br />
#P message 89 49 30 196617 read;<br />
#P newex 142 84 105 196617 jit.qt.movie 320 240;<br />
#P newex 24 84 105 196617 jit.qt.movie 320 240;<br />
#P toggle 24 27 15 0;<br />
#P newex 24 49 57 196617 qmetro 20;<br />
#P connect 1 0 0 0;<br />
#P connect 0 0 2 0;<br />
#P fasten 4 0 2 0 94 74 29 74;<br />
#P connect 2 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P fasten 0 0 3 0 29 75 147 75;<br />
#P fasten 5 0 3 0 130 74 147 74;<br />
#P connect 3 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P fasten 8 0 10 0 147 134 460 134;<br />
#P fasten 6 0 10 0 29 264 460 264;<br />
#P pop;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112191</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112191</link>
					<pubDate>Mon, 10 Sep 2007 13:50:19 +0000</pubDate>
					<dc:creator>johannes-eckart@gmx.at</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!</p>
<p>I used jit.glue with two columns&#8230;</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 14.;<br />
#P window linecount 1;<br />
#P newex 537 252 131 9109518 jit.glue @columns 2;<br />
#P user jit.pwindow 514 331 255 190 0 1 0 0 1 0;<br />
#P user jit.pwindow 201 204 82 62 0 1 0 0 1 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P newex 202 172 293 9109513 jit.matrix d 4 char 640 240 @dstdimstart 320 0 @dstdimend 640 240;<br />
#P user jit.pwindow 83 329 82 62 0 1 0 0 1 0;<br />
#P newex 84 300 283 9109513 jit.matrix c 4 char 640 240 @dstdimstart 0 0 @dstdimend 320 240;<br />
#P message 185 109 30 9109513 read;<br />
#P message 149 109 30 9109513 read;<br />
#P newex 202 144 105 9109513 jit.qt.movie 320 240;<br />
#P newex 84 144 105 9109513 jit.qt.movie 320 240;<br />
#P toggle 84 87 15 0;<br />
#P newex 84 109 57 9109513 qmetro 20;<br />
#P connect 6 0 7 0;<br />
#P connect 6 0 11 0;<br />
#P connect 2 0 6 0;<br />
#P connect 8 0 9 0;<br />
#P connect 8 0 11 1;<br />
#P connect 3 0 8 0;<br />
#P connect 11 0 10 0;<br />
#P fasten 5 0 3 0 190 134 207 134;<br />
#P connect 0 0 2 0;<br />
#P fasten 0 0 3 0 89 135 207 135;<br />
#P fasten 4 0 2 0 154 134 89 134;<br />
#P connect 1 0 0 0;<br />
#P window clipboard copycount 12;</p>
<p>is this what you need?<br />
Greetings from Paris!<br />
Johannes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112192</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112192</link>
					<pubDate>Sat, 15 Sep 2007 11:33:49 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Cool.<br />
That&#8217;s it.</p>
<p>thank you so much<br />
jin</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112193</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112193</link>
					<pubDate>Sat, 15 Sep 2007 18:10:11 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>OK<br />
It&#8217;s not exactly what I want.<br />
Sorry, Johannes but it helped me.</p>
<p>I want one matrix is kinda floating on the other(s).<br />
Like, let&#8217;s say, I have big square output from one<br />
matrix and I want to have a smaller square output from the other matrix in the middle of big one.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112194</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112194</link>
					<pubDate>Sat, 15 Sep 2007 18:17:01 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Please see the pic below. not the one above.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112195</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112195</link>
					<pubDate>Sat, 15 Sep 2007 18:48:18 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>Here are 3 ways to do it.  jit.glue is probably the slowest.  Using<br />
named matrices is a bit faster.  The 3rd way using jit.gl.videoplane<br />
will be the fastest and highest quality.</p>
<p>wes</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 485 505 151 196617 method3 &#8211; opengl videoplanes;<br />
#P newex 476 581 351 196617 jit.gl.videoplane test @transform_reset 2<br />
@scale 0.5 1 1 @position 0.5 0 0;<br />
#P newex 374 537 356 196617 jit.gl.videoplane test @transform_reset 2<br />
@scale 0.5 1 1 @position -0.5 0 0;<br />
#P message 177 474 34 196617 reset;<br />
#P newex 177 494 186 196617 jit.gl.handle test @inherit_transform 1;<br />
#P newex 42 494 48 196617 r render;<br />
#P toggle 157 465 15 0;<br />
#N vpatcher 53 128 279 297;<br />
#P inlet 106 30 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 0;<br />
#P newex 43 95 47 196617 gate 1 1;<br />
#P newex 42 116 41 196617 s draw;<br />
#P window linecount 1;<br />
#P newex 17 52 58 196617 t b b erase;<br />
#P inlet 17 32 15 0;<br />
#P outlet 17 83 15 0;<br />
#P connect 1 0 2 0;<br />
#P connect 2 0 0 0;<br />
#P fasten 2 2 0 0 70 75 22 75;<br />
#P connect 4 0 3 0;<br />
#P fasten 5 0 4 0 111 88 48 88;<br />
#P fasten 2 1 4 1 46 83 85 83;<br />
#P lcolor 15;<br />
#P pop;<br />
#P newobj 95 494 42 196617 p Draw;<br />
#P toggle 233 433 15 0;<br />
#P message 233 453 68 196617 fullscreen $1;<br />
#N vpatcher 30 89 166 253;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P newex 50 71 35 196617 sel 27;<br />
#P newex 50 50 40 196617 key;<br />
#P outlet 50 93 15 0;<br />
#P connect 1 0 2 0;<br />
#P connect 2 0 0 0;<br />
#P pop;<br />
#P newobj 250 433 33 196617 p Esc;<br />
#P newex 233 471 222 196617 jit.window test @depthbuffer 1 @size 640 240;<br />
#P toggle 95 446 15 0;<br />
#P newex 95 465 57 196617 qmetro 30;<br />
#P newex 95 521 187 196617 jit.gl.render test @erase_color 0 0 0 1;<br />
#P newex 651 221 98 196617 jit.glue @columns 2;<br />
#P user jit.pwindow 650 267 242 92 0 1 0 0 1 0;<br />
#P comment 702 249 151 196617 method2 &#8211; jit.glue;<br />
#P newex 202 202 394 196617 jit.matrix d 4 char 640 240 @usedstdim 1<br />
@dstdimstart 320 0 @dstdimend 640 240;<br />
#P user jit.pwindow 83 273 242 92 0 1 0 0 1 0;<br />
#P newex 84 230 382 196617 jit.matrix d 4 char 640 240 @usedstdim 1<br />
@dstdimstart 0 0 @dstdimend 320 240;<br />
#P message 241 69 83 196617 read dishes.mov;<br />
#P message 155 69 80 196617 read dozer.mov;<br />
#P newex 202 144 105 196617 jit.qt.movie 320 240;<br />
#P newex 84 144 105 196617 jit.qt.movie 320 240;<br />
#P toggle 84 87 15 0;<br />
#P newex 84 109 57 196617 qmetro 20;<br />
#P comment 143 255 151 196617 method1 &#8211; named matrices;<br />
#P connect 4 0 9 0;<br />
#P connect 4 0 26 0;<br />
#P fasten 4 0 12 1 207 184 744 184;<br />
#P connect 3 0 7 0;<br />
#P connect 3 0 25 0;<br />
#P fasten 3 0 12 0 89 191 656 191;<br />
#P connect 18 0 16 0;<br />
#P connect 19 0 18 0;<br />
#P connect 17 0 19 0;<br />
#P connect 24 0 23 0;<br />
#P fasten 21 0 20 1 162 487 132 487;<br />
#P fasten 22 0 13 0 47 516 100 516;<br />
#P connect 20 0 13 0;<br />
#P fasten 23 0 13 0 182 516 100 516;<br />
#P connect 14 0 20 0;<br />
#P connect 15 0 14 0;<br />
#P connect 12 0 11 0;<br />
#P connect 7 0 8 0;<br />
#P fasten 6 0 4 0 246 134 207 134;<br />
#P connect 1 0 3 0;<br />
#P fasten 1 0 4 0 89 135 207 135;<br />
#P fasten 5 0 3 0 160 134 89 134;<br />
#P connect 2 0 1 0;<br />
#P window clipboard copycount 28;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112196</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112196</link>
					<pubDate>Sun, 16 Sep 2007 17:31:01 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you Wes.<br />
Named matrix is cool.</p>
<p>However, what I want is I want one matrix is kinda floating <br />
on the other(s) in a window.<br />
Pls, look at the pic that I attached</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112197</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112197</link>
					<pubDate>Sun, 16 Sep 2007 18:00:37 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>the jit.videoplane method is exactly what you need.<br />
just play with scale and positioning of the two videoplanes to get the proper arrangement.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112198</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112198</link>
					<pubDate>Wed, 19 Sep 2007 10:38:27 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>OK videoplane is the one I&#8217;m looking for.<br />
Thanks guys..</p>
<p>However, what does &#8216;transform_reset 2&#8242; do in wes&#8217; patch?<br />
and also why do we need &#8216;p Draw&#8217;?</p>
<p>Even though I can control the layer&#8217;s order of movies using &#8216;depth_enable&#8217;, I still don&#8217;t understand how jitter decide the order.</p>
<p>I also find interesting thing.<br />
If I do the &#8216;full screen&#8217; in the patch below, the order gets<br />
reversed.<br />
If I move the window to 2nd monitor, it gets also reversed.<br />
Is this natural or am I doing some thing stupid?</p>
<p>Thanks<br />
Jin</p>
<p>#P origin 83 0;<br />
#P toggle 278 38 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 278 61 81 196617 depth_enable $1;<br />
#P flonum 640 215 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 602 215 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 562 215 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 534 239 95 196617 pak position 0. 0. 0.;<br />
#P flonum 271 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 220 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 180 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 152 274 95 196617 pak position 0. 0. 0.;<br />
#P flonum 516 217 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 478 217 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 438 217 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 412 244 85 196617 pak scale 1. 1. 1.;<br />
#P flonum 135 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 97 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 57 250 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 33 277 85 196617 pak scale 1. 1. 1.;<br />
#P newex 412 308 351 196617 jit.gl.videoplane test @transform_reset 2 @scale 0.5 1 1 @position 0.5 0 0;<br />
#P newex 33 312 356 196617 jit.gl.videoplane test @transform_reset 2 @scale 0.5 1 1 @position -0.5 0 0;<br />
#P message 434 385 34 196617 reset;<br />
#P newex 434 405 186 196617 jit.gl.handle test @inherit_transform 1;<br />
#P newex 299 405 48 196617 r render;<br />
#P toggle 414 376 15 0;<br />
#N vpatcher 53 128 279 297;<br />
#P inlet 106 30 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 0;<br />
#P newex 43 95 47 196617 gate 1 1;<br />
#P newex 42 116 41 196617 s draw;<br />
#P window linecount 1;<br />
#P newex 17 52 58 196617 t b b erase;<br />
#P inlet 17 32 15 0;<br />
#P outlet 17 83 15 0;<br />
#P connect 1 0 2 0;<br />
#P connect 2 0 0 0;<br />
#P fasten 2 2 0 0 70 75 22 75;<br />
#P connect 4 0 3 0;<br />
#P fasten 5 0 4 0 111 88 48 88;<br />
#P fasten 2 1 4 1 46 83 85 83;<br />
#P lcolor 15;<br />
#P pop;<br />
#P newobj 352 405 42 196617 p Draw;<br />
#P toggle 30 386 15 0;<br />
#P message 30 406 68 196617 fullscreen $1;<br />
#N vpatcher 30 89 166 253;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P newex 50 71 35 196617 sel 27;<br />
#P newex 50 50 40 196617 key;<br />
#P outlet 50 93 15 0;<br />
#P connect 1 0 2 0;<br />
#P connect 2 0 0 0;<br />
#P pop;<br />
#P newobj 47 386 33 196617 p Esc;<br />
#P newex 30 424 222 196617 jit.window test @depthbuffer 1 @size 320 240;<br />
#P toggle 352 357 15 0;<br />
#P newex 352 376 57 196617 qmetro 30;<br />
#P newex 352 432 187 196617 jit.gl.render test @erase_color 0 0 0 1;<br />
#P message 436 166 83 196617 read dishes.mov;<br />
#P message 98 165 80 196617 read dozer.mov;<br />
#P newex 412 195 105 196617 jit.qt.movie 320 240;<br />
#P newex 33 215 105 196617 jit.qt.movie 320 240;<br />
#P toggle 33 87 15 0;<br />
#P newex 33 109 57 196617 qmetro 20;<br />
#P connect 10 0 12 0;<br />
#P connect 12 0 11 0;<br />
#P connect 11 0 9 0;<br />
#P connect 1 0 0 0;<br />
#P connect 0 0 2 0;<br />
#P connect 4 0 2 0;<br />
#P connect 36 0 18 0;<br />
#P connect 2 0 18 0;<br />
#P connect 20 0 18 0;<br />
#P connect 28 0 18 0;<br />
#P connect 21 0 20 1;<br />
#P fasten 22 0 20 2 102 271 88 271;<br />
#P fasten 23 0 20 3 140 271 113 271;<br />
#P connect 29 0 28 1;<br />
#P fasten 30 0 28 2 225 269 213 269;<br />
#P fasten 31 0 28 3 276 270 241 270;<br />
#P connect 37 0 36 0;<br />
#P connect 8 0 7 0;<br />
#P connect 7 0 13 0;<br />
#P fasten 15 0 6 0 304 427 357 427;<br />
#P connect 13 0 6 0;<br />
#P fasten 16 0 6 0 439 427 357 427;<br />
#P fasten 14 0 13 1 419 398 389 398;<br />
#P fasten 0 0 3 0 38 135 417 135;<br />
#P connect 5 0 3 0;<br />
#P connect 36 0 19 0;<br />
#P connect 3 0 19 0;<br />
#P connect 24 0 19 0;<br />
#P connect 32 0 19 0;<br />
#P connect 17 0 16 0;<br />
#P connect 25 0 24 1;<br />
#P fasten 26 0 24 2 483 238 467 238;<br />
#P fasten 27 0 24 3 521 238 492 238;<br />
#P connect 33 0 32 1;<br />
#P fasten 34 0 32 2 607 234 595 234;<br />
#P fasten 35 0 32 3 645 234 623 234;<br />
#P pop;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112199</guid>
					<title><![CDATA[Re: 2 matrices output in 1 window ?]]></title>
					<link>http://cycling74.com/forums/topic/2-matrices-output-in-1-window/#post-112199</link>
					<pubDate>Wed, 19 Sep 2007 11:39:41 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: <a href="mailto:gummyboy@naver.com">gummyboy@naver.com</a> wrote on Wed, 19 September 2007 04:38<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>> Even though I can control the layer&#8217;s order of movies using &#8216;depth_enable&#8217;, I still don&#8217;t understand how jitter decide the order.<br />
> <br />
> I also find interesting thing.<br />
> If I do the &#8216;full screen&#8217; in the patch below, the order gets<br />
> reversed.<br />
> If I move the window to 2nd monitor, it gets also reversed.<br />
> Is this natural or am I doing some thing stupid?<br />
> </p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I solved above problem with &#8216;layer $1&#8242;&#8230;.<br />
Thank you</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

