aboutsummaryrefslogtreecommitdiff
path: root/pd/doc
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2009-01-02 19:40:36 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2009-01-02 19:40:36 +0000
commit781d1bc4ab8fc9fa55485d3c35bb1ba7fd6774c3 (patch)
tree0ed8e60689e7afae65cf668b63face8807226fc3 /pd/doc
parenta7f56f2c7b0c44912f7fb772c64f547a8c0e0ae3 (diff)
release 0.42-0
svn path=/trunk/; revision=10471
Diffstat (limited to 'pd/doc')
-rw-r--r--pd/doc/1.manual/x5.htm46
1 files changed, 45 insertions, 1 deletions
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 @@
<P> ------------------ 0.42 ---------------------------
-<P> print takes "-n" flag to supperss "print:" in output
+<P> The 'struct' object can now be used to catch a small but growing variety of
+events (mouse clicks on data, selection/deselection).
+
+<P> 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.
+
+<P> 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.)
+
+<P> 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.
+
+<P> 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.
+
+<P> 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.
+
+<P> 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.
+
+<P> The process of reloading multiple copies of a modified abstraction was
+sped up.
+
+<P> The 'find' dialog permits searching for substrings. This is useful for
+strings containing "$" arguments, where it's unclear what 'find' does or should
+do.
+
+<P> New pow~, log~, exp~, abs~, and 'wrap' objects.
+
+<P> The 'print' object takes "-n" flag to supperss "print:" in output
<P> "clear" button in Pd output window
@@ -34,6 +77,7 @@ delay time when asked to.
<P> Binbufs fixed to handle arbitrary length messages. (This fixed a problem
reloading data structures with huge arrays).
+<P> various fixes to
<P> ------------------ 0.41-3,4 ---------------------------
<P> 2 fixes for PC: no bonk~, and the audio device selection