diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 01:54:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 01:54:46 +0000 |
commit | 73c22fd3447f0ae2dcd4c7fd69e21ae6c0fc1e13 (patch) | |
tree | a7b2af64b0ca839fbd84ebf04698e97b10fefb85 | |
parent | 1e36857793eb3314b3ee7d199fa3d089becc8561 (diff) |
copied a pddp test patch and made it function as a help patch
svn path=/trunk/externals/pddp/; revision=13429
-rw-r--r-- | pddplink-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pddplink-help.pd b/pddplink-help.pd new file mode 100644 index 0000000..c03f429 --- /dev/null +++ b/pddplink-help.pd @@ -0,0 +1,14 @@ +#N canvas 314 87 424 397 12; +#X text 20 10 first entry; +#X text 50 50 three ways of linking to a; +#X text 50 170 three ways of linking to a; +#X obj 50 195 pddplink http://puredata.info; +#X obj 50 230 pddplink http://puredata.info -box; +#X text 50 290 three ways of linking to; +#X obj 260 290 pddplink dsp-help.pd -text another local patch; +#X obj 50 315 pddplink dsp-help.pd; +#X obj 50 350 pddplink dsp-help.pd -box; +#X obj 270 170 pddplink http://puredata.info -text remote URL; +#X obj 270 50 pddplink README.txt -text local file; +#X obj 50 75 pddplink README.txt; +#X obj 50 110 pddplink README.txt -box; |