Update of /cvsroot/pure-data/doc/pddp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4250
Modified Files: all_about_data_structures.pd all_about_lists_vs_anythings.pd all_about_send_n_receive.pd all_about_symbol_construction.pd help-acoustics.pd help-bang.pd help-cputime.pd help-delay.pd help-int.pd help-line.pd help-metro.pd help-moses.pd help-operators.pd help-otherbinops.pd help-pack.pd help-pipe.pd help-random.pd help-realtime.pd help-route.pd help-select.pd help-spigot.pd help-symbol.pd help-timer.pd help-trigger.pd help-unpack.pd help-until.pd help-value.pd Log Message: changed pure-data.org to puredata.org
Index: help-metro.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-metro.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-metro.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-metro.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 34,38 **** #X text 17 105 The best places to find information about PD's libraries is:; ! #X text 14 127 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 143 or; --- 34,38 ---- #X text 17 105 The best places to find information about PD's libraries is:; ! #X text 14 127 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 143 or;
Index: all_about_lists_vs_anythings.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/all_about_lists_vs_anythings.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** all_about_lists_vs_anythings.pd 27 May 2004 16:53:47 -0000 1.1 --- all_about_lists_vs_anythings.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 1,7 **** ! #N canvas 118 146 866 595 10; #X msg 74 245 1 2 3; #X obj 134 276 route list; - #X obj 134 297 print list; - #X obj 209 297 print NOTlist; #X msg 183 224 list this is a list with a cast; #X msg 190 243 this is a list withOUT a cast; --- 1,5 ---- ! #N canvas 315 96 870 599 10; #X msg 74 245 1 2 3; #X obj 134 276 route list; #X msg 183 224 list this is a list with a cast; #X msg 190 243 this is a list withOUT a cast; *************** *** 19,23 **** #X obj 131 462 a2l; #X obj 64 463 any2list; ! #X obj 65 412 lister; #X obj 64 489 list2symbol; #X obj 64 510 symbol2list; --- 17,21 ---- #X obj 131 462 a2l; #X obj 64 463 any2list; ! #X obj 64 413 lister; #X obj 64 489 list2symbol; #X obj 64 510 symbol2list; *************** *** 26,33 **** #X obj 197 490 tosymbol; #X obj 197 509 fromsymbol; ! #X text 500 259 use [prepend]!!; ! #X obj 617 257 prepend; ! #X obj 680 326 drip; ! #X text 587 326 write about:; #X obj 560 460 glue; #X obj 621 487 pack; --- 24,31 ---- #X obj 197 490 tosymbol; #X obj 197 509 fromsymbol; ! #X text 502 313 use [prepend]!!; ! #X obj 619 311 prepend; ! #X obj 682 380 drip; ! #X text 589 380 write about:; #X obj 560 460 glue; #X obj 621 487 pack; *************** *** 43,59 **** #X text 50 63 An empty "list" is tranlated into a "bang".; #X text 7 39 SPECIAL CASES OF "LISTS".; ! #X text 496 214 working with "lists" and "anythings":; #X text 537 434 making "lists" from untyped inputs:; #X obj 10 148 print NOT-LISTS; #X obj 496 460 repack; #X connect 0 0 1 0; ! #X connect 1 0 2 0; ! #X connect 1 1 3 0; #X connect 4 0 1 0; ! #X connect 5 0 1 0; ! #X connect 6 0 1 0; ! #X connect 7 0 40 0; ! #X connect 8 0 40 0; ! #X connect 9 0 10 0; ! #X connect 9 0 40 0; ! #X connect 31 0 30 0; --- 41,67 ---- #X text 50 63 An empty "list" is tranlated into a "bang".; #X text 7 39 SPECIAL CASES OF "LISTS".; ! #X text 498 268 working with "lists" and "anythings":; #X text 537 434 making "lists" from untyped inputs:; #X obj 10 148 print NOT-LISTS; #X obj 496 460 repack; + #X obj 134 299 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 + -1; + #X obj 198 300 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 + -1; + #X text 506 163 lists maps to outlets , non-lists don't; + #X text 478 138 Miller's list explanation; + #X obj 65 391 list; + #X obj 64 366 any; + #X obj 93 366 pipe; + #X text 509 190 anything is not a atom type; #X connect 0 0 1 0; ! #X connect 1 0 40 0; ! #X connect 1 1 41 0; ! #X connect 2 0 1 0; ! #X connect 3 0 1 0; #X connect 4 0 1 0; ! #X connect 5 0 38 0; ! #X connect 6 0 38 0; ! #X connect 7 0 8 0; ! #X connect 7 0 38 0; ! #X connect 29 0 28 0;
Index: help-select.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-select.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help-select.pd 15 Jan 2004 03:29:31 -0000 1.2 --- help-select.pd 9 Oct 2004 05:01:05 -0000 1.3 *************** *** 160,164 **** #X text 18 102 The best places to find information about PD's libraries is:; ! #X text 15 124 www.pure-data.org and click on "Downloads" then "Software" ; #X text 16 140 or; --- 160,164 ---- #X text 18 102 The best places to find information about PD's libraries is:; ! #X text 15 124 www.puredata.org and click on "Downloads" then "Software" ; #X text 16 140 or;
Index: help-acoustics.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-acoustics.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-acoustics.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-acoustics.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 558,562 **** #X text 17 145 The best places to find information about PD's libraries is:; ! #X text 14 167 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 183 or; --- 558,562 ---- #X text 17 145 The best places to find information about PD's libraries is:; ! #X text 14 167 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 183 or;
Index: help-pipe.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-pipe.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-pipe.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-pipe.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 84,88 **** #X text 25 126 The best places to find information about PD's libraries is:; ! #X text 22 148 www.pure-data.org and click on "Downloads" then "Software" ; #X text 24 163 or; --- 84,88 ---- #X text 25 126 The best places to find information about PD's libraries is:; ! #X text 22 148 www.puredata.org and click on "Downloads" then "Software" ; #X text 24 163 or;
Index: help-value.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-value.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-value.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-value.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 82,86 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 82,86 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-pack.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-pack.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-pack.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-pack.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 102,106 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 102,106 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-moses.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-moses.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-moses.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-moses.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 37,41 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 37,41 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-timer.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-timer.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-timer.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-timer.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 76,80 **** #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.pure-data.org and click on "Downloads" then "Software" ; #X text 25 149 or; --- 76,80 ---- #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.puredata.org and click on "Downloads" then "Software" ; #X text 25 149 or;
Index: all_about_send_n_receive.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/all_about_send_n_receive.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** all_about_send_n_receive.pd 20 May 2004 05:30:00 -0000 1.2 --- all_about_send_n_receive.pd 9 Oct 2004 05:01:05 -0000 1.3 *************** *** 1,3 **** ! #N canvas 281 92 859 544 10; #X text 9 28 GETTING YOUR MESSAGE ACROSS; #X text 10 43 The [send] and [receive] objects are useful for linking --- 1,3 ---- ! #N canvas 281 92 863 548 10; #X text 9 28 GETTING YOUR MESSAGE ACROSS; #X text 10 43 The [send] and [receive] objects are useful for linking *************** *** 71,77 **** with send and receives objects.; #X obj 301 337 nbx 5 14 -1e+37 1e+37 0 0 b empty empty 0 -6 0 10 -262144 ! -1 -1 -14 256; #X obj 363 337 nbx 5 14 -1e+37 1e+37 0 0 empty b empty 0 -6 0 10 -262144 ! -1 -1 -14 256; #X text 310 360 These number boxes are linked together via their 'send' or 'receive' property.; --- 71,77 ---- with send and receives objects.; #X obj 301 337 nbx 5 14 -1e+37 1e+37 0 0 b empty empty 0 -6 0 10 -262144 ! -1 -1 0 256; #X obj 363 337 nbx 5 14 -1e+37 1e+37 0 0 empty b empty 0 -6 0 10 -262144 ! -1 -1 0 256; #X text 310 360 These number boxes are linked together via their 'send' or 'receive' property.; *************** *** 87,109 **** #X obj 16 334 receive one_send; #X obj 19 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 9500 0; #X obj 153 290 send one_send; #X obj 156 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 8600 0; #X obj 291 290 send one_send; #X obj 294 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 5000 0; #X obj 19 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 5000 1; #X obj 153 334 receive one_send; #X obj 156 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 5000 1; #X obj 291 334 receive one_send; #X obj 294 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 5000 1; #X text 7 317 All [receive]s of the same name will receive the "messages": ; #X text 9 252 You can have multiple [send]s with the same name:; ! #N canvas 0 0 450 300 Related 1; #X obj 16 39 universal; #X obj 17 76 send13; --- 87,109 ---- #X obj 16 334 receive one_send; #X obj 19 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 0; #X obj 153 290 send one_send; #X obj 156 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 0; #X obj 291 290 send one_send; #X obj 294 272 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 0; #X obj 19 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 1; #X obj 153 334 receive one_send; #X obj 156 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 1; #X obj 291 334 receive one_send; #X obj 294 355 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 1; #X text 7 317 All [receive]s of the same name will receive the "messages": ; #X text 9 252 You can have multiple [send]s with the same name:; ! #N canvas 0 22 454 304 Related 0; #X obj 16 39 universal; #X obj 17 76 send13;
Index: help-random.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-random.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-random.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-random.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 145,149 **** #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.pure-data.org and click on "Downloads" then "Software" ; #X text 27 190 or; --- 145,149 ---- #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.puredata.org and click on "Downloads" then "Software" ; #X text 27 190 or;
Index: help-bang.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-bang.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-bang.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-bang.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 123,127 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 123,127 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-trigger.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-trigger.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help-trigger.pd 19 Apr 2004 21:52:29 -0000 1.2 --- help-trigger.pd 9 Oct 2004 05:01:05 -0000 1.3 *************** *** 181,185 **** #X text 25 126 The best places to find information about PD's libraries is:; ! #X text 22 148 www.pure-data.org and click on "Downloads" then "Software" ; #X text 24 163 or; --- 181,185 ---- #X text 25 126 The best places to find information about PD's libraries is:; ! #X text 22 148 www.puredata.org and click on "Downloads" then "Software" ; #X text 24 163 or;
Index: help-unpack.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-unpack.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-unpack.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-unpack.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 32,36 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 32,36 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-cputime.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-cputime.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-cputime.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-cputime.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 60,64 **** #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.pure-data.org and click on "Downloads" then "Software" ; #X text 25 149 or; --- 60,64 ---- #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.puredata.org and click on "Downloads" then "Software" ; #X text 25 149 or;
Index: help-spigot.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-spigot.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-spigot.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-spigot.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 78,82 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 78,82 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-until.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-until.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help-until.pd 15 Jan 2004 03:30:21 -0000 1.2 --- help-until.pd 9 Oct 2004 05:01:05 -0000 1.3 *************** *** 65,69 **** #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.pure-data.org and click on "Downloads" then "Software" ; #X text 25 149 or; --- 65,69 ---- #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.puredata.org and click on "Downloads" then "Software" ; #X text 25 149 or;
Index: help-otherbinops.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-otherbinops.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-otherbinops.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-otherbinops.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 300,304 **** #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.pure-data.org and click on "Downloads" then "Software" ; #X text 27 190 or; --- 300,304 ---- #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.puredata.org and click on "Downloads" then "Software" ; #X text 27 190 or;
Index: help-int.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-int.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-int.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-int.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 57,61 **** #X text 19 105 The best places to find information about PD's libraries is:; ! #X text 16 127 www.pure-data.org and click on "Downloads" then "Software" ; #X text 18 157 iem.kug.ac.at/pdb/; --- 57,61 ---- #X text 19 105 The best places to find information about PD's libraries is:; ! #X text 16 127 www.puredata.org and click on "Downloads" then "Software" ; #X text 18 157 iem.kug.ac.at/pdb/;
Index: help-line.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-line.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-line.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-line.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 108,112 **** #X text 16 103 The best places to find information about PD's libraries is:; ! #X text 13 125 www.pure-data.org and click on "Downloads" then "Software" ; #X text 14 141 or; --- 108,112 ---- #X text 16 103 The best places to find information about PD's libraries is:; ! #X text 13 125 www.puredata.org and click on "Downloads" then "Software" ; #X text 14 141 or;
Index: help-delay.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-delay.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-delay.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-delay.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 101,105 **** #X text 17 108 The best places to find information about PD's libraries is:; ! #X text 14 130 www.pure-data.org and click on "Downloads" then "Software" ; #X text 16 160 iem.kug.ac.at/pdb/; --- 101,105 ---- #X text 17 108 The best places to find information about PD's libraries is:; ! #X text 14 130 www.puredata.org and click on "Downloads" then "Software" ; #X text 16 160 iem.kug.ac.at/pdb/;
Index: all_about_data_structures.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/all_about_data_structures.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** all_about_data_structures.pd 27 May 2004 16:53:47 -0000 1.1 --- all_about_data_structures.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 1,10 **** ! #N canvas 317 126 761 632 10; #X text 43 164 see also:; #X obj 84 219 template; ! #X obj 161 277 append; #X obj 54 187 getsize; #X obj 121 187 setsize; #X obj 149 219 element; ! #X obj 216 277 sublist; #X obj 35 277 pointer; #X obj 99 277 get; --- 1,10 ---- ! #N canvas 317 126 765 636 10; #X text 43 164 see also:; #X obj 84 219 template; ! #X obj 202 277 append; #X obj 54 187 getsize; #X obj 121 187 setsize; #X obj 149 219 element; ! #X obj 257 277 sublist; #X obj 35 277 pointer; #X obj 99 277 get; *************** *** 31,32 **** --- 31,33 ---- structures. When working with data structures , all of the objects pertain to reading and editing "scalars".; + #X obj 164 277 add;
Index: help-route.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-route.pd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** help-route.pd 28 May 2004 17:57:22 -0000 1.3 --- help-route.pd 9 Oct 2004 05:01:05 -0000 1.4 *************** *** 102,106 **** #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.pure-data.org and click on "Downloads" then "Software" ; #X text 15 173 or; --- 102,106 ---- #X text 17 135 The best places to find information about PD's libraries is:; ! #X text 14 157 www.puredata.org and click on "Downloads" then "Software" ; #X text 15 173 or;
Index: help-symbol.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-symbol.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help-symbol.pd 25 Mar 2004 15:51:07 -0000 1.2 --- help-symbol.pd 9 Oct 2004 05:01:05 -0000 1.3 *************** *** 46,50 **** #X text 10 129 The best places to find information about PD's libraries is:; ! #X text 13 159 www.pure-data.org and click on "Downloads" then "Software" ; #X text 14 172 or; --- 46,50 ---- #X text 10 129 The best places to find information about PD's libraries is:; ! #X text 13 159 www.puredata.org and click on "Downloads" then "Software" ; #X text 14 172 or;
Index: help-operators.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-operators.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-operators.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-operators.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 248,252 **** #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.pure-data.org and click on "Downloads" then "Software" ; #X text 27 190 or; --- 248,252 ---- #X text 28 153 The best places to find information about PD's libraries is:; ! #X text 25 175 www.puredata.org and click on "Downloads" then "Software" ; #X text 27 190 or;
Index: help-realtime.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/help-realtime.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help-realtime.pd 22 Aug 2003 00:20:54 -0000 1.1 --- help-realtime.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 60,64 **** #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.pure-data.org and click on "Downloads" then "Software" ; #X text 25 149 or; --- 60,64 ---- #X text 26 112 The best places to find information about PD's libraries is:; ! #X text 23 134 www.puredata.org and click on "Downloads" then "Software" ; #X text 25 149 or;
Index: all_about_symbol_construction.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/all_about_symbol_construction.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** all_about_symbol_construction.pd 27 May 2004 16:53:47 -0000 1.1 --- all_about_symbol_construction.pd 9 Oct 2004 05:01:05 -0000 1.2 *************** *** 1,3 **** ! #N canvas 180 74 859 631 10; #X obj 0 2 cnv 15 850 20 empty empty all_about_symbol_construction 20 10 1 18 -233017 -66577 0; --- 1,3 ---- ! #N canvas 180 74 863 635 10; #X obj 0 2 cnv 15 850 20 empty empty all_about_symbol_construction 20 10 1 18 -233017 -66577 0; *************** *** 35,38 **** --- 35,39 ---- #X msg 517 260 separator -|-; #X text 616 261 <- click here to use "-|-"; + #X obj 452 575 concat; #X connect 9 0 8 0; #X connect 10 0 9 1;