aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nrepeat-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 20:12:11 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 20:12:11 +0000
commit17dc0febb17888015be1e4ad1ed4b096a4909865 (patch)
tree0c32573795cf15c79d5e8f792772bf952dab415b /Gem/examples/13.recursion/nrepeat-help.pd
parent454d0818e5ad0820771abebefa9758c66068b8d1 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/i386
built 'master:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/i386
Diffstat (limited to 'Gem/examples/13.recursion/nrepeat-help.pd')
-rw-r--r--Gem/examples/13.recursion/nrepeat-help.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/Gem/examples/13.recursion/nrepeat-help.pd b/Gem/examples/13.recursion/nrepeat-help.pd
new file mode 100644
index 0000000..41f21de
--- /dev/null
+++ b/Gem/examples/13.recursion/nrepeat-help.pd
@@ -0,0 +1,25 @@
+#N canvas 0 0 506 325 10;
+#X floatatom 80 196 5 0 0 0 - - -;
+#X obj 19 12 nrepeat 1;
+#X text 94 11 - repeat a message several times with counter;
+#X text 19 44 Similar to [repeat] from Zexy but also outputs the repetition
+count from the right-hand outlet before it outputs the repeated input
+from the left-hand outlet.;
+#X obj 22 219 nrepeat 3;
+#X obj 22 273 print repeat;
+#X obj 80 249 print n;
+#X msg 22 110 bang;
+#X msg 49 136 1 1 2 3 5 8 13 21 44 fibonacchi;
+#X text 63 111 repeat bangs;
+#X text 282 138 repeat a list;
+#X msg 69 166 set 5;
+#X text 117 167 repeat anything;
+#X text 127 194 reset the number of repetitions;
+#X text 100 220 creation argument initializes the number of repeats
+;
+#X connect 0 0 4 1;
+#X connect 4 0 5 0;
+#X connect 4 1 6 0;
+#X connect 7 0 4 0;
+#X connect 8 0 4 0;
+#X connect 11 0 4 0;