aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_conv_sobel_edge.pd
diff options
context:
space:
mode:
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;