aboutsummaryrefslogtreecommitdiff
path: root/doc/additional
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-01-15 03:27:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-01-15 03:27:50 +0000
commit971a8542b76545f257b8382dbf2cda1695a0dd99 (patch)
tree0a9e7aacb9048251e4fcaf422b4804257ce106f7 /doc/additional
parenta827d6ad83c2e190e33005bd232d36ee40f06edd (diff)
got the open and close messages working but I wasn't have to get relative paths working.
svn path=/trunk/; revision=1263
Diffstat (limited to 'doc/additional')
-rwxr-xr-xdoc/additional/pd-msg/2.msg_and_pd/2.open_close.pd9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd b/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd
index 639dc597..8917836b 100755
--- a/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd
+++ b/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd
@@ -1,12 +1,11 @@
-#N canvas 485 101 510 289 10;
+#N canvas 608 409 514 293 10;
#X text 10 4 open and close an abstraction;
-#X text 21 96 (you have to put a corect name & valid path);
#X text 24 164 close;
#X text 26 30 open;
#X text 22 221 (you have to put a corect name & valid path);
-#X obj 396 17 abstraction;
#X msg 25 185 \; pd-abstraction.pd menuclose \;;
#X msg 25 50 \; pd open abstraction.pd /usr/local/lib/pd/doc/7.stuff/pd-msg/2.msg_and_pd/
;
-#X text 25 127 Sometimes you can get "." to work as a path \, but usually
-it doesn't work. I don't know why...;
+#X text 21 96 (you have to put a correct name and complete path);
+#X text 25 127 Sometimes you can get relative paths (./ \, ../ \, etc.)
+to work \, but usually not. I don't know why...;