aboutsummaryrefslogtreecommitdiff
path: root/desegment.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 02:09:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 02:09:22 +0000
commita4e787cd220561abb95fa03438b8e09333e38b76 (patch)
treec07acba27bf498bbd6862b9209dca430295e59bd /desegment.pd
parente3ef974594f3ef0d8c6740f46caffa9ad68120ff (diff)
implemented using 2 element lists, first the segment number, next the value; this seems to work better and makes the patches simple
svn path=/trunk/externals/mapping/; revision=5239
Diffstat (limited to 'desegment.pd')
-rw-r--r--desegment.pd31
1 files changed, 17 insertions, 14 deletions
diff --git a/desegment.pd b/desegment.pd
index cdfabbc..b345057 100644
--- a/desegment.pd
+++ b/desegment.pd
@@ -1,14 +1,17 @@
-#N canvas 410 221 692 329 10;
-#X obj 83 58 inlet;
-#X obj 75 266 outlet;
-#X obj 123 58 inlet;
-#X obj 163 58 inlet;
-#X obj 203 58 inlet;
-#X obj 243 58 inlet;
-#X obj 283 58 inlet;
-#X obj 323 58 inlet;
-#X obj 363 58 inlet;
-#X obj 403 58 inlet;
-#X obj 443 58 inlet;
-#X obj 483 58 inlet;
-#X obj 523 58 inlet;
+#N canvas 98 301 426 336 10;
+#X obj 21 15 inlet;
+#X obj 127 279 outlet;
+#X obj 198 81 purepd/float_argument \$1 1;
+#X obj 198 15 inlet;
+#X obj 231 44 loadbang;
+#X obj 21 113 unpack float float;
+#X obj 126 184 +;
+#X obj 127 224 /;
+#X connect 0 0 5 0;
+#X connect 2 0 7 1;
+#X connect 3 0 2 0;
+#X connect 4 0 2 0;
+#X connect 5 0 6 0;
+#X connect 5 1 6 1;
+#X connect 6 0 7 0;
+#X connect 7 0 1 0;