From a4e787cd220561abb95fa03438b8e09333e38b76 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 Jun 2006 02:09:22 +0000 Subject: 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 --- desegment.pd | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'desegment.pd') 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; -- cgit v1.2.1