diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-12-13 13:55:00 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-12-13 13:55:00 +0000 |
commit | de38c70d5f9bd92f74615bc4c6c8607ab3b7f118 (patch) | |
tree | 77f2c0148e61ffb631049721415b1c904b04d044 /hid_cuberoot-help.pd | |
parent | d252b2fa7343cda594e42b311ad191ca4f5e84da (diff) |
added META subpatch and fixed a bunch of broken connections
svn path=/trunk/externals/hid/; revision=14625
Diffstat (limited to 'hid_cuberoot-help.pd')
-rw-r--r-- | hid_cuberoot-help.pd | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/hid_cuberoot-help.pd b/hid_cuberoot-help.pd index 48c74b2..6b601d3 100644 --- a/hid_cuberoot-help.pd +++ b/hid_cuberoot-help.pd @@ -1,21 +1,20 @@ -#N canvas 416 140 464 319 10; -#X declare -lib hid; +#N canvas 2 31 464 319 10; #X obj 5 2 cnv 15 450 20 empty empty hid_cuberoot 2 11 1 18 -233017 -66577 0; -#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp; -#X text 27 280 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at> +#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp ; -#X text 244 294 released under the GNU GPL; -#X text 98 251 For more info:; - -#X floatatom 25 123 8 0 0 0 - - -; -#X floatatom 25 184 8 0 0 0 - - -; +#X text 27 255 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at> +; +#X text 244 269 released under the GNU GPL; +#X text 98 226 For more info:; +#X floatatom 35 123 8 0 0 0 - - -; +#X floatatom 34 177 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 +#X obj 28 93 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_cuberoot; -#N canvas 0 22 450 300 graph1 0; +#N canvas 0 22 450 300 (subpatch) 0; #X array hid_cuberoot 100 float 0; #X coords 0 1 99 0 100 100 1; #X restore 321 111 graph; @@ -52,7 +51,18 @@ #X restore 321 78 pd draw_array; #X text 15 34 This object maps the input range to a cube root curve \, i.e. [pow 0.333333] \, "cube root of X" \, or X^0.333333.; -#X connect 6 0 10 0; -#X connect 7 0 8 0; +#N canvas 478 206 494 344 META 0; +#X text 12 135 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 25 LICENSE GPL; +#X text 12 75 INLET_0 float; +#X text 12 95 OUTLET_0 float; +#X text 12 115 AUTHOR Hans-Christoph Steiner; +#X text 12 45 DESCRIPTION map the input range to a cube root curve +\, i.e. [pow 0.333333] \, "cube root of X" \, or X^0.333333; +#X text 12 5 KEYWORDS control conversion abstraction; +#X restore 410 294 pd META; +#X connect 8 0 5 0; +#X connect 8 0 9 0; #X connect 9 0 6 0; -#X connect 10 0 7 0; +#X connect 9 0 7 0; |