From 458374b222dddc23df056298b1485ac5508624bd Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 7 Feb 2019 23:07:09 +0000 Subject: Gem 6ea7a457bfdbafb64c4123cb12882643bcf4109f osx/x86_64 built 'master:6ea7a457bfdbafb64c4123cb12882643bcf4109f' for osx/x86_64 --- Gem/examples/13.recursion/03.recursive_spiral.pd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gem/examples/13.recursion/03.recursive_spiral.pd') diff --git a/Gem/examples/13.recursion/03.recursive_spiral.pd b/Gem/examples/13.recursion/03.recursive_spiral.pd index 2783fc8..7c64e36 100644 --- a/Gem/examples/13.recursion/03.recursive_spiral.pd +++ b/Gem/examples/13.recursion/03.recursive_spiral.pd @@ -1,4 +1,5 @@ -#N canvas 3 2 602 516 10; +#N canvas 6 61 602 516 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 ; @@ -44,6 +45,7 @@ depth \, and recurse (after decrementing the maximum depth).; less elegant than the iterative solution with [repeat] \, and it is -- for non-branching structures. The power of recursion comes from the ease with which branching structures can be created.; +#X obj 497 15 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