aboutsummaryrefslogtreecommitdiff
path: root/pd/sinusoid.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/sinusoid.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/sinusoid.pd')
-rw-r--r--pd/sinusoid.pd35
1 files changed, 0 insertions, 35 deletions
diff --git a/pd/sinusoid.pd b/pd/sinusoid.pd
deleted file mode 100644
index 339ccbe..0000000
--- a/pd/sinusoid.pd
+++ /dev/null
@@ -1,35 +0,0 @@
-#N canvas 297 154 620 504 10;
-#X obj 50 36 inlet;
-#X obj 204 19 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 39 277 / 1.26263;
-#X obj 190 225 symbol;
-#X msg 189 251 ERROR: argument not supported \$1 \, try atan cos or
-sin;
-#X obj 208 74 symbol_argument \$1;
-#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 0;
-#X connect 3 0 4 0;
-#X connect 4 0 13 0;
-#X connect 5 0 6 0;
-#X connect 6 0 2 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;