aboutsummaryrefslogtreecommitdiff
path: root/general/doc/failsafe-help.pd
blob: 08830c81b3d56cfe8da7a18a51ed536d8e4f2dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#N canvas 502 235 469 316 10;
#X declare -lib hcs;
#X obj 5 2 cnv 15 450 20 empty empty failsafe 2 11 1 18 -233017 -66577
0;
#X msg 422 3 pddp;
#X text 244 284 released under the GNU GPL;
#X text 27 270 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
;
#X obj 206 182 gemwin;
#X msg 206 162 0;
#X text 25 38 When the CPU is pegged \, first [failsafe] turns of DSP
and bangs the right outlet. Then if the CPU is still pegged \, it bangs
the left inlet and ultimately quits Pd.;
#X text 36 222 You can add your own conditions using the bangs from
the outlets.;
#X obj 155 127 failsafe;
#X obj 155 85 loadbang;
#X msg 119 172 \; pd quit;
#X connect 5 0 4 0;
#X connect 8 0 10 0;
#X connect 8 1 5 0;
#X connect 9 0 8 0;