From 2ed8e5ab0516ba0a3d66fdc5612a4631fee5f6d5 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Tue, 19 Sep 2006 22:30:33 +0000 Subject: Bug fixes svn path=/trunk/; revision=5972 --- pd/doc/1.manual/x5.htm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'pd/doc/1.manual') diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 064d093e..1bc8ef9d 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -25,7 +25,8 @@ for resources such as abstractions and libraries.

Sybmols can now be built using multiple dollar sign variables, as in -"$1-$2.$3". +"$1-$2.$3". Meanwhile, naming subpatches as in "pd $1-foo" now seems to +work correctly.

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 @@ -47,8 +48,30 @@ search.

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. +

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. + +

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). +

6 or so patches adopted from sourceforge. +

A "list length" object + +

IEM Gui labels (except for the VU meter) default to 10 point fonts +(typically 8 before). + +

"send" without an argument gets an inlet to set the destination + +

A -noprefs flag defeats loading startup preferences. This gives you a +way to rescue things if Pd's settings somehow crash Pd on startup. + +

tabwrite~ takes a "start" message to allow writing into the middle +of the table. +

------------------ 0.39.2 --------------------------

Bug fixes: memory leak in OSX version; problem printing numbers as symbols. -- cgit v1.2.1