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 --- pd/curve_power.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pd/curve_power.pd (limited to 'pd/curve_power.pd') diff --git a/pd/curve_power.pd b/pd/curve_power.pd new file mode 100644 index 0000000..0332375 --- /dev/null +++ b/pd/curve_power.pd @@ -0,0 +1,14 @@ +#N canvas 612 444 456 373 10; +#X obj 42 53 inlet; +#X obj 42 230 outlet; +#X text 5 14 input range: -1 to 1; +#X obj 43 182 pow; +#X text 98 229 output range: -1 to 1; +#X obj 138 53 inlet; +#X obj 146 106 float_argument \$1 1; +#X obj 146 84 loadbang; +#X connect 0 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 3 1; +#X connect 6 0 3 1; +#X connect 7 0 6 0; -- cgit v1.2.1