aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/nrepeat-test.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
commit095b7e513f736567848173f2572d8b329ad75af9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/examples/13.recursion/nrepeat-test.pd
parent15b30fe20b401d079c2b3c6a8e77eee827813de3 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/x86_64
built 'coverity_scan:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/x86_64
Diffstat (limited to 'Gem/examples/13.recursion/nrepeat-test.pd')
-rw-r--r--Gem/examples/13.recursion/nrepeat-test.pd46
1 files changed, 0 insertions, 46 deletions
diff --git a/Gem/examples/13.recursion/nrepeat-test.pd b/Gem/examples/13.recursion/nrepeat-test.pd
deleted file mode 100644
index 48348b3..0000000
--- a/Gem/examples/13.recursion/nrepeat-test.pd
+++ /dev/null
@@ -1,46 +0,0 @@
-#N canvas 0 0 481 517 10;
-#X obj 71 95 r \$0-recurse;
-#X obj 71 380 s \$0-recurse;
-#X obj 108 260 t b a b;
-#X obj 192 280 v \$0-depth;
-#X obj 192 300 - 1;
-#X obj 192 320 max 0;
-#X obj 130 340 spigot;
-#X obj 192 340 v \$0-depth;
-#X obj 166 160 t b f;
-#X obj 166 183 v \$0-depth;
-#X obj 166 208 pack f f;
-#X obj 165 239 print nrepeat;
-#X obj 108 280 v \$0-depth;
-#X obj 108 320 v \$0-depth;
-#X obj 108 300 + 1;
-#X obj 108 50 t a b;
-#X msg 108 21 nrepeat test;
-#X obj 285 108 v \$0-depth;
-#X floatatom 262 77 5 0 0 2 max-depth - -;
-#X floatatom 261 38 5 0 0 2 repetitions - -;
-#X obj 246 108 f 3;
-#X obj 108 135 nrepeat 2;
-#X connect 0 0 21 0;
-#X connect 2 0 12 0;
-#X connect 2 1 6 0;
-#X connect 2 2 3 0;
-#X connect 3 0 4 0;
-#X connect 4 0 5 0;
-#X connect 5 0 6 1;
-#X connect 5 0 7 0;
-#X connect 6 0 1 0;
-#X connect 8 0 9 0;
-#X connect 8 1 10 1;
-#X connect 9 0 10 0;
-#X connect 10 0 11 0;
-#X connect 12 0 14 0;
-#X connect 14 0 13 0;
-#X connect 15 0 21 0;
-#X connect 15 1 20 0;
-#X connect 16 0 15 0;
-#X connect 18 0 20 1;
-#X connect 19 0 21 1;
-#X connect 20 0 17 0;
-#X connect 21 0 2 0;
-#X connect 21 1 8 0;