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_cuberoot.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hid_cuberoot.pd (limited to 'hid_cuberoot.pd') diff --git a/hid_cuberoot.pd b/hid_cuberoot.pd new file mode 100644 index 0000000..18a7c86 --- /dev/null +++ b/hid_cuberoot.pd @@ -0,0 +1,13 @@ +#N canvas 860 465 432 349 10; +#X obj 72 63 inlet; +#X obj 72 240 outlet; +#X text 120 63 input range: -1 to 1; +#X text 128 240 output range: 0 to 1; +#X text 41 18 [hid_sqrt]; +#X obj 73 117 + 1; +#X obj 73 140 / 2; +#X obj 73 162 pow 0.333333; +#X connect 0 0 5 0; +#X connect 5 0 6 0; +#X connect 6 0 7 0; +#X connect 7 0 1 0; -- cgit v1.2.1