aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_saturation.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
commit37b6643df2df7d784a31ca73f7bb90dc109c2401 (patch)
treea8664e5adcfcb60cae136063d627549ecb76619b /abstractions/pdp_saturation.pd
parentc50ce0e0217ea07e2d450add2ab29cecea66fa96 (diff)
removing PDP source (except debian files) before import of PDP 0.12.4
svn path=/trunk/externals/pdp/; revision=4217
Diffstat (limited to 'abstractions/pdp_saturation.pd')
-rw-r--r--abstractions/pdp_saturation.pd18
1 files changed, 0 insertions, 18 deletions
diff --git a/abstractions/pdp_saturation.pd b/abstractions/pdp_saturation.pd
deleted file mode 100644
index 44f5a86..0000000
--- a/abstractions/pdp_saturation.pd
+++ /dev/null
@@ -1,18 +0,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;