aboutsummaryrefslogtreecommitdiff
path: root/sinusoid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:39:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:39:10 +0000
commita53053891123cb663a7155226faa903a4728db81 (patch)
treed423fdc2d9e139833e249709261f62e95925fccb /sinusoid.pd
parent634505832495f0a69de7f9321f2adf3ad014526f (diff)
I am not quite sure yet what the default input and output range of this object should be. Let's try it out to see...
svn path=/trunk/externals/mapping/; revision=4629
Diffstat (limited to 'sinusoid.pd')
-rw-r--r--sinusoid.pd38
1 files changed, 19 insertions, 19 deletions
diff --git a/sinusoid.pd b/sinusoid.pd
index e8f1259..0c9957e 100644
--- a/sinusoid.pd
+++ b/sinusoid.pd
@@ -1,14 +1,11 @@
-#N canvas 12 269 612 496 10;
+#N canvas 12 269 616 500 10;
#X obj 50 36 inlet;
#X obj 329 52 inlet;
#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 39 277 / 1.26263;
-#X obj 50 198 route atan cos sin;
#X obj 190 225 symbol;
#X msg 189 251 ERROR: argument not supported \$1 \, try atan cos or
sin;
@@ -16,20 +13,23 @@ sin;
#X obj 208 50 loadbang;
#X obj 50 98 * 3.14159;
#X obj 188 273 print [sinusoid];
-#X connect 0 0 14 0;
-#X connect 1 0 12 1;
+#X obj 50 198 route atan sin cos;
+#X obj 123 260 sin;
+#X obj 152 260 cos;
+#X connect 0 0 11 0;
+#X connect 1 0 9 1;
#X connect 3 0 4 0;
-#X connect 4 0 9 0;
-#X connect 5 0 8 0;
+#X connect 4 0 13 0;
+#X connect 5 0 6 0;
#X connect 6 0 2 0;
-#X connect 7 0 2 0;
-#X connect 8 0 2 0;
-#X connect 9 0 5 0;
-#X connect 9 1 6 0;
-#X connect 9 2 7 0;
-#X connect 9 3 10 0;
-#X connect 10 0 11 0;
-#X connect 11 0 15 0;
-#X connect 12 0 3 1;
-#X connect 13 0 12 0;
-#X connect 14 0 3 0;
+#X connect 7 0 8 0;
+#X connect 8 0 12 0;
+#X connect 9 0 3 1;
+#X connect 10 0 9 0;
+#X connect 11 0 3 0;
+#X connect 13 0 5 0;
+#X connect 13 1 14 0;
+#X connect 13 2 15 0;
+#X connect 13 3 7 0;
+#X connect 14 0 2 0;
+#X connect 15 0 2 0;