aboutsummaryrefslogtreecommitdiff
path: root/examples/00_pmpd.pd
blob: f514c34cb5547922e2446f5736ebcc45a872599b (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
35
36
37
38
39
40
41
42
43
44
45
46
#N canvas 99 360 460 300 10;
#N canvas 0 22 297 347 cpu 0;
#X obj 118 168 cputime;
#X obj 118 28 loadbang;
#X obj 118 112 metro 1000;
#X msg 118 56 1;
#X floatatom 118 84 0 0 0 0 - - -;
#X obj 118 140 t b b;
#X obj 118 228 * 0.1;
#X obj 118 197 int;
#X text 163 84 <-- on/off;
#X text 163 228 CPU load in percent;
#X obj 118 252 outlet;
#X connect 0 0 7 0;
#X connect 1 0 3 0;
#X connect 2 0 5 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X connect 5 0 0 0;
#X connect 5 1 0 1;
#X connect 6 0 10 0;
#X connect 7 0 6 0;
#X restore 94 239 pd cpu;
#X floatatom 94 260 5 0 0 0 - - -;
#X obj 15 235 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#N canvas 0 22 454 304 open 0;
#X obj 21 63 stripdir;
#X obj 21 40 openpanel;
#X msg 21 88 \; pd open \$1 ./ 1 1 \;;
#X obj 22 17 inlet;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 3 0 1 0;
#X restore 15 256 pd open;
#X text 17 54 You are ready to try the examples patchs. Please do not
run 2 examples in the same time (some use same send and receive names).
;
#X text 17 106 Gem v0.90 is neaded. It's the only dependency of the
examples.;
#X text 17 142 Examples are the files begginig with XX_name. XX is
a number. Others files are abstractions used by these examples.;
#X text 17 185 For big patch \, look at the cpu used \, you have to
reduce the simulation speed if your computer is too slow.;
#X connect 0 0 1 0;
#X connect 2 0 3 0;