aboutsummaryrefslogtreecommitdiff
path: root/Gem/pix_mix-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/pix_mix-help.pd')
-rw-r--r--Gem/pix_mix-help.pd22
1 files changed, 12 insertions, 10 deletions
diff --git a/Gem/pix_mix-help.pd b/Gem/pix_mix-help.pd
index 9ea0717..0eca9f8 100644
--- a/Gem/pix_mix-help.pd
+++ b/Gem/pix_mix-help.pd
@@ -1,4 +1,5 @@
-#N canvas 0 124 683 381 10;
+#N canvas 6 124 683 381 10;
+#X declare -lib Gem;
#X text 452 8 GEM object;
#X obj 8 196 cnv 15 430 135 empty empty empty 20 12 0 14 -233017 -66577
0;
@@ -35,11 +36,11 @@
#X restore 519 329 pd gemwin;
#X msg 519 310 create;
#X text 515 289 Create window:;
-#X obj 451 158 cnv 15 160 100 empty empty empty 20 12 0 14 -24198 -66577
+#X obj 451 161 cnv 15 160 100 empty empty empty 20 12 0 14 -24198 -66577
0;
#X obj 451 119 gemhead;
#X text 71 31 Class: pix object;
-#X obj 502 102 bng 15 250 50 0 empty empty pix_load 20 8 0 8 -262144
+#X obj 496 103 bng 15 250 50 0 empty empty pix_load -45 8 0 8 -262144
-1 -1;
#N canvas 0 0 587 366 image 0;
#X obj 77 48 inlet;
@@ -54,10 +55,10 @@
#X connect 4 0 2 0;
#X connect 5 0 4 0;
#X restore 451 138 pd image;
-#X obj 451 263 pix_texture;
+#X obj 451 267 pix_texture;
#X text 17 295 Outlet 1: gemlist;
#X text 23 212 Inlet 1: gemlist;
-#X obj 451 285 square 3;
+#X obj 451 289 square 3;
#X text 503 88 (JPEG \, TIFF \, ..);
#X obj 541 122 gemhead;
#N canvas 0 0 587 366 image 0;
@@ -82,25 +83,26 @@ time.;
#X connect 7 0 6 0;
#X connect 8 0 7 0;
#X restore 541 141 pd image;
-#X obj 592 103 bng 15 250 50 0 empty empty pix_load 20 8 0 8 -262144
+#X obj 586 104 bng 15 250 50 0 empty empty pix_load -45 8 0 8 -262144
-1 -1;
#X text 23 227 Inlet 2: gemlist;
#X text 449 77 open two different images;
#X text 50 12 Synopsis: [pix_mix];
-#X obj 476 174 hsl 128 15 0 1 0 1 empty empty empty -2 -6 0 8 -262144
+#X obj 476 177 hsl 128 15 0 1 0 1 empty empty empty -2 -6 0 8 -262144
-1 -1 6300 1;
-#X floatatom 473 199 5 0 0 0 - - -;
-#X msg 530 198 0.7 0.7;
+#X floatatom 473 202 5 0 0 0 - - -;
+#X msg 530 201 0.7 0.7;
#X text 29 67 Description: mix 2 images based on mixing factors;
#X text 23 241 Inlet 3: list: weights for left/right image;
#X text 63 166 list: [leftGain [rightGain]] (defaults: 0.5 0.5);
-#X obj 451 226 pix_mix 0;
+#X obj 451 229 pix_mix 0;
#X text 14 81 [pix_mix] will mix 2 images just like a video-mixer.
You can supply mixing factors A and B \, and the result will be out=in1*A+in2*B.
If you supply only one factor A \, the result will be out=in1*(1-A)+in2*A.
;
#X text 22 255 Inlet 3: float: weight for left image. right weight
will be the reciprocal value (for crossfading);
+#X obj 518 8 declare -lib Gem;
#X connect 10 0 11 0;
#X connect 11 0 10 0;
#X connect 14 0 17 0;