Update of /cvsroot/pure-data/doc/pddp/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10781
Modified Files: example-help.pd template-help.pd Log Message: added meta data following the infoboxes from the pdpedia
Index: template-help.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/templates/template-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** template-help.pd 18 Sep 2007 22:38:05 -0000 1.2 --- template-help.pd 26 Sep 2007 17:17:32 -0000 1.3 *************** *** 1,25 **** ! #N canvas 783 35 575 634 10; ! #X obj 5 574 cnv 15 550 20 empty empty empty 20 12 0 14 -228856 -66577 ! 0; ! #X obj 5 -12 cnv 15 550 40 empty empty myobjectclass 3 12 0 18 -204280 ! -1 0; ! #X obj 4 244 cnv 3 550 3 empty empty inlets 15 12 0 13 -228856 -1 0 ! ; ! #N canvas 407 510 482 332 META 0; ! #X text 12 5 CATEGORY control; ! #X text 12 35 KEYWORDS control number float store; ! #X text 12 65 DESCRIPTION stores a number; ! #X restore 505 576 pd META; ! #X obj 4 394 cnv 3 550 3 empty empty outlet 15 12 0 13 -228856 -1 0 ! ; ! #X obj 4 444 cnv 3 550 3 empty empty argument 15 12 0 13 -228856 -1 ! 0; ! #X obj 4 494 cnv 3 550 3 empty empty more_info 15 12 0 13 -228856 -1 ! 0; ! #X obj 73 350 cnv 17 3 40 empty empty 1 5 9 0 16 -228856 -162280 0 ! ; ! #X obj 73 264 cnv 17 3 80 empty empty 0 5 9 0 16 -228856 -162280 0 ! ; ! #X text 103 462 [float] accepts a single number as a creation argument which sets value that is stored.; #N canvas 309 454 609 478 guts 0; --- 1,32 ---- ! #N canvas 41 22 564 619 10; ! #X obj 4 569 cnv 15 550 20 empty $0-pddp.cnv.footer empty 20 12 0 ! 14 -228856 -66577 0; ! #X obj 4 -17 cnv 15 550 40 empty $0-pddp.cnv.header myobjectclass ! 3 12 0 18 -204280 -1 0; ! #X obj 3 239 cnv 3 550 3 empty $0-pddp.cnv.inlets inlets 15 12 0 13 ! -228856 -1 0; ! #N canvas 779 22 494 344 META 0; ! #X text 12 25 KEYWORDS control number float store; ! #X text 12 45 LICENSE GPL; ! #X text 12 65 TEMPLATE template-help.pd v0.1; ! #X text 12 85 PLATFORM windows macosx gnulinux; ! #X text 12 105 DATATYPE float list; ! #X text 12 5 GENRE storage; ! #X text 12 125 LIBRARY internal; ! #X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/; ! #X text 12 165 RELEASE_DATE 2007-08-24; ! #X text 12 185 RELEASE_VERSION 0.40-test05; ! #X restore 504 571 pd META; ! #X obj 3 389 cnv 3 550 3 empty $0-pddp.cnv.outlets outlet 15 12 0 ! 13 -228856 -1 0; ! #X obj 3 439 cnv 3 550 3 empty $0-pddp.cnv.argument argument 15 12 ! 0 13 -228856 -1 0; ! #X obj 3 489 cnv 3 550 3 empty $0-pddp.cnv.more_info more_info 15 ! 12 0 13 -228856 -1 0; ! #X obj 72 345 cnv 17 3 40 empty $0-pddp.cnv.let.1 1 5 9 0 16 -228856 ! -162280 0; ! #X obj 72 259 cnv 17 3 80 empty $0-pddp.cnv.let.0 0 5 9 0 16 -228856 ! -162280 0; ! #X text 102 457 [float] accepts a single number as a creation argument which sets value that is stored.; #N canvas 309 454 609 478 guts 0; *************** *** 42,60 **** #X connect 5 0 6 0; #X connect 7 0 8 0; ! #X restore 454 576 pd guts; ! #X obj 471 -9 myobjectclass; ! #X obj 420 11 pddp/pddplink http://wiki.puredata.info/en/myobjectclass -text pdpedia: myobjectclass; ! #X text 204 123 (put working examples here); ! #X text 16 11 description: short desription of what this objectclass does; ! #X text 103 263 BANG - bang means do it!; ! #X text 103 283 FLOAT - what does a number do?; ! #X text 103 303 LIST - what does a list do?; ! #X text 103 350 FLOAT - how about a float on the cold inlet?; ! #X text 103 323 POINTER - does this object handle pointers; ! #X text 104 412 FLOAT - what kind of output comes out of here?; ! #X text 59 529 (put links to other help patches , about patches , links to the HTML manual , and/or external links); ! #X text 147 368 (if you want longer lines , you can use [cyclone/comment]) ; --- 49,67 ---- #X connect 5 0 6 0; #X connect 7 0 8 0; ! #X restore 453 571 pd guts; ! #X obj 470 -14 myobjectclass; ! #X obj 419 6 pddp/pddplink http://wiki.puredata.info/en/myobjectclass -text pdpedia: myobjectclass; ! #X text 203 118 (put working examples here); ! #X text 15 6 description: short desription of what this objectclass does; ! #X text 102 258 BANG - bang means do it!; ! #X text 102 278 FLOAT - what does a number do?; ! #X text 102 298 LIST - what does a list do?; ! #X text 102 345 FLOAT - how about a float on the cold inlet?; ! #X text 102 318 POINTER - does this object handle pointers; ! #X text 103 407 FLOAT - what kind of output comes out of here?; ! #X text 58 524 (put links to other help patches , about patches , links to the HTML manual , and/or external links); ! #X text 146 363 (if you want longer lines , you can use [cyclone/comment]) ;
Index: example-help.pd =================================================================== RCS file: /cvsroot/pure-data/doc/pddp/templates/example-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** example-help.pd 18 Sep 2007 22:38:05 -0000 1.2 --- example-help.pd 26 Sep 2007 17:17:32 -0000 1.3 *************** *** 1,13 **** ! #N canvas 223 116 568 620 10; ! #X obj 5 574 cnv 15 550 20 empty empty empty 20 12 0 14 -228856 -66577 ! 0; ! #X obj 5 -12 cnv 15 550 40 empty empty float 3 12 0 18 -204280 -1 0 ! ; ! #X obj 4 244 cnv 3 550 3 empty empty inlets 15 12 0 13 -228856 -1 0 ! ; ! #N canvas 407 510 482 332 META 0; ! #X text 12 5 CATEGORY control; ! #X text 12 35 KEYWORDS control number float store; ! #X text 12 65 DESCRIPTION stores a number; #X restore 505 576 pd META; #X obj 83 156 cnv 10 50 16 empty empty empty 20 12 0 14 -262126 -66577 --- 1,20 ---- ! #N canvas 50 40 568 623 10; ! #X obj 5 574 cnv 15 550 20 empty $0-pddp.cnv.footer empty 20 12 0 ! 14 -228856 -66577 0; ! #X obj 5 -12 cnv 15 550 40 empty $0-pddp.cnv.header float 3 12 0 18 ! -204280 -1 0; ! #X obj 4 244 cnv 3 550 3 empty $0-pddp.cnv.inlets inlets 15 12 0 13 ! -228856 -1 0; ! #N canvas 407 510 490 340 META 0; ! #X text 12 25 KEYWORDS control number float store; ! #X text 12 45 LICENSE GPL; ! #X text 12 65 TEMPLATE template-help.pd v0.1; ! #X text 12 85 PLATFORM windows macosx gnulinux; ! #X text 12 105 DATATYPE float list; ! #X text 12 5 GENRE storage; ! #X text 12 125 LIBRARY internal; ! #X text 12 165 RELEASE_DATE 2007-08-24; ! #X text 12 185 RELEASE_VERSION 0.40-test05; ! #X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/; #X restore 505 576 pd META; #X obj 83 156 cnv 10 50 16 empty empty empty 20 12 0 14 -262126 -66577