aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_saturation.pd
diff options
context:
space:
mode:
authorPablo Martín <caedesv@users.sourceforge.net>2003-09-07 20:01:24 +0000
committerPablo Martín <caedesv@users.sourceforge.net>2003-09-07 20:01:24 +0000
commite20d5ae3622d5d656dc28d7a090aee76b08158b0 (patch)
treede772d913888f4d5faf127414e2cb4ce486be3ca /abstractions/pdp_saturation.pd
parent69fab985ebfc5ea03228c92a859e4091fee1b28d (diff)
updating pdp to current version 0.12.2
svn path=/trunk/externals/pdp/; revision=936
Diffstat (limited to 'abstractions/pdp_saturation.pd')
-rw-r--r--abstractions/pdp_saturation.pd31
1 files changed, 18 insertions, 13 deletions
diff --git a/abstractions/pdp_saturation.pd b/abstractions/pdp_saturation.pd
index f96f79d..44f5a86 100644
--- a/abstractions/pdp_saturation.pd
+++ b/abstractions/pdp_saturation.pd
@@ -1,13 +1,18 @@
-#N canvas 247 212 237 275 10;
-#X obj 44 52 inlet;
-#X obj 139 53 inlet;
-#X obj 44 202 outlet;
-#X obj 44 139 pdp_gain;
-#X msg 101 103 u \$1;
-#X msg 139 103 v \$1;
-#X connect 0 0 3 0;
-#X connect 1 0 4 0;
-#X connect 1 0 5 0;
-#X connect 3 0 2 0;
-#X connect 4 0 3 0;
-#X connect 5 0 3 0;
+#N canvas 322 388 509 326 10;
+#X obj 39 105 inlet;
+#X obj 270 103 inlet;
+#X obj 39 255 outlet;
+#X obj 85 105 loadbang;
+#X text 32 14 adjust colour saturation by applying a gain to the chroma
+channels.;
+#X text 31 47 this only works for image/YCrCb/* packets and 3 channel
+image/multi/* packets containing luma and chroma channels.;
+#X obj 39 192 pdp_gain;
+#X msg 85 155 chanmask 6 \, gain \$1;
+#X obj 85 131 f \$1;
+#X connect 0 0 6 0;
+#X connect 1 0 6 1;
+#X connect 3 0 8 0;
+#X connect 6 0 2 0;
+#X connect 7 0 6 0;
+#X connect 8 0 7 0;