aboutsummaryrefslogtreecommitdiff
path: root/pd/vector.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/vector.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/vector.pd')
-rw-r--r--pd/vector.pd31
1 files changed, 0 insertions, 31 deletions
diff --git a/pd/vector.pd b/pd/vector.pd
deleted file mode 100644
index 528bc46..0000000
--- a/pd/vector.pd
+++ /dev/null
@@ -1,31 +0,0 @@
-#N canvas 711 171 488 431 10;
-#X obj 30 75 inlet;
-#X obj 25 300 outlet;
-#X text 73 300 output range: 0 to 1;
-#X obj 232 299 outlet;
-#X obj 164 73 inlet;
-#X text 11 31 x-axis value;
-#X text 167 30 y-axis value;
-#X obj 25 269 / 1.41421;
-#X text 92 269 (sqrt 2);
-#X text 280 299 output range: 0 to 1;
-#X text 245 371 released under the GNU GPL;
-#X text 28 357 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X text 9 48 input range: -1 to 1;
-#X text 168 48 input range: -1 to 1;
-#X text 230 319 direction;
-#X text 23 318 magnatude;
-#X obj 153 197 zexy/cart2pol;
-#X obj 231 267 radians2mapping;
-#X obj 29 159 float;
-#X obj 76 127 trigger bang float;
-#X connect 0 0 18 0;
-#X connect 4 0 19 0;
-#X connect 7 0 1 0;
-#X connect 16 0 7 0;
-#X connect 16 1 17 0;
-#X connect 17 0 3 0;
-#X connect 18 0 16 0;
-#X connect 19 0 18 0;
-#X connect 19 1 16 1;