diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-19 23:01:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-19 23:01:54 +0000 |
commit | bd8e981872381fe4e6de47460d2408cf6c64ba1c (patch) | |
tree | 09dbddd54200ba2437433610c893ec485e2f7db9 /doc/pddp/all_about_looping.pd | |
parent | 864f61ad880bd12bc8ddfee2a1999ea9fe69e04a (diff) |
minor changes and additions
svn path=/trunk/; revision=3222
Diffstat (limited to 'doc/pddp/all_about_looping.pd')
-rw-r--r-- | doc/pddp/all_about_looping.pd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pddp/all_about_looping.pd b/doc/pddp/all_about_looping.pd index d6c41eb3..6c24428b 100644 --- a/doc/pddp/all_about_looping.pd +++ b/doc/pddp/all_about_looping.pd @@ -1,7 +1,7 @@ -#N canvas 255 95 864 631 10; +#N canvas 255 95 868 635 10; #X text 460 79 looping objects:; #X obj 462 101 until; -#X obj 572 102 loop; +#X obj 520 101 loop; #X obj 437 504 susloop~; #X obj 506 504 loop~; #X text 434 483 for looping samples:; @@ -89,6 +89,10 @@ this. Instead of setting up a C-like [counter] or [for++] \, set up a condition to continue the loop \, and a condition that stops the loop.; #X text 429 395 other examples:; +#X obj 705 504 count~; +#X obj 557 101 modulo_counter; +#X obj 665 101 count; +#X obj 709 101 countund; #X connect 16 0 17 0; #X connect 16 0 27 0; #X connect 17 0 16 1; |