aboutsummaryrefslogtreecommitdiff
path: root/curve.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.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.pd')
-rw-r--r--curve.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/curve.pd b/curve.pd
new file mode 100644
index 0000000..8d09a66
--- /dev/null
+++ b/curve.pd
@@ -0,0 +1,34 @@
+#N canvas 12 269 577 490 10;
+#X obj 50 36 inlet;
+#X obj 165 34 inlet;
+#X obj 165 57 symbol;
+#X obj 47 411 outlet;
+#X obj 50 150 pack float symbol;
+#X msg 50 175 \$2 \$1;
+#X obj 39 256 atan;
+#X obj 123 260 cos;
+#X obj 152 260 sin;
+#X obj 188 273 print [curve];
+#X msg 189 251 ERROR: argument not supported \$1;
+#X obj 194 96 symbol_argument \$1;
+#X obj 51 100 * 3.14159;
+#X obj 39 277 / 1.26263;
+#X obj 50 198 route atan cos sin;
+#X obj 190 225 symbol;
+#X connect 0 0 12 0;
+#X connect 1 0 2 0;
+#X connect 2 0 4 1;
+#X connect 4 0 5 0;
+#X connect 5 0 14 0;
+#X connect 6 0 13 0;
+#X connect 7 0 3 0;
+#X connect 8 0 3 0;
+#X connect 10 0 9 0;
+#X connect 11 0 4 1;
+#X connect 12 0 4 0;
+#X connect 13 0 3 0;
+#X connect 14 0 6 0;
+#X connect 14 1 7 0;
+#X connect 14 2 8 0;
+#X connect 14 3 15 0;
+#X connect 15 0 10 0;