aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_conv_sobel_edge.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_conv_sobel_edge.pd
parent69fab985ebfc5ea03228c92a859e4091fee1b28d (diff)
updating pdp to current version 0.12.2
svn path=/trunk/externals/pdp/; revision=936
Diffstat (limited to 'abstractions/pdp_conv_sobel_edge.pd')
-rw-r--r--abstractions/pdp_conv_sobel_edge.pd8
1 files changed, 5 insertions, 3 deletions
diff --git a/abstractions/pdp_conv_sobel_edge.pd b/abstractions/pdp_conv_sobel_edge.pd
index ccf0c38..6bbb7db 100644
--- a/abstractions/pdp_conv_sobel_edge.pd
+++ b/abstractions/pdp_conv_sobel_edge.pd
@@ -6,8 +6,9 @@
#X obj 149 71 pdp_mul;
#X text 123 105 this uses the horizontal and vertical sobel directional
masks squared as an edge detector.;
-#X obj 15 9 inlet;
+#X obj 14 -6 inlet;
#X obj 15 151 outlet;
+#X obj 15 15 pdp_trigger p p;
#X connect 0 0 3 0;
#X connect 0 0 3 1;
#X connect 1 0 4 0;
@@ -15,5 +16,6 @@ masks squared as an edge detector.;
#X connect 2 0 7 0;
#X connect 3 0 2 0;
#X connect 4 0 2 1;
-#X connect 6 0 0 0;
-#X connect 6 0 1 0;
+#X connect 6 0 8 0;
+#X connect 8 0 0 0;
+#X connect 8 1 1 0;