From 043dfe0ae677c018cde28cb84e1abe5ae1fe5205 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 29 Jan 2006 05:43:33 +0000 Subject: this is the first checkin for the new mapping lib, which is a join effort of Cyrille and Hans. We are combining Cyrille's ds_/datastream classes with my hid_* classes, and I think Cyrille has drawn on the La-Kitchen classes for working with sensors. svn path=/trunk/externals/mapping/; revision=4514 --- vector.pd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 vector.pd (limited to 'vector.pd') diff --git a/vector.pd b/vector.pd new file mode 100644 index 0000000..528bc46 --- /dev/null +++ b/vector.pd @@ -0,0 +1,31 @@ +#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