Update of /cvsroot/pure-data/pd/doc/1.manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24752/pd/doc/1.manual
Modified Files: x5.htm Log Message: bugfixes... pd 0.40-1.
Index: x5.htm =================================================================== RCS file: /cvsroot/pure-data/pd/doc/1.manual/x5.htm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** x5.htm 19 Sep 2006 22:30:32 -0000 1.8 --- x5.htm 9 Oct 2006 04:36:12 -0000 1.9 *************** *** 20,23 **** --- 20,37 ----
<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 -----------------------------
*************** *** 1497,1501 **** <H3> <A name="s2"> 5.2. known bugs </A> </H3>
! <P> In the list below, starred items are still things needing attention...
<P> *1. Timing of MIDI input/output is very shaky. Audio I/O is primitive, but --- 1511,1517 ---- <H3> <A name="s2"> 5.2. known bugs </A> </H3>
! <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 *************** *** 1538,1542 ****
<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 64. Using switch~ without reblocking causes no problem. Don't try to read/write delay lines or use send~/receive~, or throw~/catch~, between --- 1554,1558 ----
<P> *14. Several objects, notably dac~, adc~, and env~, are incompatible with ! 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