From 282671282b20fa17ab9dbbaba9d1cf2246b5029d Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 17 Aug 2009 23:31:36 +0000 Subject: merge in new tcl implementation by Steiner & Chun svn path=/trunk/; revision=11934 --- pd/doc/1.manual/x1.htm | 2 +- pd/doc/1.manual/x2.htm | 2 +- pd/doc/1.manual/x5.htm | 27 ++++++++++++++++++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) (limited to 'pd/doc/1.manual') diff --git a/pd/doc/1.manual/x1.htm b/pd/doc/1.manual/x1.htm index f1f884d1..00fa7da1 100644 --- a/pd/doc/1.manual/x1.htm +++ b/pd/doc/1.manual/x1.htm @@ -73,7 +73,7 @@ To get started writing your own C extensions, refer to chapter 4 of this manual.

There is a new Pd community web site, pure-data.info, which aims to be the central resource for Pd, from documentation and -downloads; to forums, member pages, a patch exchange. +downloads; to forums, member pages, and a patch exchange.

There is a growing number of Pd-related projects hosted at SourceForge. This is open to all Pd diff --git a/pd/doc/1.manual/x2.htm b/pd/doc/1.manual/x2.htm index 9879078e..05b4d84b 100644 --- a/pd/doc/1.manual/x2.htm +++ b/pd/doc/1.manual/x2.htm @@ -110,7 +110,7 @@ In this case the object will be the kind that carries out addition, and the "13" initializes the amount to add.

Atoms are either numbers or -symbols like "+". Anything that is not a valid number os considered a +symbols like "+". Anything that is not a valid number is considered a symbol. Valid numbers may or may not have a decimal point (for instance, 12, 15.6, -.456), or may be written in exponential notation (such as "4.5e6", which means "4.5 multiplied diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 671d967d..c07d48dd 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -20,7 +20,32 @@

5.1. release notes

-

------------------ 0.42.1 --------------------------- +

------------------ 0.42-5 --------------------------- + +

broken abs~ and log~ fixed + +

pd~ -ninsig 0 hang fixed + +

testtone updated and 16ch version added + +

lrshift~ bug fix + +

32 channel limit removed for portaudio (ASIO/Windows and Mac) + +

------------------ 0.42-4 --------------------------- + +

added -noautopatch startup argument to defeat auto-connecting to +new objects (some folks like it and others hate it) + +

gfxstub bug fix + +

fixed crash on deleting "s" objects with no args + +

re-fixed seteuid(0 problem + +

fixed crash on "find $1" (still not useful though) + +

------------------ 0.42.1-3 ---------------------------

Bug fix on Windows(cancelling window close deactivated window). -- cgit v1.2.1