diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-29 02:10:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-29 02:10:19 +0000 |
commit | fb2e2e869ff57b45464bf6e24989ccdb10120ae9 (patch) | |
tree | 86fc64913c3fc8e34083f5097f17fa9a83aaae78 | |
parent | 89a330f7157ae073eede077a157704a0c0f0828e (diff) |
cleaned up language to make more sense
svn path=/trunk/externals/hcs/; revision=11196
-rw-r--r-- | noquit-help.pd | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/noquit-help.pd b/noquit-help.pd index 1955bca..177b73b 100644 --- a/noquit-help.pd +++ b/noquit-help.pd @@ -1,25 +1,25 @@ -#N canvas 299 22 431 325 10; -#X obj 134 242 noquit; -#X obj 134 127 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +#N canvas 257 41 431 325 10; +#X obj 64 222 noquit; +#X obj 64 107 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; -#X msg 151 151 bang; -#X msg 167 175 reset; -#X msg 178 198 quit; -#X text 188 152 disable quitting; -#X text 209 173 re-enable quitting; -#X text 158 126 enable/disable quitting; +#X msg 81 131 bang; +#X msg 97 155 reset; +#X msg 108 178 quit; #X obj 9 7 cnv 15 400 30 empty empty noquit 20 16 0 14 -261682 -66577 0; -#X text 34 58 disable quitting for installations \, performances \, -fun \, etc.; -#X obj 134 270 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 --261234 -1 -1; -#X text 229 217 quit now; -#X msg 178 218 quitnow; -#X text 229 197 quit in the normal way; -#X connect 0 0 10 0; +#X obj 64 250 bng 35 250 50 0 empty empty bang_on_quit 38 17 0 12 -261234 +-1 -1; +#X msg 108 198 quitnow; +#X text 159 177 quit in the normal way; +#X text 88 106 override/reset quitting; +#X text 118 132 override quitting; +#X text 139 153 re-enable normal quit function; +#X text 159 197 quit now without any confirmation at all; +#X text 34 58 override quitting Pd for installations \, performances +\, etc.; +#X connect 0 0 6 0; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; -#X connect 12 0 0 0; +#X connect 7 0 0 0; |