aboutsummaryrefslogtreecommitdiff
path: root/curve_power.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_power.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_power.pd')
-rw-r--r--curve_power.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/curve_power.pd b/curve_power.pd
new file mode 100644
index 0000000..0332375
--- /dev/null
+++ b/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;