From 9c0e19a3be2288db79e2502e5fa450c3e20a668d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 9 May 2003 16:04:00 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r610, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=611 --- pd/doc/1.manual/x5.htm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'pd/doc/1.manual/x5.htm') diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 767ffc3e..0b18cf1a 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -16,6 +16,55 @@ This section tracks changes in Pd's current implementation.

5.1. release notes

+

------------------ 0.37-test 1 -------------------------- + +

The MacOSX version now prioritizes itself effectively (thanks to +gert@test.at (v93r)) via Adam Lindsay). Adam has made a proper MacOSX +"package" for Pd; see +http://homepage.mac.com/atl/sw. + +

A bug was fixed in readsf~/writesf~ (things were coming out in the wrong +number of channels.) + +

A problem compiling Pd with TK8.4 (the latest version) was fixed. + +

Large numbers of GUI improvements by Adam Lindsay, especially relevant +to Mac OSX. + +

For externs, the binary may now be included in a subdirectory of the +same name (e.g., "choice/choice.pd_linux" and "choice\choice.dll"). So +now you can pack multiple binaries for the same extern, along with the +source, in one convenient place. (Note that +"expr~" is an exception, since it goes by three different names, so this +trick fails for that example.) + +

"Help" files renamed "help-xxx.pd", so that help files are now possible +for abstractions. The "help path" feature from CVS (I forgot who contributed +that) is also included but should now not be needed: Pd remembers where it got +externs and abstractions and looks back in the same directory for a help file. +See the way "extras" is organized. + +

Pd refuses to connect signal outlets to non-signal inlets. + +

When you save any patch, Pd looks for all invocations of that patch +as an abstraction and reloads them. This unfortunately has the side effect of +making all the containing windows visible, but it's better than nothing. + + + +

------------------ 0.36-1 ------------------------------- + +

"print" now queries you for a file to save the postscript to. + +

"expr" brought up to date (0.4) -- a bug was fixed involving expresions +like "max($f1, 100)" which had erroneously output an integer. + +

a bug fix in the 4-point interpolation formula, which affects tabosc4~, +tabread4~, tabread4, and vd~. These should have significantly lower +distortion than before. + +

bug fix: vradio, hradio "send symbol" feature didn't work +

------------------ 0.36 -------------------------------

There's now an "undo" for most editing operations. Undoing is only -- cgit v1.2.1