aboutsummaryrefslogtreecommitdiff
path: root/curve_root.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_root.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_root.pd')
-rw-r--r--curve_root.pd35
1 files changed, 24 insertions, 11 deletions
diff --git a/curve_root.pd b/curve_root.pd
index a75bdc2..81aa3a6 100644
--- a/curve_root.pd
+++ b/curve_root.pd
@@ -1,22 +1,35 @@
-#N canvas 295 229 460 377 10;
+#N canvas 295 229 464 381 10;
#X obj 40 32 inlet;
#X obj 40 299 outlet;
-#X obj 40 94 min 1;
+#X obj 40 74 min 1;
#X text 5 6 input range: -1 to 1;
-#X obj 40 114 max -1;
-#X obj 41 271 pow;
+#X obj 40 94 max -1;
+#X obj 41 231 pow;
#X text 96 298 output range: -1 to 1;
-#X obj 58 246 /;
-#X msg 58 226 1 \$1;
-#X obj 142 33 inlet;
-#X obj 155 107 float_argument \$1 1;
-#X obj 155 86 loadbang;
+#X obj 177 156 /;
+#X msg 177 136 1 \$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 40 161 abs;
+#X obj 115 232 pow;
+#X obj 41 257 * -1;
#X connect 0 0 2 0;
#X connect 2 0 4 0;
-#X connect 4 0 5 0;
-#X connect 5 0 1 0;
+#X connect 4 0 14 0;
+#X connect 5 0 17 0;
#X connect 7 0 5 1;
+#X connect 7 0 16 1;
#X connect 8 0 7 0;
#X connect 9 0 8 0;
#X connect 10 0 8 0;
#X connect 11 0 10 0;
+#X connect 14 0 15 0;
+#X connect 14 1 16 0;
+#X connect 15 0 5 0;
+#X connect 16 0 1 0;
+#X connect 17 0 1 0;