From 4df6af25c48b300d40c25dfa473cd001e92810f5 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 5 Nov 2003 09:31:16 +0000 Subject: renamed help files svn path=/trunk/externals/ggee/; revision=1158 --- gui/button-help.pd | 29 +++++++++++++++++++++++++++++ gui/button.pd | 29 ----------------------------- gui/gcanvas-help.pd | 6 ++++++ gui/slider-help.pd | 30 ++++++++++++++++++++++++++++++ gui/slider.pd | 30 ------------------------------ gui/toddle-help.pd | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ gui/toddle.pd | 50 -------------------------------------------------- 7 files changed, 115 insertions(+), 109 deletions(-) create mode 100644 gui/button-help.pd delete mode 100644 gui/button.pd create mode 100644 gui/gcanvas-help.pd create mode 100644 gui/slider-help.pd delete mode 100755 gui/slider.pd create mode 100644 gui/toddle-help.pd delete mode 100755 gui/toddle.pd (limited to 'gui') diff --git a/gui/button-help.pd b/gui/button-help.pd new file mode 100644 index 0000000..a2d2135 --- /dev/null +++ b/gui/button-help.pd @@ -0,0 +1,29 @@ +#N canvas 215 105 529 408 10; +#X obj 41 115 button OK; +#X obj 77 249 print; +#X obj 118 128 button Hit_me_with_your_rhythm_stick; +#X msg 118 181 yes I will; +#X obj 118 83 button OK; +#X obj 325 328 del 400; +#X obj 248 256 del 400; +#X obj 324 195 del 400; +#X obj 375 254 del 400; +#X obj 368 246 button Don't_click; +#X obj 321 321 button Don't_click; +#X obj 316 188 button Don't_click; +#X obj 236 247 button Don't_click; +#X text 17 21 Button \, a bang with a label (no pics yet); +#X text 26 374 (C) dosmildos Guenter Geiger; +#X text 17 41 button \, _ are made into spaces; +#X connect 0 0 1 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 2 0; +#X connect 5 0 12 0; +#X connect 6 0 11 0; +#X connect 7 0 9 0; +#X connect 8 0 10 0; +#X connect 9 0 8 0; +#X connect 10 0 5 0; +#X connect 11 0 7 0; +#X connect 12 0 6 0; diff --git a/gui/button.pd b/gui/button.pd deleted file mode 100644 index a2d2135..0000000 --- a/gui/button.pd +++ /dev/null @@ -1,29 +0,0 @@ -#N canvas 215 105 529 408 10; -#X obj 41 115 button OK; -#X obj 77 249 print; -#X obj 118 128 button Hit_me_with_your_rhythm_stick; -#X msg 118 181 yes I will; -#X obj 118 83 button OK; -#X obj 325 328 del 400; -#X obj 248 256 del 400; -#X obj 324 195 del 400; -#X obj 375 254 del 400; -#X obj 368 246 button Don't_click; -#X obj 321 321 button Don't_click; -#X obj 316 188 button Don't_click; -#X obj 236 247 button Don't_click; -#X text 17 21 Button \, a bang with a label (no pics yet); -#X text 26 374 (C) dosmildos Guenter Geiger; -#X text 17 41 button \, _ are made into spaces; -#X connect 0 0 1 0; -#X connect 2 0 3 0; -#X connect 3 0 1 0; -#X connect 4 0 2 0; -#X connect 5 0 12 0; -#X connect 6 0 11 0; -#X connect 7 0 9 0; -#X connect 8 0 10 0; -#X connect 9 0 8 0; -#X connect 10 0 5 0; -#X connect 11 0 7 0; -#X connect 12 0 6 0; diff --git a/gui/gcanvas-help.pd b/gui/gcanvas-help.pd new file mode 100644 index 0000000..db9479e --- /dev/null +++ b/gui/gcanvas-help.pd @@ -0,0 +1,6 @@ +#N canvas 0 0 450 300 10; +#X obj 182 78 mousearea grey 80 80; +#X floatatom 158 185 5 0 0 0 - - -; +#X floatatom 243 194 5 0 0 0 - - -; +#X connect 0 0 1 0; +#X connect 0 1 2 0; diff --git a/gui/slider-help.pd b/gui/slider-help.pd new file mode 100644 index 0000000..bd216b0 --- /dev/null +++ b/gui/slider-help.pd @@ -0,0 +1,30 @@ +#N canvas 465 157 666 446 12; +#X obj 14 121 slider 127 0 15; +#X floatatom 12 42 0 0 0; +#X floatatom 14 319 0 0 0; +#X text 139 188 This was instantiated with "slider 200 100"; +#X obj 14 85 random 127; +#X obj 468 343 state sl; +#X msg 468 283 save; +#X msg 520 283 1; +#X floatatom 98 296 0 0 0; +#X obj 186 252 slider 127 0 40; +#X text 184 231 This was instantiated with "slider 127 0 40"; +#X obj 274 333 sliderh 127 0 30; +#X text 273 307 Same with sliderh; +#X floatatom 274 384 5 0 0; +#X text 126 11 Instantiate a new slider with Put->Object and type slider +into the object. The slider takes up to 3 parameters \, the first is +the maximum value \, the second is the minimum. The third is the width +of the slider (contributed by Dieter . Click on the +through to move in 0.01. Middle button jumps.; +#X obj 12 64 metro 2; +#X obj 98 167 slider 200 100 15; +#X connect 0 0 2 0; +#X connect 1 0 15 0; +#X connect 4 0 0 0; +#X connect 6 0 5 0; +#X connect 7 0 5 0; +#X connect 11 0 13 0; +#X connect 15 0 4 0; +#X connect 16 0 8 0; diff --git a/gui/slider.pd b/gui/slider.pd deleted file mode 100755 index bd216b0..0000000 --- a/gui/slider.pd +++ /dev/null @@ -1,30 +0,0 @@ -#N canvas 465 157 666 446 12; -#X obj 14 121 slider 127 0 15; -#X floatatom 12 42 0 0 0; -#X floatatom 14 319 0 0 0; -#X text 139 188 This was instantiated with "slider 200 100"; -#X obj 14 85 random 127; -#X obj 468 343 state sl; -#X msg 468 283 save; -#X msg 520 283 1; -#X floatatom 98 296 0 0 0; -#X obj 186 252 slider 127 0 40; -#X text 184 231 This was instantiated with "slider 127 0 40"; -#X obj 274 333 sliderh 127 0 30; -#X text 273 307 Same with sliderh; -#X floatatom 274 384 5 0 0; -#X text 126 11 Instantiate a new slider with Put->Object and type slider -into the object. The slider takes up to 3 parameters \, the first is -the maximum value \, the second is the minimum. The third is the width -of the slider (contributed by Dieter . Click on the -through to move in 0.01. Middle button jumps.; -#X obj 12 64 metro 2; -#X obj 98 167 slider 200 100 15; -#X connect 0 0 2 0; -#X connect 1 0 15 0; -#X connect 4 0 0 0; -#X connect 6 0 5 0; -#X connect 7 0 5 0; -#X connect 11 0 13 0; -#X connect 15 0 4 0; -#X connect 16 0 8 0; diff --git a/gui/toddle-help.pd b/gui/toddle-help.pd new file mode 100644 index 0000000..2c56c53 --- /dev/null +++ b/gui/toddle-help.pd @@ -0,0 +1,50 @@ +#N canvas 194 167 644 497 12; +#X obj 21 258 toddle blue 50 50; +#X obj 254 397 toddle magenta 62 67; +#X obj 21 315 print; +#X msg 21 232 bang; +#X msg 254 251 size 15 15; +#X obj 22 57 toddle black 15 15; +#X text 333 250 set the size; +#X text 42 54 default toddle; +#X obj 22 92 toddle black 40 40; +#X text 72 105 toddle black 40 40; +#X obj 22 149 toddle red 15 15; +#X text 46 148 toddle red; +#X obj 22 180 toddle green 10 40; +#X text 43 193 toddle green 10 40; +#X text 19 460 (C) 1999 Guenter Geiger; +#X text 232 9 The Toddle object; +#X text 232 24 ==================; +#X msg 460 248 size \$1 \$2; +#X floatatom 460 206 0 0 0; +#X obj 460 227 pack 1 2; +#X floatatom 511 206 0 0 0; +#X msg 460 183 bang; +#X text 254 155 wow .....; +#X msg 460 285 color magenta \, bang; +#X msg 459 306 color red \, bang; +#X msg 459 328 color slategrey \, bang; +#X msg 460 350 color darkgreen \, bang; +#X text 199 52 To create: Put->Object and type in the "toddle"; +#X floatatom 75 231 0 0 0; +#X text 75 263 toddle is not a "bang"; +#X text 75 278 converter \, but routes; +#X text 76 294 messages through; +#X connect 0 0 2 0; +#X connect 3 0 0 0; +#X connect 4 0 1 0; +#X connect 5 0 8 0; +#X connect 8 0 10 0; +#X connect 10 0 12 0; +#X connect 17 0 1 0; +#X connect 18 0 19 0; +#X connect 19 0 17 0; +#X connect 20 0 19 1; +#X connect 20 0 21 0; +#X connect 21 0 18 0; +#X connect 23 0 1 0; +#X connect 24 0 1 0; +#X connect 25 0 1 0; +#X connect 26 0 1 0; +#X connect 28 0 0 0; diff --git a/gui/toddle.pd b/gui/toddle.pd deleted file mode 100755 index 2c56c53..0000000 --- a/gui/toddle.pd +++ /dev/null @@ -1,50 +0,0 @@ -#N canvas 194 167 644 497 12; -#X obj 21 258 toddle blue 50 50; -#X obj 254 397 toddle magenta 62 67; -#X obj 21 315 print; -#X msg 21 232 bang; -#X msg 254 251 size 15 15; -#X obj 22 57 toddle black 15 15; -#X text 333 250 set the size; -#X text 42 54 default toddle; -#X obj 22 92 toddle black 40 40; -#X text 72 105 toddle black 40 40; -#X obj 22 149 toddle red 15 15; -#X text 46 148 toddle red; -#X obj 22 180 toddle green 10 40; -#X text 43 193 toddle green 10 40; -#X text 19 460 (C) 1999 Guenter Geiger; -#X text 232 9 The Toddle object; -#X text 232 24 ==================; -#X msg 460 248 size \$1 \$2; -#X floatatom 460 206 0 0 0; -#X obj 460 227 pack 1 2; -#X floatatom 511 206 0 0 0; -#X msg 460 183 bang; -#X text 254 155 wow .....; -#X msg 460 285 color magenta \, bang; -#X msg 459 306 color red \, bang; -#X msg 459 328 color slategrey \, bang; -#X msg 460 350 color darkgreen \, bang; -#X text 199 52 To create: Put->Object and type in the "toddle"; -#X floatatom 75 231 0 0 0; -#X text 75 263 toddle is not a "bang"; -#X text 75 278 converter \, but routes; -#X text 76 294 messages through; -#X connect 0 0 2 0; -#X connect 3 0 0 0; -#X connect 4 0 1 0; -#X connect 5 0 8 0; -#X connect 8 0 10 0; -#X connect 10 0 12 0; -#X connect 17 0 1 0; -#X connect 18 0 19 0; -#X connect 19 0 17 0; -#X connect 20 0 19 1; -#X connect 20 0 21 0; -#X connect 21 0 18 0; -#X connect 23 0 1 0; -#X connect 24 0 1 0; -#X connect 25 0 1 0; -#X connect 26 0 1 0; -#X connect 28 0 0 0; -- cgit v1.2.1