From 480b757207c659f0c3e06277e29733b52d46bcdc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 13 Apr 2005 03:47:20 +0000 Subject: - created a suite of hid objects for using polar coordinates and converting between the range of 0-1 and degrees/radians. - made two joystick/polar examples - added some pretty colors to help patches svn path=/trunk/externals/hcs/hid/; revision=2754 --- deg2hid.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deg2hid.pd (limited to 'deg2hid.pd') diff --git a/deg2hid.pd b/deg2hid.pd new file mode 100644 index 0000000..ee9ac47 --- /dev/null +++ b/deg2hid.pd @@ -0,0 +1,25 @@ +#N canvas 380 212 444 356 10; +#X obj 88 30 inlet; +#X obj 89 264 outlet; +#X text 232 311 released under the GNU GPL; +#X text 15 297 (C) Copyright 2005 Hans-Christoph Steiner +; +#X text 143 264 output range: 0 to 360 \, 0 = north/top; +#X text 19 9 [deg2hid]; +#X text 129 28 input range: 0 to 360 \, 0 = east/right; +#X obj 88 170 / 360; +#X text 162 108 % is an int operation; +#X text 169 126 this saves accuracy; +#X obj 89 121 % 3.6e+07; +#X obj 89 142 / 100000; +#X obj 89 100 * 100000; +#X obj 45 210 moses 0; +#X obj 45 230 + 1; +#X connect 0 0 12 0; +#X connect 7 0 13 0; +#X connect 10 0 11 0; +#X connect 11 0 7 0; +#X connect 12 0 10 0; +#X connect 13 0 14 0; +#X connect 13 1 1 0; +#X connect 14 0 1 0; -- cgit v1.2.1