- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
78 lines
2.7 KiB
Text
78 lines
2.7 KiB
Text
#N canvas 195 67 705 411 10;
|
|
#X text 451 8 GEM object;
|
|
#X obj 8 270 cnv 15 430 80 empty empty empty 20 12 0 14 -233017 -66577
|
|
0;
|
|
#X text 39 271 Inlets:;
|
|
#X text 34 316 Outlets:;
|
|
#X obj 8 231 cnv 15 430 30 empty empty empty 20 12 0 14 -195568 -66577
|
|
0;
|
|
#X text 17 230 Arguments:;
|
|
#X obj 7 56 cnv 15 430 170 empty empty empty 20 12 0 14 -233017 -66577
|
|
0;
|
|
#X obj 449 57 cnv 15 240 220 empty empty empty 20 12 0 14 -228992 -66577
|
|
0;
|
|
#X text 453 40 Example:;
|
|
#X obj 484 204 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
|
|
0;
|
|
#N canvas 0 0 450 300 gemwin 0;
|
|
#X obj 132 136 gemwin;
|
|
#X obj 67 89 outlet;
|
|
#X obj 67 10 inlet;
|
|
#X obj 67 41 route create;
|
|
#X msg 67 70 set destroy;
|
|
#X msg 142 68 set create;
|
|
#X msg 132 112 create \, 1;
|
|
#X msg 198 112 destroy;
|
|
#X connect 2 0 3 0;
|
|
#X connect 3 0 4 0;
|
|
#X connect 3 0 6 0;
|
|
#X connect 3 1 5 0;
|
|
#X connect 3 1 7 0;
|
|
#X connect 4 0 1 0;
|
|
#X connect 5 0 1 0;
|
|
#X connect 6 0 0 0;
|
|
#X connect 7 0 0 0;
|
|
#X restore 489 243 pd gemwin;
|
|
#X msg 489 224 create;
|
|
#X text 485 203 Create window:;
|
|
#X obj 450 84 cnv 15 230 60 empty empty empty 20 12 0 14 -24198 -66577
|
|
0;
|
|
#X obj 451 64 gemhead;
|
|
#X text 71 31 Class: pix object;
|
|
#X text 56 331 Outlet 1: gemlist;
|
|
#X text 63 283 Inlet 1: gemlist;
|
|
#X obj 8 356 cnv 15 410 40 empty empty empty 20 12 0 14 -260818 -66577
|
|
0;
|
|
#X text 11 357 WARNING: [pix_share_write] and [pix_share_read] are
|
|
only available on platforms that support shared memory (no w32 for
|
|
now!);
|
|
#X text 63 241 <i:ID> <i:width> <i:height> <colorspace>;
|
|
#X text 446 284 see also:;
|
|
#X text 18 127 [pix_share_write] and [pix_share_read] need not be in
|
|
the same instance of pd. However all objects need to have access to
|
|
the same memory (they probably need to run on the same computer);
|
|
#X obj 451 119 pix_share_read 321 256 256 RGBA;
|
|
#X obj 451 154 pix_texture;
|
|
#X obj 451 175 square;
|
|
#X text 15 181 [pix_share_read] needs to know the image-dimensions
|
|
(and color-space) in advance. The color-space can be given as a symbol
|
|
("RGBA" \, "YUV" \, "Grey") or as pixel-width (4 \, 2 \, 1);
|
|
#X text 18 72 [pix_share_read] will create (if needed) a portion of
|
|
shared memory - identified by a given ID - where it can read pix-data
|
|
from. This data needs to be written by a [pix_share_write] object (referencing
|
|
to the same ID).;
|
|
#X text 29 56 Description: read pixels from a shared memory region
|
|
;
|
|
#X text 50 12 Synopsis: [pix_share_read];
|
|
#X text 446 333 Run the [pix_share_write] help-patch;
|
|
#X text 446 347 in a different pd instance on your;
|
|
#X text 447 361 machine to see the effect.;
|
|
#X obj 519 285 pix_share_write 322 1 1 1;
|
|
#X text 117 299 set <ID> <width> <height> <colorspace>;
|
|
#X msg 510 94 set 323 256 256 RGBA;
|
|
#X connect 10 0 11 0;
|
|
#X connect 11 0 10 0;
|
|
#X connect 14 0 23 0;
|
|
#X connect 23 0 24 0;
|
|
#X connect 24 0 25 0;
|
|
#X connect 35 0 23 0;
|