aboutsummaryrefslogtreecommitdiff
path: root/count-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'count-help.pd')
-rw-r--r--count-help.pd34
1 files changed, 33 insertions, 1 deletions
diff --git a/count-help.pd b/count-help.pd
index a079712..cc4325f 100644
--- a/count-help.pd
+++ b/count-help.pd
@@ -1,2 +1,34 @@
-#N canvas 1 52 450 300 10;
+#N canvas 0 31 450 300 10;
+#N canvas 458 322 494 344 META 0;
+#X text 12 185 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes
+for Pd-extended 0.42 to conform to the PDDP template.;
+#X text 12 165 AUTHOR Ed Kelly <morph_2016@yahoo.co.uk>;
+#X text 12 65 INLET_0 float bang;
+#X text 12 125 OUTLET_0 float;
+#X text 12 25 LICENSE GPL v3;
+#X text 12 5 KEYWORDS control abstraction;
+#X text 12 45 DESCRIPTION simple counter abstraction;
+#X text 12 85 INLET_1 bang;
+#X text 12 105 INLET_2 float;
+#X text 12 145 OUTLET_1 bang;
+#X restore 387 265 pd META;
+#X floatatom 134 195 5 0 0 0 - - -;
+#X obj 196 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X obj 155 29 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 168 64 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X msg 182 89 12;
+#X floatatom 109 36 5 0 0 0 - - -;
+#X text 180 27 count;
+#X text 195 59 reset;
+#X text 216 89 mod;
#X obj 155 148 count;
+#X text 219 197 bang when limit reached;
+#X connect 3 0 10 0;
+#X connect 4 0 10 1;
+#X connect 5 0 10 2;
+#X connect 6 0 10 0;
+#X connect 10 0 1 0;
+#X connect 10 1 2 0;