[PD-cvs] pd/doc/5.reference list-help.pd, 1.1, 1.2 openpanel-help.pd, 1.1.1.1, 1.2 print-help.pd, 1.1.1.1, 1.2

Miller Puckette millerpuckette at users.sourceforge.net
Sat Jun 3 21:13:07 CEST 2006


Update of /cvsroot/pure-data/pd/doc/5.reference
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12672/pd/doc/5.reference

Modified Files:
	list-help.pd openpanel-help.pd print-help.pd 
Log Message:
FFT package selection

Zmoelnig's multi-'$' patch

big-soundfile support

Patch to set open directories (openpanel, savepanel)

patch to allow funny characters in extern names

fixed makefile.in to support intel mac






Index: list-help.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/5.reference/list-help.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** list-help.pd	24 Jul 2005 19:41:14 -0000	1.1
--- list-help.pd	3 Jun 2006 19:13:05 -0000	1.2
***************
*** 1,3 ****
! #N canvas 105 298 629 492 12;
  #X obj 29 11 list;
  #X text 352 455 updated for Pd version 0.39;
--- 1,3 ----
! #N canvas 596 406 629 492 12;
  #X obj 29 11 list;
  #X text 352 455 updated for Pd version 0.39;

Index: openpanel-help.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/5.reference/openpanel-help.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** openpanel-help.pd	9 May 2003 16:03:49 -0000	1.1.1.1
--- openpanel-help.pd	3 Jun 2006 19:13:05 -0000	1.2
***************
*** 1,11 ****
! #N canvas 35 31 585 245 12;
! #X obj 128 136 openpanel;
  #X msg 128 108 bang;
! #X obj 128 161 print;
  #X text 31 11 openpanel -- query you for a filename;
! #X text 48 218 see also:;
! #X obj 136 219 savepanel;
! #X text 272 223 updated for Pd version 0.33;
! #X text 33 59 When Openpanel gets a "bang" an "Open file" browser appears on the screen. If you select a file \, its name appears on the outlet.;
  #X connect 0 0 2 0;
  #X connect 1 0 0 0;
--- 1,19 ----
! #N canvas 70 117 585 333 12;
! #X obj 128 196 openpanel;
  #X msg 128 108 bang;
! #X obj 128 221 print;
  #X text 31 11 openpanel -- query you for a filename;
! #X text 48 278 see also:;
! #X obj 136 279 savepanel;
! #X text 28 44 When Openpanel gets a "bang" an "Open file" browser appears
! on the screen. If you select a file \, its name appears on the outlet.
! ;
! #X text 285 289 updated for Pd version 0.40.;
! #X text 178 109 Starts open panel in current directory;
! #X msg 144 136 symbol /tmp;
! #X msg 146 161 symbol C:/;
! #X text 252 137 Starts in a specified directory;
  #X connect 0 0 2 0;
  #X connect 1 0 0 0;
+ #X connect 9 0 0 0;
+ #X connect 10 0 0 0;

Index: print-help.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/5.reference/print-help.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** print-help.pd	9 May 2003 16:03:48 -0000	1.1.1.1
--- print-help.pd	3 Jun 2006 19:13:05 -0000	1.2
***************
*** 5,12 ****
  #X obj 29 96 print x1;
  #X obj 21 10 print;
! #X text 37 134 Print prints out the messages it receives on the "terminal
  window" that Pd is run from.;
- #X text 249 200 updated for Pd version 0.31.;
  #X text 73 10 -- print messages to terminal window;
  #X connect 0 0 3 0;
  #X connect 1 0 3 0;
--- 5,14 ----
  #X obj 29 96 print x1;
  #X obj 21 10 print;
! #X text 29 130 Print prints out the messages it receives on the "terminal
  window" that Pd is run from.;
  #X text 73 10 -- print messages to terminal window;
+ #X text 309 221 updated for Pd version 0.40.;
+ #X text 27 167 Long symbol arguments are truncated to 78 characters
+ and marked with "*" (but message selectors are printed in full.);
  #X connect 0 0 3 0;
  #X connect 1 0 3 0;





More information about the Pd-cvs mailing list