aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/13.recursion/05.n-ary_tree.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-02-07 23:07:09 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-02-07 23:07:09 +0000
commit458374b222dddc23df056298b1485ac5508624bd (patch)
tree1bfa1d84bacae16a4e042bb87b2b157758735492 /Gem/examples/13.recursion/05.n-ary_tree.pd
parent336aab27be02c79cebad1b9ee1a96425222036e0 (diff)
Gem 6ea7a457bfdbafb64c4123cb12882643bcf4109f osx/x86_64
built 'master:6ea7a457bfdbafb64c4123cb12882643bcf4109f' for osx/x86_64
Diffstat (limited to 'Gem/examples/13.recursion/05.n-ary_tree.pd')
-rw-r--r--Gem/examples/13.recursion/05.n-ary_tree.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gem/examples/13.recursion/05.n-ary_tree.pd b/Gem/examples/13.recursion/05.n-ary_tree.pd
index 91d0565..308f5e5 100644
--- a/Gem/examples/13.recursion/05.n-ary_tree.pd
+++ b/Gem/examples/13.recursion/05.n-ary_tree.pd
@@ -1,4 +1,5 @@
-#N canvas 3 2 600 605 10;
+#N canvas 6 61 600 605 10;
+#X declare -lib Gem;
#X obj 14 66 gemwin;
#X obj 14 9 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
@@ -43,6 +44,7 @@ Trying to use it with an external counter leads to re-entrancy bugs
\, because the [repeat] is retriggered before the counter has finished
\, which messes up the counter's internal state. [nrepeat] is a "repeat
with a built in counter" \, which is re-entrancy safe.;
+#X obj 440 9 declare -lib Gem;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;