aboutsummaryrefslogtreecommitdiff
path: root/count-help.pd
blob: cc4325f42c5ffd90b0be515fc7fbc984086d7106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#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;