aboutsummaryrefslogtreecommitdiff
path: root/examples/repeat.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/repeat.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/repeat.pd')
-rw-r--r--examples/repeat.pd3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/repeat.pd b/examples/repeat.pd
index 0a66cf3..a3c251c 100644
--- a/examples/repeat.pd
+++ b/examples/repeat.pd
@@ -1,4 +1,4 @@
-#N canvas 59 45 599 332 10;
+#N canvas 429 454 599 332 10;
#X msg 41 151 bang;
#X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi;
#X obj 160 14 repeat;
@@ -15,6 +15,7 @@ comes in;
#X obj 41 262 repeat 3;
#X text 143 236 reset the number of repetitions;
#X obj 41 303 print repetitio;
+#X text 471 32 part of zexy;
#X connect 0 0 11 0;
#X connect 1 0 11 0;
#X connect 5 0 11 1;