[PD-cvs] externals/ggee/control getdir-help.pd,NONE,1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed May 17 10:18:33 CEST 2006


Update of /cvsroot/pure-data/externals/ggee/control
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31204

Added Files:
	getdir-help.pd 
Log Message:
dashed out a quick help file

--- NEW FILE: getdir-help.pd ---
#N canvas 196 88 460 383 10;
#X obj 177 95 getdir;
#X msg 177 57 bang;
#X obj 176 133 print;
#X text 17 21 get the directory that this patch is operating in:;
#X text 18 165 You can also get the path of the parent patch \, if
this patch is an object embedded in another patch. You use the argument
to set how many levels up to go:;
#X msg 99 212 bang;
#X obj 98 288 print;
#X obj 99 250 getdir 1;
#X msg 294 209 bang;
#X obj 293 285 print;
#X obj 294 247 getdir 2;
#X text 18 331 If there is no parent at that level \, it returns the
directory as if there was no argument \, i.e. level 0;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 5 0 7 0;
#X connect 7 0 6 0;
#X connect 8 0 10 0;
#X connect 10 0 9 0;





More information about the Pd-cvs mailing list