aboutsummaryrefslogtreecommitdiff
path: root/curve_power.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
commit6252435d46370211ee4af19a51845a66b3c2f96f (patch)
tree263658f500bdc665a400836f6825e19a0af30eb5 /curve_power.pd
parent043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (diff)
cleaned up a lot of hid_ cruft; renamed some hid_ objects to better names; added more objects from hid_ and wrote more curve objects
svn path=/trunk/externals/mapping/; revision=4515
Diffstat (limited to 'curve_power.pd')
-rw-r--r--curve_power.pd47
1 files changed, 33 insertions, 14 deletions
diff --git a/curve_power.pd b/curve_power.pd
index 0332375..116f7b8 100644
--- a/curve_power.pd
+++ b/curve_power.pd
@@ -1,14 +1,33 @@
-#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;
+#N canvas 529 139 460 377 10;
+#X obj 40 32 inlet;
+#X obj 40 299 outlet;
+#X obj 40 74 min 1;
+#X text 5 6 input range: -1 to 1;
+#X obj 40 94 max -1;
+#X obj 41 231 pow;
+#X text 96 298 output range: -1 to 1;
+#X obj 178 30 inlet;
+#X obj 207 106 float_argument \$1 1;
+#X obj 207 85 loadbang;
+#X text 245 344 released under the GNU GPL;
+#X text 28 330 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X obj 39 121 moses 0;
+#X obj 41 207 abs;
+#X obj 115 232 pow;
+#X obj 41 257 * -1;
+#X obj 177 156 float;
+#X connect 0 0 2 0;
+#X connect 2 0 4 0;
+#X connect 4 0 12 0;
+#X connect 5 0 15 0;
+#X connect 7 0 16 0;
+#X connect 8 0 16 0;
+#X connect 9 0 8 0;
+#X connect 12 0 13 0;
+#X connect 12 1 14 0;
+#X connect 13 0 5 0;
+#X connect 14 0 1 0;
+#X connect 15 0 1 0;
+#X connect 16 0 14 1;
+#X connect 16 0 5 1;