aboutsummaryrefslogtreecommitdiff
path: root/deg2hid-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 /deg2hid-help.pd
parentd252b2fa7343cda594e42b311ad191ca4f5e84da (diff)
added META subpatch and fixed a bunch of broken connections
svn path=/trunk/externals/hid/; revision=14625
Diffstat (limited to 'deg2hid-help.pd')
-rw-r--r--deg2hid-help.pd35
1 files changed, 23 insertions, 12 deletions
diff --git a/deg2hid-help.pd b/deg2hid-help.pd
index 766504f..33f769e 100644
--- a/deg2hid-help.pd
+++ b/deg2hid-help.pd
@@ -1,25 +1,36 @@
-#N canvas 82 386 483 323 10;
-#X declare -lib hid;
+#N canvas 0 31 483 323 10;
#X obj 5 2 cnv 15 450 20 empty empty deg2hid 2 11 1 18 -233017 -66577
0;
-#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp;
+#X obj 422 3 pddp/pddplink http://puredata.info/dev/pddp -text pddp
+;
#X text 254 269 released under the GNU GPL;
#X text 185 228 For more info:;
-
#X text 40 254 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
;
-#X text 300 168 related objects:;
-#X obj 333 184 hid/rad2hid;
+#X text 290 159 related objects:;
+#X obj 323 184 hid/rad2hid;
#X floatatom 56 203 7 0 0 1 - - -;
#X obj 59 103 hsl 300 15 -720 720 0 0 empty empty degrees 6 7 1 10
--262131 -1 -1 3100 0;
+-262131 -1 -1 0 0;
#X floatatom 82 133 5 0 0 0 - - -;
#X text 26 34 This object converts numbers from the [hid] range (0
to 1) to radians (-pi to pi) with the 0's lining up in the same place.
;
-#X obj 274 184 hid/hid2rad;
-#X obj 392 184 hid/hid2deg;
+#X obj 244 184 hid/hid2rad;
+#X obj 402 184 hid/hid2deg;
#X obj 56 168 hid/deg2hid;
-#X connect 9 0 10 0;
-#X connect 9 0 14 0;
-#X connect 14 0 8 0;
+#N canvas 504 253 494 344 META 0;
+#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL;
+#X text 12 95 INLET_0 float;
+#X text 12 115 OUTLET_0 float;
+#X text 12 135 AUTHOR Hans-Christoph Steiner;
+#X text 12 45 DESCRIPTION convert numbers from the [hid] range (0 to
+1) to radians (-pi to pi) with the 0's lining up in the same place.
+;
+#X text 12 5 KEYWORDS control conversion abstraction;
+#X restore 427 293 pd META;
+#X connect 8 0 13 0;
+#X connect 9 0 13 0;
+#X connect 13 0 7 0;