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 --- pd/radians2mapping.pd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pd/radians2mapping.pd (limited to 'pd/radians2mapping.pd') diff --git a/pd/radians2mapping.pd b/pd/radians2mapping.pd new file mode 100644 index 0000000..39debb1 --- /dev/null +++ b/pd/radians2mapping.pd @@ -0,0 +1,26 @@ +#N canvas 258 110 429 400 10; +#X obj 42 36 inlet; +#X obj 140 297 outlet; +#X text 19 9 [rad2hid]; +#X obj 141 234 % 628318; +#X obj 127 167 moses 0; +#X obj 141 255 / 628318; +#X obj 42 96 * 100000; +#X obj 41 167 % 628318; +#X obj 42 136 moses -314159; +#X obj 85 200 + 628318; +#X text 10 66 % is an int operation \, we want floats \, so convert +to large integers; +#X text 225 351 released under the GNU GPL; +#X text 8 337 (C) Copyright 2005 Hans-Christoph Steiner +; +#X connect 0 0 6 0; +#X connect 3 0 5 0; +#X connect 4 0 9 0; +#X connect 4 1 3 0; +#X connect 5 0 1 0; +#X connect 6 0 8 0; +#X connect 7 0 9 0; +#X connect 8 0 7 0; +#X connect 8 1 4 0; +#X connect 9 0 3 0; -- cgit v1.2.1