aboutsummaryrefslogtreecommitdiff
path: root/hid_smooth-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-13 13:55:00 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-13 13:55:00 +0000
commitde38c70d5f9bd92f74615bc4c6c8607ab3b7f118 (patch)
tree77f2c0148e61ffb631049721415b1c904b04d044 /hid_smooth-help.pd
parentd252b2fa7343cda594e42b311ad191ca4f5e84da (diff)
added META subpatch and fixed a bunch of broken connections
svn path=/trunk/externals/hid/; revision=14625
Diffstat (limited to 'hid_smooth-help.pd')
-rw-r--r--hid_smooth-help.pd44
1 files changed, 27 insertions, 17 deletions
diff --git a/hid_smooth-help.pd b/hid_smooth-help.pd
index 3ef29b5..1140555 100644
--- a/hid_smooth-help.pd
+++ b/hid_smooth-help.pd
@@ -1,29 +1,39 @@
-#N canvas 388 256 475 392 10;
-#X declare -lib hid;
+#N canvas 0 31 475 392 10;
#X text 27 340 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 244 354 released under the GNU GPL;
#X floatatom 102 195 5 0 0 0 - - -;
#X floatatom 102 251 5 0 0 0 - - -;
#X text 98 303 For more info:;
-
-#X obj 103 131 noise4hidhelp;
-#X obj 105 268 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
--1 -1 16106 1;
+#X obj 102 131 noise4hidhelp;
+#X obj 105 273 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
+-1 -1 0 1;
#X obj 105 164 hsl 250 15 0 1 0 0 empty empty empty 22 8 1 12 -262144
--1 -1 16509 1;
-#X obj 5 2 cnv 15 450 20 empty empty hid_smooth 2 11 1 18 -233017
--66577 0;
-#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
+-1 -1 0 1;
+#X obj 5 2 cnv 15 450 20 empty empty hid_smooth 2 11 1 18 -233017 -66577
+0;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
+;
#X obj 102 221 hid/hid_smooth;
#X text 18 36 Smooths a stream of numbers using weighted averaging
of the last 10 values. This object is an shortcut for [hid_average]
with the default settings.;
-#X obj 103 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 1 1
+#X obj 102 94 tgl 30 0 empty empty start 1 15 1 12 -90049 -1 -1 0 1
;
-#X connect 2 0 11 0;
-#X connect 3 0 7 0;
-#X connect 6 0 8 0;
-#X connect 8 0 2 0;
-#X connect 11 0 3 0;
-#X connect 13 0 6 0;
+#N canvas 485 31 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 115 AUTHOR Hans-Christoph Steiner;
+#X text 12 95 OUTLET_0 float;
+#X text 12 45 DESCRIPTION smooth a stream of numbers using weighted
+averaging of the last 10 values;
+#X text 12 75 INLET_0 float;
+#X text 12 5 KEYWORDS control filter abstraction;
+#X restore 422 361 pd META;
+#X connect 2 0 10 0;
+#X connect 3 0 6 0;
+#X connect 5 0 7 0;
+#X connect 7 0 2 0;
+#X connect 10 0 3 0;
+#X connect 12 0 5 0;