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_exp.pd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 curve_exp.pd (limited to 'curve_exp.pd') diff --git a/curve_exp.pd b/curve_exp.pd new file mode 100644 index 0000000..b7ca7a4 --- /dev/null +++ b/curve_exp.pd @@ -0,0 +1,11 @@ +#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; +#X connect 6 0 5 0; -- cgit v1.2.1