From 067d2611b9e1041318f605091dc6e93936fa9ce5 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Tue, 15 Aug 2006 04:54:15 +0000 Subject: 0.40 test 01 commit ... although the "about" dialog thinks it's test02 :) svn path=/trunk/; revision=5604 --- pd/doc/1.manual/1.introduction.txt | 2 +- pd/doc/1.manual/x5.htm | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'pd/doc') diff --git a/pd/doc/1.manual/1.introduction.txt b/pd/doc/1.manual/1.introduction.txt index f9209702..b81bf5bb 100644 --- a/pd/doc/1.manual/1.introduction.txt +++ b/pd/doc/1.manual/1.introduction.txt @@ -1,4 +1,4 @@ -PD_VERSION +Pd version 0.40-0 test 01 A real-time graphical programming environment for live interactive computer music, Pd works on SGI machines, Microsoft Windows, diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 7aec1cf9..064d093e 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -19,6 +19,35 @@

This section tracks changes in Pd's current implementation.

5.1. release notes

+

------------------ 0.40 ----------------------------- + +

A new object, "declare", allows patches to control where Pd looks +for resources such as abstractions and libraries. + +

Sybmols can now be built using multiple dollar sign variables, as in +"$1-$2.$3". + +

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

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

Openpanel and savepanel take an argument to set the initial directory to +search. + +

Support for large (>2G) soundfiles, in operating systems that offer it. + +

Text copy/paste fixed (I hope) for Macintosh + +

Intel Mac binaries. New naming scheme for externs to allow disambiguation +(although Pd falls back to the old names for compatibility.) + +

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

6 or so patches adopted from sourceforge.

------------------ 0.39.2 -------------------------- -- cgit v1.2.1