[PD-cvs] pd/doc/1.manual 1.introduction.txt,1.6,1.7 x5.htm,1.6,1.7

Miller Puckette millerpuckette at users.sourceforge.net
Tue Aug 15 06:54:17 CEST 2006


Update of /cvsroot/pure-data/pd/doc/1.manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29536/pd/doc/1.manual

Modified Files:
	1.introduction.txt x5.htm 
Log Message:
0.40 test 01 commit ... although the "about" dialog thinks it's test02 :)




Index: x5.htm
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/1.manual/x5.htm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** x5.htm	2 Dec 2005 04:58:23 -0000	1.6
--- x5.htm	15 Aug 2006 04:54:15 -0000	1.7
***************
*** 20,23 ****
--- 20,52 ----
  
  <H3> <A name="s2"> 5.1. release notes </A> </H3>
+ <P> ------------------ 0.40 -----------------------------
+ 
+ <P> A new object, "declare", allows patches to control where Pd looks
+ for resources such as abstractions and libraries.
+ 
+ <P> Sybmols can now be built using multiple dollar sign variables, as in
+ "$1-$2.$3".
+ 
+ <P> The switch~ object takes a "bang" message to compute one block of DSP on 
+ demand.  Also, block sizes are no longer required to be powers of two 
+ (although reblocking only works between powers of two.)
+ 
+ <P> Externs may have characters in their names that aren't part of valid
+ C variable names (i.e., outsize the range a-z,A-Z,0-9, _).
+ 
+ <P> Openpanel and savepanel take an argument to set the initial directory to 
+ search.
+ 
+ <P> Support for large (>2G) soundfiles, in operating systems that offer it.
+ 
+ <P> Text copy/paste fixed (I hope) for Macintosh
+ 
+ <P> Intel Mac binaries.  New naming scheme for externs to allow disambiguation
+ (although Pd falls back to the old names for compatibility.)
+ 
+ <P> Templates can get notified when data are selected/deselected.  I want
+ to provide this for mouse actions on locked canvases too, but haven't yet.
+ 
+ <P> 6 or so patches adopted from sourceforge.
  
  <P> ------------------ 0.39.2 --------------------------

Index: 1.introduction.txt
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/1.manual/1.introduction.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 1.introduction.txt	31 Dec 2005 02:56:03 -0000	1.6
--- 1.introduction.txt	15 Aug 2006 04:54:15 -0000	1.7
***************
*** 1,3 ****
! PD_VERSION
  
  A real-time graphical programming environment for live interactive
--- 1,3 ----
! Pd version 0.40-0 test 01
  
  A real-time graphical programming environment for live interactive





More information about the Pd-cvs mailing list