aboutsummaryrefslogtreecommitdiff
path: root/curve_exp.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
commit043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (patch)
tree006c85f3a511ad7e94f849372b29fb4d96f02245 /curve_exp.pd
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.svn2git-root
svn path=/trunk/externals/mapping/; revision=4514
Diffstat (limited to 'curve_exp.pd')
-rw-r--r--curve_exp.pd11
1 files changed, 11 insertions, 0 deletions
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;