aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_conv_sobel_hor.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_conv_sobel_hor.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_conv_sobel_hor.pd')
-rw-r--r--abstractions/pdp_conv_sobel_hor.pd15
1 files changed, 0 insertions, 15 deletions
diff --git a/abstractions/pdp_conv_sobel_hor.pd b/abstractions/pdp_conv_sobel_hor.pd
deleted file mode 100644
index 599034e..0000000
--- a/abstractions/pdp_conv_sobel_hor.pd
+++ /dev/null
@@ -1,15 +0,0 @@
-#N canvas 222 642 591 202 10;
-#X obj 29 55 inlet;
-#X obj 29 132 outlet;
-#X obj 29 93 pdp_conv;
-#X obj 108 9 loadbang;
-#X msg 108 37 vmask 0.5 1 0.5;
-#X msg 108 60 hmask -1 0 1;
-#X text 108 101 this uses pdp_conv to produce the vertical sobel edge
-detector with convolution mask (-.5 0 0.5 \; -1 0 1 \; -0.5 0 .5);
-#X connect 0 0 2 0;
-#X connect 2 0 1 0;
-#X connect 3 0 4 0;
-#X connect 4 0 2 0;
-#X connect 4 0 5 0;
-#X connect 5 0 2 0;