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_log.pd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 curve_log.pd (limited to 'curve_log.pd') diff --git a/curve_log.pd b/curve_log.pd new file mode 100644 index 0000000..297f5f8 --- /dev/null +++ b/curve_log.pd @@ -0,0 +1,11 @@ +#N canvas 297 485 422 322 10; +#X obj 31 45 inlet; +#X obj 31 282 outlet; +#X text 79 45 input range: 0 to 1; +#X text 87 282 output range: 0 to 1; +#X text 9 5 [hid_log]; +#X obj 30 145 rmstodb; +#X obj 30 175 / 100; +#X connect 0 0 5 0; +#X connect 5 0 6 0; +#X connect 6 0 1 0; -- cgit v1.2.1