aboutsummaryrefslogtreecommitdiff
path: root/pd/curve_power.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_power.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_power.pd')
-rw-r--r--pd/curve_power.pd33
1 files changed, 0 insertions, 33 deletions
diff --git a/pd/curve_power.pd b/pd/curve_power.pd
deleted file mode 100644
index 116f7b8..0000000
--- a/pd/curve_power.pd
+++ /dev/null
@@ -1,33 +0,0 @@
-#N canvas 529 139 460 377 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 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 41 207 abs;
-#X obj 115 232 pow;
-#X obj 41 257 * -1;
-#X obj 177 156 float;
-#X connect 0 0 2 0;
-#X connect 2 0 4 0;
-#X connect 4 0 12 0;
-#X connect 5 0 15 0;
-#X connect 7 0 16 0;
-#X connect 8 0 16 0;
-#X connect 9 0 8 0;
-#X connect 12 0 13 0;
-#X connect 12 1 14 0;
-#X connect 13 0 5 0;
-#X connect 14 0 1 0;
-#X connect 15 0 1 0;
-#X connect 16 0 14 1;
-#X connect 16 0 5 1;