aboutsummaryrefslogtreecommitdiff
path: root/examples/repack.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/repack.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/repack.pd')
-rw-r--r--examples/repack.pd48
1 files changed, 25 insertions, 23 deletions
diff --git a/examples/repack.pd b/examples/repack.pd
index 3b2560b..49fb81b 100644
--- a/examples/repack.pd
+++ b/examples/repack.pd
@@ -1,23 +1,25 @@
-#N canvas 222 219 739 549 10;
-#X obj 78 35 repack;
-#X obj 73 303 print;
-#X floatatom 73 120;
-#X msg 73 138 1 2 3 4 5 6 7 8 9 10;
-#X obj 73 265 repack 7;
-#X msg 73 157 hallo;
-#X text 149 33 (re)packs (packages of) floats/symbols/pointers/anythings to packages of a (given) size;
-#X msg 120 187 bang;
-#X floatatom 116 235;
-#X text 172 236 set the package-size;
-#X text 173 191 output the currently made package immediately;
-#X obj 56 501 repack 1;
-#X text 118 502 unfolds packages to atoms \; see also;
-#X obj 337 503 drip;
-#X text 72 407 creation:;
-#X text 140 408 "repack <n>" create packages of the length n;
-#X connect 2 0 4 0;
-#X connect 3 0 4 0;
-#X connect 4 0 1 0;
-#X connect 5 0 4 0;
-#X connect 7 0 4 0;
-#X connect 8 0 4 1;
+#N canvas 364 364 739 549 10;
+#X obj 78 35 repack;
+#X obj 73 303 print;
+#X floatatom 73 120 0 0 0 0 - - -;
+#X msg 73 138 1 2 3 4 5 6 7 8 9 10;
+#X obj 73 265 repack 7;
+#X msg 73 157 hallo;
+#X text 149 33 (re)packs (packages of) floats/symbols/pointers/anythings
+to packages of a (given) size;
+#X msg 120 187 bang;
+#X floatatom 116 235 0 0 0 0 - - -;
+#X text 172 236 set the package-size;
+#X text 173 191 output the currently made package immediately;
+#X obj 56 501 repack 1;
+#X text 118 502 unfolds packages to atoms \; see also;
+#X obj 337 503 drip;
+#X text 72 407 creation:;
+#X text 140 408 "repack <n>" create packages of the length n;
+#X text 582 11 part of zexy;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 1 0;
+#X connect 5 0 4 0;
+#X connect 7 0 4 0;
+#X connect 8 0 4 1;