Revision: 9610
http://pure-data.svn.sourceforge.net/pure-data/?rev=9610&view=rev
Author: eighthave
Date: 2008-03-20 08:14:43 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
tagging 0.41-4
Added Paths:
-----------
tags/pd/pd-0.41-4/
Copied: tags/pd/pd-0.41-4 (from rev 9602, trunk/pd)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9609
http://pure-data.svn.sourceforge.net/pure-data/?rev=9609&view=rev
Author: eighthave
Date: 2008-03-20 08:07:52 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
tagging 0.41-3
Added Paths:
-----------
tags/pd/pd-0.41-3/
Copied: tags/pd/pd-0.41-3 (from rev 9590, trunk/pd)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c:169: warning: unused parameter ‘x’
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c: In function ‘tab_conv_new’:
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c:177: warning: unused variable ‘time’
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c:173: warning: unused parameter ‘s’
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c: In function ‘tab_conv_free’:
/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.c:170: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [/home/pd/auto-build/pd-extended/externals/iem/iem_tab/src/tab_conv.o] Error 1
make[2]: Leaving directory `/home/pd/auto-build/pd-extended/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/pd/auto-build/pd-extended/packages'
make: *** [install] Error 2
upload specs linux_make . deb
Uploading /home/pd/auto-build/pd-extended/packages/linux_make/./Pd*.deb
ls: /home/pd/auto-build/pd-extended/packages/linux_make/./Pd*.deb: No such file or directory
Revision: 9606
http://pure-data.svn.sourceforge.net/pure-data/?rev=9606&view=rev
Author: eighthave
Date: 2008-03-17 17:16:27 -0700 (Mon, 17 Mar 2008)
Log Message:
-----------
merged in changes from 0.41.2
Added Paths:
-----------
branches/pd-extended/v0-40/pd/doc/2.control.examples/24.loops.pd
Copied: branches/pd-extended/v0-40/pd/doc/2.control.examples/24.loops.pd (from rev 9605, trunk/pd/doc/2.control.examples/24.loops.pd)
===================================================================
--- branches/pd-extended/v0-40/pd/doc/2.control.examples/24.loops.pd (rev 0)
+++ branches/pd-extended/v0-40/pd/doc/2.control.examples/24.loops.pd 2008-03-18 00:16:27 UTC (rev 9606)
@@ -0,0 +1,49 @@
+#N canvas 258 107 701 742 12;
+#X obj 195 318 until;
+#X obj 221 284 max 0;
+#X floatatom 221 263 5 0 0 1 times - -;
+#X text 229 234 times;
+#X obj 195 342 print repetition;
+#X msg 195 234 5;
+#X obj 175 571 + 1;
+#X obj 118 572 float;
+#X obj 118 546 until;
+#X obj 118 606 moses 10;
+#X obj 233 558 bang;
+#X obj 118 639 print number;
+#X msg 118 524 bang;
+#X msg 196 529 0;
+#X text 241 529 reset;
+#X text 277 560 stop "until" when counter reaches 10;
+#X text 479 711 updated for Pd 0.41;
+#X text 31 16 Looping with the "until" object;
+#X text 52 47 It is sometimes desirable to make a loop without an embedded
+delay (as in 06.more.counters.pd") but rather to make the entire loop
+take place in the context of a single incoming message. The "until"
+object is provided to make this possible.;
+#X text 273 285 make nonnegative;
+#X text 56 445 Conditional loops get started with a "bang" to until's
+left inlet. Make sure you stop the loop with a "bang" to until's right
+inlet \, otherwise it will try to run forever and Pd will freeze!;
+#X text 48 131 "until" has two modes: It can either run automatically
+for a certain number of times (a "counting" loop) or it can run forever
+until stopped through its right inlet (a "conditional" loop).;
+#X text 47 196 You can perform a counting loop by sending a positive
+number to until:;
+#X text 55 398 (As of version 0.41 \, "until" silently interprets negative
+numbers to be equivalent to zero.);
+#X text 62 667 In pseudo-code: "x=0 \; do print x++ until x>=10";
+#X text 57 368 In pseudo-code: "for i = 1 to 5 do print end";
+#X connect 0 0 4 0;
+#X connect 1 0 0 0;
+#X connect 2 0 1 0;
+#X connect 5 0 0 0;
+#X connect 6 0 7 1;
+#X connect 7 0 6 0;
+#X connect 7 0 9 0;
+#X connect 8 0 7 0;
+#X connect 9 0 11 0;
+#X connect 9 1 10 0;
+#X connect 10 0 8 1;
+#X connect 12 0 8 0;
+#X connect 13 0 7 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.