From 72aa345b6ee1dd54384d4564a4ea07dddba51860 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 1 Dec 2011 05:16:47 +0000 Subject: added help patch for new [path] object included in Pd-extended svn path=/trunk/; revision=15810 --- doc/pddp/path-help.pd | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/pddp/path-help.pd (limited to 'doc') diff --git a/doc/pddp/path-help.pd b/doc/pddp/path-help.pd new file mode 100644 index 00000000..118b094e --- /dev/null +++ b/doc/pddp/path-help.pd @@ -0,0 +1,84 @@ +#N canvas 252 22 555 619 10; +#X declare; +#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 path 3 12 0 18 -204280 +-1 0; +#X obj 0 294 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 +-228856 -1 0; +#N canvas 51 246 494 344 META 0; +#X text 12 125 PATH internal; +#X text 12 165 WEBSITE http://crca.ucsd.edu/~msp/; +#X text 12 25 LICENSE SIBSD; +#X text 12 145 AUTHOR Miller Puckette; +#X text 12 205 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch +to conform to the PDDP template for Pd version 0.42.; +#X text 12 5 KEYWORDS control; +#X text 12 45 DESCRIPTION load paths from a patch; +#X text 12 65 INLET_0 bang rewind; +#X text 12 85 OUTLET_0 symbol; +#X text 12 105 OUTLET_1 bang; +#X text 12 185 RELEASE_DATE 1997; +#X restore 500 597 pd META; +#X obj 0 399 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 +13 -228856 -1 0; +#X obj 0 485 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 +0 13 -228856 -1 0; +#X obj 0 535 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 +0 13 -228856 -1 0; +#N canvas 105 478 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 7 1 [path] Related Objects; +#X obj 22 42 declare; +#X restore 102 597 pd Related_objects; +#X obj 78 303 cnv 17 3 80 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X obj 78 408 cnv 17 3 30 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856 +-162280 0; +#X obj 78 441 cnv 17 3 35 empty \$0-pddp.cnv.let.1 1 5 9 0 16 -228856 +-162280 0; +#X obj 482 3 path; +#X obj 455 20 pddp/pddplink http://wiki.puredata.info/en/path -text +pdpedia: path; +#X msg 91 84 bang; +#X symbolatom 102 188 0 0 0 0 - - -; +#X obj 91 214 print; +#X text 138 83 get next item in list of loaded libs; +#X text 150 137 start at the top of the list again; +#X msg 103 138 rewind; +#X text 97 539 [path] appends directories to the canvas-local path. +; +#X text 98 302 bang; +#X text 98 407 symbol; +#X text 98 440 bang; +#X obj 262 184 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 283 183 bang after the end of the list is reached; +#X text 11 23 load paths from a patch; +#X text 168 407 - a "bang" to the inlet of [path] sends a symbol to +the left outlet which the name of a loaded path.; +#X text 168 302 - sending a "bang" to [path] makes it output the loaded +paths one at a time (i.e. \, one per bang).; +#X text 167 440 - once [path] has output the last path in the list +\, sending another "bang" to its inlet will cause a "bang" to be sent +out its right outlet.; +#X text 80 501 n) symbol atom; +#X text 167 501 - the arguments to [path] specify the paths to load +for patch.; +#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide +; +#X obj 91 162 path ../lib abs; +#X msg 98 111 append lib/extrahiddenstuff; +#X text 274 109 add another path to the list; +#X text 98 362 rewind; +#X text 98 336 append; +#X text 168 362 - resets to output at the top of the list of paths. +; +#X text 168 336 - add a path to the end of the list of paths.; +#X connect 13 0 32 0; +#X connect 18 0 32 0; +#X connect 32 0 14 0; +#X connect 32 0 15 0; +#X connect 32 1 23 0; +#X connect 33 0 32 0; -- cgit v1.2.1