aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/all_about_hid_mapping.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pddp/all_about_hid_mapping.pd')
-rw-r--r--doc/pddp/all_about_hid_mapping.pd33
1 files changed, 23 insertions, 10 deletions
diff --git a/doc/pddp/all_about_hid_mapping.pd b/doc/pddp/all_about_hid_mapping.pd
index ddb57fb1..84351eff 100644
--- a/doc/pddp/all_about_hid_mapping.pd
+++ b/doc/pddp/all_about_hid_mapping.pd
@@ -1,4 +1,4 @@
-#N canvas 304 56 880 562 10;
+#N canvas 304 56 896 578 10;
#N canvas 0 22 450 300 graph1 0;
#X array cuberoot 100 float 0;
#X coords 0 1 99 0 100 100 1;
@@ -86,7 +86,7 @@
#X obj 5 2 cnv 15 850 20 empty empty all_about_hid_mapping 20 10 1
18 -233017 -66577 0;
#X obj 821 3 pddp;
-#X obj 156 329 hid_graph;
+#X obj 209 398 hid_graph;
#X obj 9 102 notescale;
#X obj 653 104 pow 3;
#X obj 406 100 pow 0.333333;
@@ -106,15 +106,15 @@
#X text 641 297 exponential;
#X obj 9 213 buttongate;
#X obj 88 213 keygate;
-#X text 341 393 - CURVE TEXT IDEAS;
-#X text 370 419 - amplitude is generally perceived on a logarithmic
+#X text 341 423 - CURVE TEXT IDEAS;
+#X text 370 449 - amplitude is generally perceived on a logarithmic
scale;
#X obj 9 124 hid_invert;
-#X text 22 500 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+#X text 22 530 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
-#X text 239 514 released under the GNU GPL;
-#X text 445 501 $Revision: 1.5 $$Date: 2004-12-19 18:22:45 $;
-#X text 446 514 $Author: eighthave $;
+#X text 239 544 released under the GNU GPL;
+#X text 445 531 $Revision: 1.6 $$Date: 2005-04-18 00:33:26 $;
+#X text 446 544 $Author: eighthave $;
#X obj 88 167 hid_average;
#X text 1 83 SCALING AND RANGING;
#X text 1 150 SMOOTHING;
@@ -125,5 +125,18 @@ scale;
#X obj 9 262 hid_one2two;
#X obj 94 262 hid_one2three;
#X text 379 30 CURVES;
-#X text 371 443 - pitch is perceived on logarithmic scale;
-#X text 371 466 - many sensors work best on other curves;
+#X text 371 473 - pitch is perceived on logarithmic scale;
+#X text 371 496 - many sensors work best on other curves;
+#X text 1 286 POLAR COORDINATES;
+#X obj 84 303 hid_degrees;
+#X obj 9 303 hid_polar;
+#X obj 174 303 hid_spiral;
+#X obj 10 350 hid2rad;
+#X obj 130 350 hid2deg;
+#X obj 70 350 rad2hid;
+#X obj 190 350 deg2hid;
+#X text 1 330 ANGLE CONVERSIONS;
+#X text 474 386 Objects that start with "hid_" accept input data in
+the range of 0-1 and output data in the same range \, allowing you
+to chain as many of these objects together without thinking about scaling
+the resulting data with each step.;