aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nrepeat.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
commit356f94fc355f36c16e48555d10c2377dff4b7554 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/examples/13.recursion/nrepeat.pd
parent5c694f159b012d1d94bf15bfe580dec52e4fe797 (diff)
Gem 096ed6ef786b7a9d6e11a437ff8526619c89a1fd osx/x86_64
built 'coverity_scan:096ed6ef786b7a9d6e11a437ff8526619c89a1fd' for osx/x86_64
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;