From 781d1bc4ab8fc9fa55485d3c35bb1ba7fd6774c3 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 2 Jan 2009 19:40:36 +0000 Subject: release 0.42-0 svn path=/trunk/; revision=10471 --- pd/doc/1.manual/x5.htm | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 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 9590be4a..45dd43c9 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -22,7 +22,50 @@

------------------ 0.42 --------------------------- -

print takes "-n" flag to supperss "print:" in output +

The 'struct' object can now be used to catch a small but growing variety of +events (mouse clicks on data, selection/deselection). + +

The 'tabread4~' object was fixed to allow message-time onset into the table. +This makes it possible (at last) to use tabread4~ effectively with large (> 1 +second) samples. New help files 3.audio.examples/B15 and B16 show how to +use it. It's not pretty but it's at least possible. + +

Took patches from Iohannes Zmoelnig to make Pd work when compiled to use +64-bit floating-point audio. I didn't test this; doubtless there will still be +some problems. (This isn't the same thing as running in '64 bit mode' which +already works fine and is the default when compiled on a 64-bit linux machine.) + +

New objects in extra, 'pd~', and 'stdout', allow running a separate Pd +instance in a sub-process. Theoretically this should make it possible to use +multiprocessors efficiently in {d. It's still somewhat experimental; it might +not work well to pass large numbers of messages and/or signals back and forth. + +

A -batch flag allows Pd to be run efficiently from scripts. You should +probably also specify -nosound. With these flags Pd runs as quickly as it +can without waiting for real time. It's up to the patch to arrange to exit +at the appropriate time via a 'pd quit' message. + +

Large and sweeping improvements have been made to bonk~ and sigmund~. The +new bonk~ features are documented in its help window; sigmund~ works better but +has the same old features. + +

Closing and quiting Pd now act more politely, querying the user only if +there are edited windows. There's also a query if the user types into a box +holding an edited abstraction to prevent the changes from getting lost +accidentally. A new 'pd perf' message re-enables the old "really close this +window" behavior, which is appropriate for performances where you don't want the +wrong keyclick to stop Pd brusquely. + +

The process of reloading multiple copies of a modified abstraction was +sped up. + +

The 'find' dialog permits searching for substrings. This is useful for +strings containing "$" arguments, where it's unclear what 'find' does or should +do. + +

New pow~, log~, exp~, abs~, and 'wrap' objects. + +

The 'print' object takes "-n" flag to supperss "print:" in output

"clear" button in Pd output window @@ -34,6 +77,7 @@ delay time when asked to.

Binbufs fixed to handle arbitrary length messages. (This fixed a problem reloading data structures with huge arrays). +

various fixes to

------------------ 0.41-3,4 ---------------------------

2 fixes for PC: no bonk~, and the audio device selection -- cgit v1.2.1