From 57b74403674f1079c5aee4d7071c956a3e045bff Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Mar 2006 16:18:14 +0000 Subject: 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 --- pd/vector.pd | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 pd/vector.pd (limited to 'pd/vector.pd') 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 -; -#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; -- cgit v1.2.1