diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-07 19:54:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-07 19:54:38 +0000 |
commit | fec8d07685f163c82d2d3d9144d9d885639577e0 (patch) | |
tree | 462b62bc98b394739109ac816ab3e28d0219ea09 /helplink-help.pd | |
parent | 624aa8e1328184ee0b167854d93b56be2a0896d2 (diff) |
created [helplink] for linking to helppatches based on [pddplink]
svn path=/trunk/externals/pddp/; revision=13507
Diffstat (limited to 'helplink-help.pd')
-rw-r--r-- | helplink-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/helplink-help.pd b/helplink-help.pd new file mode 100644 index 0000000..675458f --- /dev/null +++ b/helplink-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 helplink http://puredata.info; +#X obj 50 230 helplink http://puredata.info -box; +#X text 50 290 three ways of linking to; +#X obj 260 290 helplink dsp-help.pd -text another local patch; +#X obj 50 315 helplink dsp-help.pd; +#X obj 50 350 helplink dsp-help.pd -box; +#X obj 270 170 helplink http://puredata.info -text remote URL; +#X obj 270 50 helplink README.txt -text local file; +#X obj 50 75 helplink README.txt; +#X obj 50 110 helplink README.txt -box; |