diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:54:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-21 15:54:14 +0000 |
commit | 776d5add8cd8e951806d8d0447244e3bfaa6a78d (patch) | |
tree | 7a6952374fe8ccc77c0c16fc7f1b18432c41300b /open.pd |
turned the pddp support objects into a libdir and moved them to the abstractions repositorysvn2git-root
svn path=/trunk/abstractions/pddp/; revision=4002
Diffstat (limited to 'open.pd')
-rw-r--r-- | open.pd | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +#N canvas 416 398 124 30 10; +#X obj 107 2 inlet; +#X msg 86 225 \; pd open \$1.pd \$2; +#X obj 86 192 pack s s; +#X obj 86 137 symbol; +#X obj 108 111 t a b; +#X obj 46 0 bng 18 250 50 0 \$0- \$0- empty 0 -6 0 8 -44926 -1 -1; +#X obj 0 61 symbol \$1; +#X obj 58 40 symbol; +#X text 313 346 released under the GNU GPL; +#X text 98 318 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at> +; +#X text 90 63 <-- store the last value so that the GOP bang will open +it; +#X text 20 287 This patch opens a patch either from the first argument +or sent in as a message.; +#X obj 0 0 cnv 16 45 18 empty empty open: 6 9 0 14 -233017 -1 0; +#X text 279 176 GOP: 168x18; +#X obj 137 166 getdir; +#X connect 0 0 4 0; +#X connect 0 0 7 0; +#X connect 2 0 1 0; +#X connect 3 0 2 0; +#X connect 4 0 3 0; +#X connect 4 1 14 0; +#X connect 5 0 6 0; +#X connect 6 0 4 0; +#X connect 7 0 6 1; +#X connect 14 0 2 1; +#X coords 0 0 1 1 124 18 1; |