aboutsummaryrefslogtreecommitdiff
path: root/general/doc/failsafe-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-13 22:48:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-13 22:48:09 +0000
commit9d480cd9ce410015f14f845d50ee04a9bb3cdd22 (patch)
treec443cee69851db258806dbaa294ef1971ccf7761 /general/doc/failsafe-help.pd
parent3a7294f969ab28ccbb1b7e9816db99f120fafdee (diff)
wrote object to save the machine from hard resets when Pd pegs the CPU
svn path=/trunk/externals/hcs/; revision=6280
Diffstat (limited to 'general/doc/failsafe-help.pd')
-rw-r--r--general/doc/failsafe-help.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/general/doc/failsafe-help.pd b/general/doc/failsafe-help.pd
new file mode 100644
index 0000000..248ef9f
--- /dev/null
+++ b/general/doc/failsafe-help.pd
@@ -0,0 +1,21 @@
+#N canvas 502 235 469 316 10;
+#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;