aboutsummaryrefslogtreecommitdiff
path: root/pd/curve_root.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/curve_root.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/curve_root.pd')
-rw-r--r--pd/curve_root.pd35
1 files changed, 0 insertions, 35 deletions
diff --git a/pd/curve_root.pd b/pd/curve_root.pd
deleted file mode 100644
index 81aa3a6..0000000
--- a/pd/curve_root.pd
+++ /dev/null
@@ -1,35 +0,0 @@
-#N canvas 295 229 464 381 10;
-#X obj 40 32 inlet;
-#X obj 40 299 outlet;
-#X obj 40 74 min 1;
-#X text 5 6 input range: -1 to 1;
-#X obj 40 94 max -1;
-#X obj 41 231 pow;
-#X text 96 298 output range: -1 to 1;
-#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 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;