diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:26:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:26:38 +0000 |
commit | 48d170d5d50bb84a96d249f17e2048c48270ea97 (patch) | |
tree | 6f4ad76ffb0031ca29e185bf8112b248f6c8402f /examples/pddplink-test-02.pd | |
parent | 40341076a954c0f54449c06a82034c6e267c57d5 (diff) |
consolidated 'pddp' lib stuff into a single place to make a libdir, ease Debian packaging, and remove the pddpserver
svn path=/trunk/externals/pddp/; revision=13424
Diffstat (limited to 'examples/pddplink-test-02.pd')
-rw-r--r-- | examples/pddplink-test-02.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/pddplink-test-02.pd b/examples/pddplink-test-02.pd new file mode 100644 index 0000000..839c0b6 --- /dev/null +++ b/examples/pddplink-test-02.pd @@ -0,0 +1,17 @@ +#N canvas 321 192 475 404 12; +#X text 20 10 first entry; +#X text 50 50 three ways of linking to a; +#X obj 270 50 pddplink pddplink-test-02.html -text local html page +; +#X obj 50 75 pddplink pddplink-test-02.html; +#X obj 50 110 pddplink pddplink-test-02.html -box; +#X text 50 170 three ways of linking to a; +#X obj 270 170 pddplink http://puredata.info -text remote html page +; +#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 pddplink-test-01.pd -text another local patch +; +#X obj 50 315 pddplink pddplink-test-01.pd; +#X obj 50 350 pddplink pddplink-test-01.pd -box; |