-
Notifications
You must be signed in to change notification settings - Fork 4
/
km_counter.pd
51 lines (51 loc) · 1.31 KB
/
km_counter.pd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#N canvas 263 259 455 328 10;
#X obj 102 125 i 0;
#X obj 138 125 + 1;
#X obj 102 103 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 102 59 inlet dataStream;
#X floatatom 104 166 5 0 0 1 Cnt - -, f 5;
#X obj 13 250 outlet count;
#X obj 243 60 inlet reset;
#X obj 104 201 bng 15 250 50 0 empty empty Reset 17 7 0 10 -262144
-1 -1;
#X obj 243 99 i 0;
#X obj 243 81 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 102 13 Simple utility to count messages;
#X floatatom 104 184 4 0 0 0 - - -, f 4;
#X obj 223 233 i 0;
#X obj 270 135 loadbang;
#X obj 270 162 metro 1000;
#X obj 254 234 + 1;
#X obj 270 184 i 0;
#X obj 238 207 t f b;
#X obj 239 261 i 0;
#X obj 239 288 outlet countPerSec;
#X text 102 30 Useful for regulating/debugging OSC messages.;
#X text 132 184 /sec;
#X connect 0 0 1 0;
#X connect 0 0 4 0;
#X connect 1 0 0 1;
#X connect 2 0 0 0;
#X connect 2 0 12 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 6 0 9 0;
#X connect 7 0 9 0;
#X connect 8 0 4 0;
#X connect 8 0 0 1;
#X connect 9 0 8 0;
#X connect 9 0 14 0;
#X connect 12 0 15 0;
#X connect 13 0 14 0;
#X connect 14 0 16 0;
#X connect 15 0 12 1;
#X connect 15 0 18 1;
#X connect 16 0 17 0;
#X connect 17 0 18 1;
#X connect 17 0 12 1;
#X connect 17 1 18 0;
#X connect 18 0 11 0;
#X connect 18 0 19 0;
#X coords 0 -1 1 1 60 70 1 100 150;