From aa5a0048ef7a324e85a5704c0e0ea5374b5da3a9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 7 Feb 2019 23:07:46 +0000 Subject: Gem 6ea7a457bfdbafb64c4123cb12882643bcf4109f osx/i386 built 'master:6ea7a457bfdbafb64c4123cb12882643bcf4109f' for osx/i386 --- Gem/examples/13.recursion/02.iteration_is_insufficient.pd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gem/examples/13.recursion/02.iteration_is_insufficient.pd') diff --git a/Gem/examples/13.recursion/02.iteration_is_insufficient.pd b/Gem/examples/13.recursion/02.iteration_is_insufficient.pd index fad24c1..e161cac 100644 --- a/Gem/examples/13.recursion/02.iteration_is_insufficient.pd +++ b/Gem/examples/13.recursion/02.iteration_is_insufficient.pd @@ -1,4 +1,5 @@ -#N canvas 0 0 602 259 10; +#N canvas 6 61 602 259 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 ; @@ -22,6 +23,7 @@ structure \, without branches. Iteration has solved one problem \, only to present us with another: what if we want a branching structure? ; #X text 170 187 Recursion is an elegant solution to this problem.; +#X obj 470 9 declare -lib Gem; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 0 0; -- cgit v1.2.1