File: cup-help.pd

package info (click to toggle)
pd-ekext 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,408 kB
  • sloc: ansic: 2,700; makefile: 280
file content (47 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download | duplicates (3)
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
#N canvas 0 22 433 272 10;
#X obj 71 134 cup;
#X msg 133 118 0;
#X msg 177 118 25;
#X msg 220 118 -67;
#X text 153 89 set to float;
#X text 130 100 (but do not output);
#X obj 71 81 metro 500;
#X obj 71 62 loadbang;
#X floatatom 71 156 5 0 0 0 - - -;
#X text 196 24 cup counts up ^_^;
#X text 165 46 it's the simplest counter there is;
#X text 184 70 why waste cpu power on counting?;
#X text 106 236 Ed;
#X text 71 198 someday I may write a haiku poem about it;
#X msg 280 119 setbang 198;
#X text 278 103 set and output;
#N canvas 0 0 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 text 80 233 cup counts up from float;
#X text 79 248 simplicity helps me think;
#X text 80 263 organise my patch;
#X text 81 218 ______A_CUP_HAIKU_______;
#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 230 158 pd simplecounter;
#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 14 0 0 0;