diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 22:10:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 22:10:41 +0000 |
commit | 8de4ff0e0d412c0c78cf191efe159df8e572dbd3 (patch) | |
tree | 0d3681964981282422ff211b56801056b8cc8dc4 /instances.pd | |
parent | dbdef47e3e5ef9e4cdaba4ad2ce5758868e69ad5 (diff) |
added the code to use the full path to the embedded patch so that these objects can be installed like a normal libdir
svn path=/trunk/externals/many/; revision=14496
Diffstat (limited to 'instances.pd')
-rw-r--r-- | instances.pd | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/instances.pd b/instances.pd index 60630f2..b4a3271 100644 --- a/instances.pd +++ b/instances.pd @@ -73,6 +73,20 @@ #X msg 18 326 connect \$1 1 3 0; #X obj 173 409 outlet; #X msg 173 176 obj 150 \$1 \$2 \$4 \$3 \$5 \$6 \$7 \$8 \$9; +#N canvas 183 272 316 307 expandpath 0; +#X obj 59 16 inlet; +#X obj 55 271 outlet; +#X obj 59 98 list append; +#X obj 58 153 zexy/list2symbol /; +#X obj 59 43 trigger bang anything; +#X obj 58 67 ggee/getdir 2; +#X connect 0 0 4 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 4 1 2 1; +#X connect 5 0 2 0; +#X restore 218 81 pd expandpath; #X connect 0 0 10 0; #X connect 1 0 4 2; #X connect 2 0 9 0; @@ -82,7 +96,7 @@ #X connect 3 0 4 0; #X connect 4 0 8 0; #X connect 5 0 16 0; -#X connect 6 0 4 1; +#X connect 6 0 17 0; #X connect 7 0 3 0; #X connect 8 0 5 0; #X connect 9 0 15 0; @@ -97,6 +111,7 @@ #X connect 13 0 15 0; #X connect 14 0 15 0; #X connect 16 0 15 0; +#X connect 17 0 4 1; #X restore 106 363 pd create and link instances; #X obj 466 464 send; #X obj 99 278 trigger 0 bang; |