From 6252435d46370211ee4af19a51845a66b3c2f96f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 29 Jan 2006 08:12:33 +0000 Subject: cleaned up a lot of hid_ cruft; renamed some hid_ objects to better names; added more objects from hid_ and wrote more curve objects svn path=/trunk/externals/mapping/; revision=4515 --- curve_exp.pd | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'curve_exp.pd') diff --git a/curve_exp.pd b/curve_exp.pd index b7ca7a4..e77d677 100644 --- a/curve_exp.pd +++ b/curve_exp.pd @@ -1,11 +1,24 @@ -#N canvas 225 325 499 325 10; -#X obj 72 38 inlet; -#X obj 72 258 outlet; -#X text 120 38 input range: 0 to 1; -#X text 128 258 output range: 0 to 1; -#X text 7 9 [hid_exp]; -#X obj 73 142 dbtorms; -#X obj 73 120 * 100; -#X connect 0 0 6 0; -#X connect 5 0 1 0; +#N canvas 225 325 507 333 10; +#X obj 37 25 inlet; +#X obj 37 262 outlet; +#X obj 38 63 moses 0; +#X obj 22 116 abs; +#X obj 22 189 * -1; +#X obj 22 168 dbtorms; +#X obj 22 142 * 100; +#X obj 83 142 * 100; +#X obj 83 169 dbtorms; +#X text 85 25 input range: -1 to 1; +#X text 93 262 output range: -1 to 1; +#X text 248 296 released under the GNU GPL; +#X text 31 282 (C) Copyright 2006 Hans-Christoph Steiner +; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 7 0; +#X connect 3 0 6 0; +#X connect 4 0 1 0; +#X connect 5 0 4 0; #X connect 6 0 5 0; +#X connect 7 0 8 0; +#X connect 8 0 1 0; -- cgit v1.2.1