aboutsummaryrefslogtreecommitdiff
path: root/sinusoid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:44:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:44:04 +0000
commit1cc08490832ec599064f388dc5b239d43f6ece2d (patch)
tree9c463d518c9a1f21915b93b4a1a2ec168135aaaf /sinusoid.pd
parenta53053891123cb663a7155226faa903a4728db81 (diff)
ported to new one inlet *_argument objects
svn path=/trunk/externals/mapping/; revision=4630
Diffstat (limited to 'sinusoid.pd')
-rw-r--r--sinusoid.pd8
1 files changed, 4 insertions, 4 deletions
diff --git a/sinusoid.pd b/sinusoid.pd
index 0c9957e..339ccbe 100644
--- a/sinusoid.pd
+++ b/sinusoid.pd
@@ -1,6 +1,6 @@
-#N canvas 12 269 616 500 10;
+#N canvas 297 154 620 504 10;
#X obj 50 36 inlet;
-#X obj 329 52 inlet;
+#X obj 204 19 inlet;
#X obj 47 411 outlet;
#X obj 50 150 pack float symbol;
#X msg 50 175 \$2 \$1;
@@ -10,14 +10,14 @@
#X msg 189 251 ERROR: argument not supported \$1 \, try atan cos or
sin;
#X obj 208 74 symbol_argument \$1;
-#X obj 208 50 loadbang;
+#X obj 249 19 loadbang;
#X obj 50 98 * 3.14159;
#X obj 188 273 print [sinusoid];
#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 1 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 13 0;
#X connect 5 0 6 0;