aboutsummaryrefslogtreecommitdiff
path: root/buttongate-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 /buttongate-help.pd
parentd252b2fa7343cda594e42b311ad191ca4f5e84da (diff)
added META subpatch and fixed a bunch of broken connections
svn path=/trunk/externals/hid/; revision=14625
Diffstat (limited to 'buttongate-help.pd')
-rw-r--r--buttongate-help.pd25
1 files changed, 19 insertions, 6 deletions
diff --git a/buttongate-help.pd b/buttongate-help.pd
index ae6c733..63047e3 100644
--- a/buttongate-help.pd
+++ b/buttongate-help.pd
@@ -1,7 +1,6 @@
-#N canvas 345 96 463 514 10;
-#X declare -lib hid;
-#X obj 5 2 cnv 15 450 20 empty empty buttongate 2 11 1 18 -233017
--66577 0;
+#N canvas 0 31 463 514 10;
+#X obj 5 2 cnv 15 450 20 empty empty buttongate 2 11 1 18 -233017 -66577
+0;
#X obj 160 287 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 160 151 loadbang;
@@ -10,7 +9,8 @@
#X text 27 470 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 244 484 released under the GNU GPL;
-#X obj 223 417 pddp/pddplink ../all_about_hid.pd -text all_about_hid;
+#X obj 223 417 pddp/pddplink ../all_about_hid.pd -text all_about_hid
+;
#X text 114 418 For more info:;
#X text 17 38 [buttongate] is a simple gate controlled by a HID button.
You must specify the device and the button which controls the gate.
@@ -30,7 +30,20 @@ optional control messages to the HID.;
#X text 23 348 Keyboard keys can also be used to control this object.
You can get the [hid] keycode from here:;
#X obj 324 368 ev_key-list;
-#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
+;
+#N canvas 504 253 494 344 META 0;
+#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL;
+#X text 12 145 AUTHOR Hans-Christoph Steiner;
+#X text 12 45 DESCRIPTION simple gate controlled by a HID button;
+#X text 12 65 INLET_0 bang;
+#X text 12 85 INLET_1 open refresh;
+#X text 12 105 OUTLET_0 bang;
+#X text 12 125 OUTLET_1 bang;
+#X text 12 5 KEYWORDS control user_input abstraction;
+#X restore 406 463 pd META;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 10 0;