aboutsummaryrefslogtreecommitdiff
path: root/hid_cube-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-19 05:02:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-19 05:02:31 +0000
commitdf54d3d3d4aab0481ab8a0e9ad23c97ac039ddf9 (patch)
tree9151b811dae79a22f4d04bc8ebe529ba49694f05 /hid_cube-help.pd
parentb3ef147bd04fa3ed6c36c69c94edbc9664e14c6e (diff)
make [hid] into a libdir-ish folder like earplug~ and freeverb~, and make sure hid-help.pd gets installed
svn path=/trunk/externals/hcs/hid/; revision=13454
Diffstat (limited to 'hid_cube-help.pd')
-rw-r--r--hid_cube-help.pd58
1 files changed, 58 insertions, 0 deletions
diff --git a/hid_cube-help.pd b/hid_cube-help.pd
new file mode 100644
index 0000000..94e6cdf
--- /dev/null
+++ b/hid_cube-help.pd
@@ -0,0 +1,58 @@
+#N canvas 556 145 472 353 10;
+#X declare -lib hid;
+#X obj 5 2 cnv 15 450 20 empty empty hid_graph 2 11 1 18 -233017
+-66577 0;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
+#X text 27 300 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X text 244 314 released under the GNU GPL;
+#X text 98 271 For more info:;
+
+#X floatatom 25 123 8 0 0 0 - - -;
+#X floatatom 25 184 8 0 0 0 - - -;
+#X obj 28 201 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
+-1 -1 0 1;
+#X obj 28 103 hsl 200 15 0 1 0 0 empty empty empty 22 8 1 12 -261681
+-1 -1 0 1;
+#X obj 25 153 hid/hid_cube;
+#X text 15 34 This object maps the input range to a cube curve \, i.e.
+[pow 3] or "X to power of 3".;
+#N canvas 0 22 450 300 graph1 0;
+#X array hid_cube 100 float 0;
+#X coords 0 1 99 0 100 100 1;
+#X restore 321 111 graph;
+#N canvas 266 69 327 317 draw_array 0;
+#X msg 57 52 bang;
+#X obj 57 73 until;
+#X text 88 52 start;
+#X obj 57 95 f;
+#X obj 86 95 + 1;
+#X obj 132 97 sel 0;
+#X obj 86 117 mod 100;
+#X obj 57 150 t f f;
+#X obj 94 177 s array_index;
+#X obj 170 262 r array_index;
+#X obj 57 13 loadbang;
+#X obj 57 207 / 100;
+#X text 99 207 [hid] output range: 0 to 1;
+#X obj 56 233 hid/hid_cube;
+#X obj 56 283 tabwrite hid_cube;
+#X connect 0 0 1 0;
+#X connect 1 0 3 0;
+#X connect 3 0 4 0;
+#X connect 3 0 7 0;
+#X connect 4 0 6 0;
+#X connect 5 0 1 1;
+#X connect 6 0 3 1;
+#X connect 6 0 5 0;
+#X connect 7 0 11 0;
+#X connect 7 1 8 0;
+#X connect 9 0 14 1;
+#X connect 10 0 0 0;
+#X connect 11 0 13 0;
+#X connect 13 0 14 0;
+#X restore 321 78 pd draw_array;
+#X connect 6 0 10 0;
+#X connect 7 0 8 0;
+#X connect 9 0 6 0;
+#X connect 10 0 7 0;