From 043dfe0ae677c018cde28cb84e1abe5ae1fe5205 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 29 Jan 2006 05:43:33 +0000 Subject: this is the first checkin for the new mapping lib, which is a join effort of Cyrille and Hans. We are combining Cyrille's ds_/datastream classes with my hid_* classes, and I think Cyrille has drawn on the La-Kitchen classes for working with sensors. svn path=/trunk/externals/mapping/; revision=4514 --- curve_root.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 curve_root.pd (limited to 'curve_root.pd') diff --git a/curve_root.pd b/curve_root.pd new file mode 100644 index 0000000..a75bdc2 --- /dev/null +++ b/curve_root.pd @@ -0,0 +1,22 @@ +#N canvas 295 229 460 377 10; +#X obj 40 32 inlet; +#X obj 40 299 outlet; +#X obj 40 94 min 1; +#X text 5 6 input range: -1 to 1; +#X obj 40 114 max -1; +#X obj 41 271 pow; +#X text 96 298 output range: -1 to 1; +#X obj 58 246 /; +#X msg 58 226 1 \$1; +#X obj 142 33 inlet; +#X obj 155 107 float_argument \$1 1; +#X obj 155 86 loadbang; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 1 0; +#X connect 7 0 5 1; +#X connect 8 0 7 0; +#X connect 9 0 8 0; +#X connect 10 0 8 0; +#X connect 11 0 10 0; -- cgit v1.2.1