[PD-cvs] pd/doc/1.manual x5.htm,1.7,1.8

Miller Puckette millerpuckette at users.sourceforge.net
Wed Sep 20 00:30:34 CEST 2006


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

Modified Files:
	x5.htm 
Log Message:
Bug fixes



Index: x5.htm
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/1.manual/x5.htm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** x5.htm	15 Aug 2006 04:54:15 -0000	1.7
--- x5.htm	19 Sep 2006 22:30:32 -0000	1.8
***************
*** 26,30 ****
  
  <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 
--- 26,31 ----
  
  <P> Sybmols can now be built using multiple dollar sign variables, as in
! "$1-$2.$3".  Meanwhile, naming subpatches as in "pd $1-foo" now seems to
! work correctly.
  
  <P> The switch~ object takes a "bang" message to compute one block of DSP on 
***************
*** 48,53 ****
--- 49,76 ----
  to provide this for mouse actions on locked canvases too, but haven't yet.
  
+ <P> Characters like "\", "[", etc., typed into dialogs for labelling
+ number boxes or other GUI objects, get filtered out so that they at
+ least don't hang Pd up.
+ 
+ <P> Drawcurve (and the others, filledcurve, drawpolygon, filledpolygon)
+ have a new "-x" flag that inhibits a scalar getting
+ selected when the curve is clicked on.  This is useful for drawing stuff in
+ the background (grids, clefs, etc).
+ 
  <P> 6 or so patches adopted from sourceforge.
  
+ <P> A "list length" object
+ 
+ <P> IEM Gui labels (except for the VU meter) default to 10 point fonts
+ (typically 8 before).
+ 
+ <P> "send" without an argument gets an inlet to set the destination
+ 
+ <P> A -noprefs flag defeats loading startup preferences.  This gives you a
+ way to rescue things if Pd's settings somehow crash Pd on startup.
+ 
+ <P> tabwrite~ takes a "start" message to allow writing into the middle
+ of the table.
+ 
  <P> ------------------ 0.39.2 --------------------------
  





More information about the Pd-cvs mailing list