[PD-cvs] doc/additional/pd-msg/2.msg_and_pd abstraction.pd,NONE,1.1 2.open_close.pd,1.1.1.1,1.2

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Oct 9 07:06:37 CEST 2003


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

Modified Files:
	2.open_close.pd 
Added Files:
	abstraction.pd 
Log Message:
got open and menuclose working

--- NEW FILE: abstraction.pd ---
#N canvas 603 381 454 304 10;
#X text 68 98 This is your abstraction which you just opened.;

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.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** 2.open_close.pd	13 Nov 2002 08:53:07 -0000	1.1.1.1
--- 2.open_close.pd	9 Oct 2003 05:06:35 -0000	1.2
***************
*** 1,9 ****
! #N canvas 189 280 494 273 10;
! #X text 10 4 open and close an abstraction;
! #X text 23 85 (you have to put a corect name & valid path);
! #X text 25 114 close;
! #X text 26 30 open;
! #X msg 25 50 \; pd open your_abs.pd ./your_path \;;
! #X msg 26 135 \; pd pd-your_abs.pd menuclose \;;
! #X text 23 171 (you have to put a corect name & valid path);
! #X text 64 197 Those last 2 tricks came from Miller \, but i didn't succed to make them work. hope somebody will be more lucky.;
--- 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...;






More information about the Pd-cvs mailing list