aboutsummaryrefslogtreecommitdiff
path: root/hid_log.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-20 03:52:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-20 03:52:54 +0000
commit6ff3881e691f42cc6ebe899d6b75031ac5542ee0 (patch)
tree2eb419bf70547ffd0f2e189cd00999f3774f6fd9 /hid_log.pd
parent2412f513218940981451fa165cdd785ba9a74e89 (diff)
first set of basic mapping objects for [hid]
svn path=/trunk/externals/hcs/hid/; revision=2292
Diffstat (limited to 'hid_log.pd')
-rw-r--r--hid_log.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/hid_log.pd b/hid_log.pd
new file mode 100644
index 0000000..6b6d005
--- /dev/null
+++ b/hid_log.pd
@@ -0,0 +1,19 @@
+#N canvas 792 221 373 299 10;
+#X obj 84 32 inlet;
+#X obj 84 249 outlet;
+#X text 132 32 input range: -1 to 1;
+#X text 140 249 output range: 0 to 1;
+#X text 9 5 [hid_log];
+#X obj 84 96 + 1;
+#X obj 84 115 / 2;
+#X obj 84 134 * 1.71828;
+#X obj 84 153 + 1;
+#X obj 84 193 log;
+#X text 92 172 the values are scaled from 1 to e;
+#X text 150 134 (e - 1);
+#X connect 0 0 5 0;
+#X connect 5 0 6 0;
+#X connect 6 0 7 0;
+#X connect 7 0 8 0;
+#X connect 8 0 9 0;
+#X connect 9 0 1 0;