aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nrepeat.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:33:23 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:33:23 +0000
commit454d0818e5ad0820771abebefa9758c66068b8d1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/examples/13.recursion/nrepeat.pd
parent35dc99d2e61ee08360d52be20ca3578b459d44f3 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/i386
built 'coverity_scan:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/i386
Diffstat (limited to 'Gem/examples/13.recursion/nrepeat.pd')
-rw-r--r--Gem/examples/13.recursion/nrepeat.pd49
1 files changed, 0 insertions, 49 deletions
diff --git a/Gem/examples/13.recursion/nrepeat.pd b/Gem/examples/13.recursion/nrepeat.pd
deleted file mode 100644
index 4d26d68..0000000
--- a/Gem/examples/13.recursion/nrepeat.pd
+++ /dev/null
@@ -1,49 +0,0 @@
-#N canvas 0 0 413 451 10;
-#X obj 78 26 inlet;
-#X obj 78 60 t b a b;
-#X obj 131 121 repeat \$1;
-#X obj 189 24 inlet;
-#X obj 92 239 stack;
-#X msg 122 192 0;
-#X msg 146 239 0;
-#X obj 78 192 t b b;
-#X obj 131 142 t a b;
-#X obj 161 193 t b b;
-#X msg 176 240 1;
-#X obj 92 267 list prepend;
-#X obj 92 295 route 0 1;
-#X text 86 312 nop;
-#X obj 121 321 t f f;
-#X obj 236 195 + 1;
-#X obj 121 361 outlet;
-#X obj 10 205 outlet;
-#X obj 187 298 print nrepeat-stack-underflow;
-#X obj 187 328 print nrepeat-internal-error;
-#X text 119 24 repeatee;
-#X text 233 23 count;
-#X text 8 225 repeated;
-#X text 119 381 counter;
-#X text 30 419 nrepeat.pd (GPL) <claude@mathr.co.uk>;
-#X connect 0 0 1 0;
-#X connect 1 0 7 0;
-#X connect 1 1 2 0;
-#X connect 1 2 5 0;
-#X connect 2 0 8 0;
-#X connect 3 0 2 1;
-#X connect 4 0 11 0;
-#X connect 4 1 18 0;
-#X connect 5 0 4 1;
-#X connect 6 0 11 1;
-#X connect 7 0 4 0;
-#X connect 7 1 6 0;
-#X connect 8 0 17 0;
-#X connect 8 1 9 0;
-#X connect 9 0 4 0;
-#X connect 9 1 10 0;
-#X connect 10 0 11 1;
-#X connect 11 0 12 0;
-#X connect 12 1 14 0;
-#X connect 12 2 19 0;
-#X connect 14 0 16 0;
-#X connect 14 1 15 0;
-#X connect 15 0 4 1;