aboutsummaryrefslogtreecommitdiff
path: root/keygate.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-25 02:43:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-25 02:43:02 +0000
commita425a8aca3765a29750b2786277ad4f50f29d893 (patch)
treedd0a99be9d74d6325ac26eb3cd7733527b8b350c /keygate.pd
parent6ff3881e691f42cc6ebe899d6b75031ac5542ee0 (diff)
created [buttongate] and [keygate] following [gate]
svn path=/trunk/externals/hcs/hid/; revision=2313
Diffstat (limited to 'keygate.pd')
-rw-r--r--keygate.pd43
1 files changed, 43 insertions, 0 deletions
diff --git a/keygate.pd b/keygate.pd
new file mode 100644
index 0000000..52b2cb8
--- /dev/null
+++ b/keygate.pd
@@ -0,0 +1,43 @@
+#N canvas 326 22 530 481 10;
+#X obj 44 36 inlet;
+#X obj 44 365 outlet;
+#X obj 44 334 spigot;
+#X text 109 401 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X text 326 415 released under the GNU GPL;
+#X text 16 444 $Author: eighthave $;
+#X text 16 461 $Date: 2004-11-25 02:42:49 $;
+#X text 16 427 $Revision: 1.1 $;
+#X obj 132 26 loadbang;
+#X text 5 6 [keygate];
+#X obj 182 333 spigot;
+#X obj 182 365 outlet;
+#X obj 273 204 - 1;
+#X obj 273 224 abs;
+#X obj 236 27 keyname;
+#X msg 132 60 0;
+#X msg 183 60 1;
+#X obj 243 181 t f f;
+#X obj 243 157 f;
+#X obj 243 107 sel \$1;
+#X obj 243 86 symbol;
+#X obj 236 57 trigger bang float;
+#X connect 0 0 2 0;
+#X connect 0 0 10 0;
+#X connect 2 0 1 0;
+#X connect 8 0 15 0;
+#X connect 8 0 16 0;
+#X connect 10 0 11 0;
+#X connect 12 0 13 0;
+#X connect 13 0 10 1;
+#X connect 14 0 21 0;
+#X connect 14 1 20 1;
+#X connect 15 0 2 1;
+#X connect 16 0 10 1;
+#X connect 17 0 2 1;
+#X connect 17 1 12 0;
+#X connect 18 0 17 0;
+#X connect 19 0 18 0;
+#X connect 20 0 19 0;
+#X connect 21 0 20 0;
+#X connect 21 1 18 1;