Update of /cvsroot/pure-data/externals/gem2pdp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24455
Modified Files: help-pix_2pdp.pd Log Message: help with colorspace
Index: help-pix_2pdp.pd =================================================================== RCS file: /cvsroot/pure-data/externals/gem2pdp/help-pix_2pdp.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-pix_2pdp.pd 17 Jun 2005 13:45:22 -0000 1.1 --- help-pix_2pdp.pd 18 Jun 2005 06:34:51 -0000 1.2 *************** *** 1,5 **** ! #N canvas 140 53 889 703 10; #X obj 92 298 gemwin; ! #X obj 338 264 gemhead; #X obj 151 557 pix_texture; #X obj 151 589 rectangle 4 4; --- 1,5 ---- ! #N canvas 0 0 889 703 10; #X obj 92 298 gemwin; ! #X obj 399 302 gemhead; #X obj 151 557 pix_texture; #X obj 151 589 rectangle 4 4; *************** *** 7,40 **** #X msg 546 478 create; #X msg 546 502 destroy; ! #X obj 338 398 pix_2pdp; ! #X obj 338 341 t a b; ! #X obj 338 307 pix_film; ! #X floatatom 405 293 5 0 1000 0 - - -; ! #X msg 405 237 set open $1; ! #X text 446 293 <- frame; ! #X obj 405 214 openpanel; ! #X obj 405 194 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X msg 405 262 open /home/Georg/pd-cvs/gem/Gem/examples/data/homer.avi ; #X msg 92 251 create , 1; #X msg 104 273 0 , destroy; #X text 90 229 Gem Control:; ! #X text 313 223 Gem input:; ! #X text 385 341 <- so you can trigger pdp automatically each frame ; ! #X text 401 403 pdp outlet; ! #X text 261 403 Gem outlet; #X obj 151 528 spigot; #X obj 188 508 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 210 514 chain to save CPU; ! #X obj 368 369 spigot; ! #X obj 419 370 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; ! #X text 441 370 <- turn on/off pdp processing; #X text 210 499 cut Gem render-; ! #X obj 500 578 pdp_rec~; ! #X text 498 598 (record a gem-pix !!!); #X text 45 321 (Gem rendering must be on ,; #X text 47 335 but you can cut the Gem; --- 7,40 ---- #X msg 546 478 create; #X msg 546 502 destroy; ! #X obj 399 436 pix_2pdp; ! #X obj 399 379 t a b; ! #X obj 399 345 pix_film; ! #X floatatom 466 331 5 0 1000 0 - - -; ! #X msg 466 275 set open $1; ! #X text 507 331 <- frame; ! #X obj 466 252 openpanel; ! #X obj 466 232 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X msg 466 300 open /home/Georg/pd-cvs/gem/Gem/examples/data/homer.avi ; #X msg 92 251 create , 1; #X msg 104 273 0 , destroy; #X text 90 229 Gem Control:; ! #X text 382 273 Gem input:; ! #X text 446 379 <- so you can trigger pdp automatically each frame ; ! #X text 462 441 pdp outlet; ! #X text 322 441 Gem outlet; #X obj 151 528 spigot; #X obj 188 508 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X text 210 514 chain to save CPU; ! #X obj 429 407 spigot; ! #X obj 480 408 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; ! #X text 502 408 <- turn on/off pdp processing; #X text 210 499 cut Gem render-; ! #X obj 501 572 pdp_rec~; ! #X text 499 592 (record a gem-pix !!!); #X text 45 321 (Gem rendering must be on ,; #X text 47 335 but you can cut the Gem; *************** *** 51,57 **** #X text 503 96 - use pix_video/pix_2pdp for firewire input in PDP; #X text 503 111 - use pix_2pdp/pdp_rec~ to record Gem pixes; ! #X text 503 126 - maybe switch between Gem and PDP all the time; ! #X text 503 141 - ...; #X text 395 25 pix_2pdp; #X connect 1 0 9 0; #X connect 2 0 3 0; --- 51,62 ---- #X text 503 96 - use pix_video/pix_2pdp for firewire input in PDP; #X text 503 111 - use pix_2pdp/pdp_rec~ to record Gem pixes; ! #X text 503 125 - maybe switch between Gem and PDP all the time; ! #X text 503 140 - ...; #X text 395 25 pix_2pdp; + #X msg 276 180 colorspace YUV; + #X msg 276 225 colorspace RGBA; + #X msg 276 202 colorspace Gray; + #X text 382 181 <- use YUV if possible to be fast; + #X obj 276 158 loadbang; #X connect 1 0 9 0; #X connect 2 0 3 0; *************** *** 75,76 **** --- 80,85 ---- #X connect 26 0 7 0; #X connect 27 0 26 1; + #X connect 45 0 9 0; + #X connect 46 0 9 0; + #X connect 47 0 9 0; + #X connect 49 0 45 0;