diff options
Diffstat (limited to 'pd/doc')
-rw-r--r-- | pd/doc/1.manual/x5.htm | 20 | ||||
-rw-r--r-- | pd/doc/5.reference/list-help.pd | 4 |
2 files changed, 20 insertions, 4 deletions
diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 1bc8ef9d..ab950b9e 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -19,6 +19,20 @@ <P>This section tracks changes in Pd's current implementation.</P> <H3> <A name="s2"> 5.1. release notes </A> </H3> + +<P> ------------------ 0.40-1 -------------------------- + +<P> Fixed "declare" which wasn't working properly yet in 0.40-0, and +made more objects (notably "soundfiler") respect "declared" paths. Path +entries are relative to the parent patch. Declares inside abstractions are +ignored. + +<P> "drawnumbers" are draggable now, even if they're in arrays. + +<P> Bug fix opening "html" help from windows. + +<P> Changed MACOSX to __APPLE__ in 4 places. + <P> ------------------ 0.40 ----------------------------- <P> A new object, "declare", allows patches to control where Pd looks @@ -1496,7 +1510,9 @@ The following max-like objects are included: <H3> <A name="s2"> 5.2. known bugs </A> </H3> -<P> In the list below, starred items are still things needing attention... +<P> In the list below, starred items are still things needing attention. +This list is no longer maintained; see the sourceforge bug tracker on +https://sourceforge.net/tracker/?group_id=55736 <P> *1. Timing of MIDI input/output is very shaky. Audio I/O is primitive, but there's at least a way to detect errors now for linux and NT. @@ -1537,7 +1553,7 @@ holds a "pd" object with tilde objects in the subpatch. <P> *13. In linux, Pd doesn't report audio data-late errors yet. <P> *14. Several objects, notably dac~, adc~, and env~, are incompatible with -uses of block~ or switch~ objects that change block size frmo the default of +uses of block~ or switch~ objects that change block size from the default of 64. Using switch~ without reblocking causes no problem. Don't try to read/write delay lines or use send~/receive~, or throw~/catch~, between windows with different block sizes. diff --git a/pd/doc/5.reference/list-help.pd b/pd/doc/5.reference/list-help.pd index 608cd02a..8ab27888 100644 --- a/pd/doc/5.reference/list-help.pd +++ b/pd/doc/5.reference/list-help.pd @@ -1,4 +1,4 @@ -#N canvas 596 406 629 492 12; +#N canvas 256 20 629 492 12; #X obj 29 11 list; #X text 76 12 - building and using variable-length messages; #N canvas 92 130 654 658 about-lists 0; @@ -361,7 +361,6 @@ append" above.; #X restore 222 463 pd example3; #X obj 23 207 list; #X text 71 208 - short for "list append"; -#X obj 22 182 list trim; #X text 141 185 - output number of items in list; #N canvas 188 111 576 365 length 0; #X msg 126 183 1 2 3; @@ -386,3 +385,4 @@ in a list or other message.; #X connect 7 0 8 0; #X restore 506 186 pd length; #X text 353 468 updated for Pd version 0.40.; +#X obj 22 182 list length; |