From 6ff3881e691f42cc6ebe899d6b75031ac5542ee0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 20 Nov 2004 03:52:54 +0000 Subject: first set of basic mapping objects for [hid] svn path=/trunk/externals/hcs/hid/; revision=2292 --- hid_exp.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hid_exp.pd (limited to 'hid_exp.pd') diff --git a/hid_exp.pd b/hid_exp.pd new file mode 100644 index 0000000..a96ee0f --- /dev/null +++ b/hid_exp.pd @@ -0,0 +1,20 @@ +#N canvas 710 539 483 309 10; +#X obj 72 38 inlet; +#X obj 86 263 outlet; +#X text 120 38 input range: -1 to 1; +#X text 142 263 output range: 0 to 1; +#X text 7 9 [hid_exp]; +#X obj 72 99 / 2; +#X obj 86 178 pow; +#X obj 72 140 t b f; +#X msg 72 159 2; +#X obj 72 80 + 1; +#X obj 86 220 - 1; +#X connect 0 0 9 0; +#X connect 5 0 7 0; +#X connect 6 0 10 0; +#X connect 7 0 8 0; +#X connect 7 1 6 1; +#X connect 8 0 6 0; +#X connect 9 0 5 0; +#X connect 10 0 1 0; -- cgit v1.2.1