forked from SynchromaAE/ekext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcup-help.pd
58 lines (58 loc) · 1.71 KB
/
cup-help.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
52
53
54
55
56
57
58
#N canvas 3 89 515 272 10;
#X declare -path ekext;
#X obj 41 124 cup;
#X msg 103 108 0;
#X msg 147 108 25;
#X msg 190 108 -67;
#X text 123 79 set to float;
#X text 100 90 (but do not output);
#X obj 41 71 metro 500;
#X obj 41 52 loadbang;
#X floatatom 41 146 5 0 0 0 - - -;
#X text 166 14 cup counts up ^_^;
#X text 135 36 it's the simplest counter there is;
#X text 154 60 why waste cpu power on counting?;
#X msg 250 109 setbang 198;
#X text 248 93 set and output;
#N canvas 3 89 450 300 simplecounter 0;
#X obj 107 147 cup;
#X msg 138 147 0;
#X msg 107 80 1;
#X floatatom 107 191 5 0 0 0 - - -;
#X obj 107 63 loadbang;
#X obj 107 97 metro 200;
#X text 228 190 don't forget the delay 0!;
#X obj 174 172 select 10;
#X obj 174 189 delay 0;
#X connect 0 0 3 0;
#X connect 0 0 7 0;
#X connect 1 0 0 0;
#X connect 2 0 5 0;
#X connect 4 0 2 0;
#X connect 5 0 0 0;
#X connect 7 0 8 0;
#X connect 8 0 1 0;
#X restore 200 148 pd simplecounter;
#N canvas 379 254 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS Ed Kelly. Revised by Jonathan Wilkes
for Pd-extended 0.42 to conform to the PDDP template.;
#X text 12 45 DESCRIPTION it's the simplest counter there is;
#X text 12 65 INLET_0 float bang setbang;
#X text 12 85 OUTLET_0 float;
#X text 12 5 KEYWORDS control storage;
#X text 12 25 LICENSE GPL v3;
#X text 12 105 AUTHOR Ed Kelly <morph_2016@yahoo.co.uk>;
#X restore 374 240 pd META;
#X text 157 202 cup counts up from float;
#X text 156 217 simplicity helps me think;
#X text 157 232 organise my patch;
#X text 158 187 ______A_CUP_HAIKU_______;
#X text 40 215 Ed Kelly;
#X obj 377 24 declare -path ekext;
#X connect 0 0 8 0;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 6 0;
#X connect 12 0 0 0;