aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2012-12-20 04:43:01 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2012-12-20 04:43:01 +0000
commiteb2e2f008cf8fe81f91b6c6359c3a21f17cf8be5 (patch)
tree1f2591bbaf365aea066bae9fa4aac0d6fecb4c90
parent498970b7747a3ccd5c3714cc53b3267eb06d4188 (diff)
added symbol box to gatom help patch
svn path=/trunk/; revision=16715
-rw-r--r--doc/pddp/gatom-help.pd124
-rw-r--r--doc/pddp/makefilename-help.pd6
2 files changed, 73 insertions, 57 deletions
diff --git a/doc/pddp/gatom-help.pd b/doc/pddp/gatom-help.pd
index 59b1456e..3786bcae 100644
--- a/doc/pddp/gatom-help.pd
+++ b/doc/pddp/gatom-help.pd
@@ -1,11 +1,11 @@
-#N canvas 0 0 555 619 10;
+#N canvas 1 88 555 619 10;
#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
14 -228856 -66577 0;
#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header gatom 3 12 0 18
-204280 -1 0;
-#X obj 0 248 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+#X obj 0 231 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
-#N canvas 52 247 494 344 META 0;
+#N canvas 50 255 494 344 META 0;
#X text 12 115 LIBRARY internal;
#X text 12 155 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 35 LICENSE SIBSD;
@@ -15,19 +15,18 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
0.42.;
#X text 12 75 INLET_0 float bang symbol set;
#X text 12 95 OUTLET_0 float;
-#X text 12 55 DESCRIPTION atom (number box);
-#X text 12 5 KEYWORDS control storage GUI nonlocal symbol_op needs_work
-(what about symbol box?);
#X text 12 175 RELEASE_DATE 1997;
+#X text 12 55 DESCRIPTION atom (number box and symbol box);
+#X text 12 5 KEYWORDS control storage GUI nonlocal symbol_op;
#X restore 500 597 pd META;
-#X obj 0 413 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
+#X obj 0 396 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;
-#X obj 0 456 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
+#X obj 0 470 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
0 13 -228856 -1 0;
-#X obj 0 485 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
+#X obj 0 499 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
0 13 -228856 -1 0;
-#X text 98 460 (none);
-#N canvas 93 480 428 109 Related_objects 0;
+#X text 98 474 (none);
+#N canvas 89 496 428 109 Related_objects 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -204280 -1 0;
#X text 47 1 Related Objects;
@@ -38,43 +37,24 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
-262144 -1 -1 0 256;
#X obj 169 42 drawnumber;
#X restore 102 597 pd Related_objects;
-#X obj 78 257 cnv 17 3 145 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+#X obj 78 240 cnv 17 3 145 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
-#X text 98 421 float;
-#X obj 78 422 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+#X text 98 404 float;
+#X obj 78 405 cnv 17 3 52 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
-#X floatatom 486 3 5 0 0 0 - - -;
+#X floatatom 396 3 5 0 0 0 - - -;
#X obj 455 20 pddp/pddplink http://wiki.puredata.info/en/gatom -text
pdpedia: gatom;
-#X floatatom 86 73 0 0 0 0 - - -;
-#X floatatom 86 111 0 0 0 0 - - -;
-#X msg 25 148 set 45;
-#X floatatom 25 176 0 0 0 0 - - -;
-#X floatatom 25 205 0 0 0 0 - - -;
-#X text 132 67 Number boxes allow you to display numbers or to enter
-numbers using the mouse and keyboard. When a number arrives at the
-number box's inlet \, it is displayed and sent to the outlet. You can
-click on a number box and drag upward or downward to change the value
-continuously.;
-#X text 98 256 bang;
-#X text 168 256 - a bang to the inlet of a number box outputs its current
-value.;
-#X text 98 286 float;
-#X text 168 286 - a float sets the current value and outputs it.;
-#X text 98 306 list;
-#X text 98 326 symbol;
-#X text 168 326 - sending a symbol to a number box sets the value to
-zero and outputs it.;
-#X text 98 356 set;
-#X text 79 143 the "set" message sets the number box's value but does
-not send it to the outlet.;
-#X text 168 356 - the set message updates the value of the number box
-without outputting it (e.g. \, "set 23" sets the value to 23). Sending
-a set message without a value does not change the current value in
-the number box.;
-#X text 168 421 - a number box outputs a float for each message it
-receives (except set).;
-#N canvas 102 43 430 514 Number_box_properties 0;
+#X floatatom 25 58 0 0 0 0 - - -;
+#X floatatom 25 96 0 0 0 0 - - -;
+#X msg 469 76 set 45;
+#X floatatom 469 104 0 0 0 0 - - -;
+#X text 98 239 bang;
+#X text 98 259 float;
+#X text 98 289 list;
+#X text 98 309 symbol;
+#X text 98 339 set;
+#N canvas 98 96 430 514 Number_box_properties 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -204280 -1 0;
#X floatatom 70 102 12 0 0 0 - - -;
@@ -130,15 +110,51 @@ want to use both \, see the [nbx] object:;
#X floatatom 13 3 5 0 0 0 - - -;
#X connect 27 0 31 0;
#X connect 29 0 28 0;
-#X restore 102 567 pd Number_box_properties;
-#X text 100 489 You can shift-click and drag to change the number by
-hundredths instead of units. Alt clicking toggles the value between
-0 and the last nonzero value.;
-#X text 99 530 You can also type in values by clicking and typing a
-number followed by "enter.";
-#X text 168 306 - a list is truncated to the first item.;
-#X text 11 23 atom (number box);
-#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide;
+#X restore 102 571 pd Number_box_properties;
+#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide
+;
+#X symbolatom 25 138 10 0 0 0 - - -;
+#X text 11 23 atom (number box and symbol box);
+#X symbolatom 476 3 10 0 0 0 - - -;
+#X text 440 3 and;
+#X symbolatom 25 174 10 0 0 0 - - -;
+#X text 61 52 A number box allows you to display a number or enter
+a number using the mouse and keyboard. When a number arrives at the
+number box's inlet \, it is displayed and sent to the outlet. You can
+click on a number box and drag upward or downward to change the value
+continuously.;
+#X text 97 134 A symbol box allows you to display a single symbol-atom
+or enter one using the mouse and keyboard. Unlike a number box you
+cannot change the value by clicking and dragging.;
+#X text 96 172 The symbol box is called "Symbol" in the "Put" menu.
+;
+#X text 168 239 - sends the current value to the outlet.;
+#X msg 469 156 set foo;
+#X symbolatom 469 180 10 0 0 0 - - -;
+#X text 168 309 - symbol box only: an incoming symbol is displayed
+and output. (Number box will display and output zero.);
+#X text 168 259 - number box only: sets the current value and outputs
+it. (Symbol box will display 'float' and output 'symbol float'.);
+#X text 168 289 - a list will be truncated to the first item.;
+#X text 168 339 - displays the incoming value without outputting it
+(e.g. \, "set 23" will cause a number box to display 23). Sending a
+set message without a value does not change the current value of a
+number box or symbol box.;
+#X text 168 404 - number box only: outputs a float for each message
+it receives (except set).;
+#X text 98 434 symbol;
+#X text 168 434 - symbol box only: outputs a symbol message for each
+message it receives (except set).;
+#X text 100 537 Control-clicking (or command-clicking on a mac) toggles
+the value between 0 and the last nonzero value.;
+#X floatatom 59 545 5 0 0 0 - - -;
+#X text 100 503 You can shift-click a number box and drag to change
+the number by hundredths instead of ones.;
+#X text 62 112 The number box is called "Number" in the "Put" menu.
+;
+#X text 67 197 To enter data simply click a number box or symbol box
+and begin typing. Then click "Enter" to finish and output it.;
#X connect 14 0 15 0;
#X connect 16 0 17 0;
-#X connect 17 0 18 0;
+#X connect 25 0 29 0;
+#X connect 34 0 35 0;
diff --git a/doc/pddp/makefilename-help.pd b/doc/pddp/makefilename-help.pd
index 58b04442..3a30c19c 100644
--- a/doc/pddp/makefilename-help.pd
+++ b/doc/pddp/makefilename-help.pd
@@ -1,11 +1,11 @@
-#N canvas 0 0 555 619 10;
+#N canvas 1 88 555 619 10;
#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
14 -228856 -66577 0;
#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header makefilename 3 12
0 18 -204280 -1 0;
#X obj 0 179 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
-#N canvas 51 244 494 344 META 0;
+#N canvas 49 252 494 344 META 0;
#X text 12 105 LIBRARY internal;
#X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 25 LICENSE SIBSD;
@@ -16,8 +16,8 @@ Pd version 0.42.;
#X text 12 45 DESCRIPTION format a string with a variable field;
#X text 12 65 INLET_0 float symbol;
#X text 12 85 OUTLET_0 symbol;
-#X text 12 5 KEYWORDS control conversion needs_work symbol_op;
#X text 12 165 RELEASE_DATE 1997;
+#X text 12 5 KEYWORDS control conversion symbol_op;
#X restore 500 597 pd META;
#X obj 0 319 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;