[PD-cvs] doc/additional/pd-msg/2.msg_and_pd 2.open_close.pd,1.2,1.3

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Jan 15 04:27:52 CET 2004


Update of /cvsroot/pure-data/doc/additional/pd-msg/2.msg_and_pd
In directory sc8-pr-cvs1:/tmp/cvs-serv14509a

Modified Files:
	2.open_close.pd 
Log Message:
got the open and close messages working but I wasn't have to get relative paths working.

Index: 2.open_close.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/additional/pd-msg/2.msg_and_pd/2.open_close.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 2.open_close.pd	9 Oct 2003 05:06:35 -0000	1.2
--- 2.open_close.pd	15 Jan 2004 03:27:50 -0000	1.3
***************
*** 1,12 ****
! #N canvas 485 101 510 289 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...;
--- 1,11 ----
! #N canvas 608 409 514 293 10;
  #X text 10 4 open and close an abstraction;
  #X text 24 164 close;
  #X text 26 30 open;
  #X text 22 221 (you have to put a corect name & valid path);
  #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 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...;






More information about the Pd-cvs mailing list