aboutsummaryrefslogtreecommitdiff
path: root/examples/wrap.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/wrap.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/wrap.pd')
-rw-r--r--examples/wrap.pd3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wrap.pd b/examples/wrap.pd
index 50fb7cc..304c78c 100644
--- a/examples/wrap.pd
+++ b/examples/wrap.pd
@@ -1,4 +1,4 @@
-#N canvas 77 -120 738 641 10;
+#N canvas 477 186 738 641 10;
#X text 118 18 wrap a float between to limits;
#X obj 71 18 wrap;
#X obj 42 150 wrap;
@@ -35,6 +35,7 @@ as zero (0).;
f1 is ALWAYS less than f2.;
#X text 130 593 if you need wrapping between (f1 \, f2] you have to
multiply the numbers with -1 before and after wrapping.;
+#X text 458 20 part of zexy;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 5 0 13 0;