From 7d3d21431ff710a5dd84c8198f7018862595d2e2 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Fri, 25 Jul 2008 08:58:52 +0000 Subject: added bang/empty list filter as per recent sssad discussion svn path=/trunk/abstractions/senderfruit/; revision=10218 --- memento-p/commun-c-scale.pd | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'memento-p/commun-c-scale.pd') diff --git a/memento-p/commun-c-scale.pd b/memento-p/commun-c-scale.pd index 0efb334..f3ed13d 100644 --- a/memento-p/commun-c-scale.pd +++ b/memento-p/commun-c-scale.pd @@ -1,6 +1,6 @@ #N canvas 286 32 505 662 10; #X obj 12 11 inlet; -#X obj 108 565 outlet; +#X obj 108 585 outlet; #X text 5 93 RRADICAL_MEMENTO is also in originator; #X obj 108 538 list; #X obj 45 437 demultiplex; @@ -8,9 +8,6 @@ #X obj 45 370 expr_scale 0 1 \$3 \$4; #X obj 156 11 inlet; #X obj 286 11 inlet; -#X text 63 590 Use to constrain input to a smaller subset of the full -range. Input as relative to 0-1. Reports back what the result will -be when scaled fully; #X obj 156 59 s \$0boundLowFull; #X obj 286 59 s \$0boundHighFull; #X obj 132 252 r \$0boundLowFull; @@ -58,22 +55,26 @@ special address for 0-1 data input only; #X connect 3 0 0 0; #X connect 5 0 4 0; #X restore 347 143 pd listParams; -#X connect 0 0 21 0; -#X connect 3 0 1 0; -#X connect 4 0 15 0; +#X text 63 610 Use to constrain input to a smaller subset of the full +range. Input as relative to 0-1.; +#X obj 108 562 route bang; +#X connect 0 0 20 0; +#X connect 3 0 28 0; +#X connect 4 0 14 0; #X connect 4 1 5 0; -#X connect 5 0 15 0; +#X connect 5 0 14 0; #X connect 6 0 4 0; -#X connect 7 0 10 0; -#X connect 8 0 11 0; -#X connect 12 0 6 3; -#X connect 13 0 6 4; -#X connect 14 0 4 1; -#X connect 15 0 3 0; -#X connect 17 0 6 0; -#X connect 18 0 3 0; -#X connect 19 0 18 0; -#X connect 20 0 17 0; -#X connect 21 0 22 0; -#X connect 23 0 3 0; -#X connect 24 0 23 0; +#X connect 7 0 9 0; +#X connect 8 0 10 0; +#X connect 11 0 6 3; +#X connect 12 0 6 4; +#X connect 13 0 4 1; +#X connect 14 0 3 0; +#X connect 16 0 6 0; +#X connect 17 0 3 0; +#X connect 18 0 17 0; +#X connect 19 0 16 0; +#X connect 20 0 21 0; +#X connect 22 0 3 0; +#X connect 23 0 22 0; +#X connect 28 1 1 0; -- cgit v1.2.1