aboutsummaryrefslogtreecommitdiff
path: root/keygate.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 08:12:33 +0000
commit6252435d46370211ee4af19a51845a66b3c2f96f (patch)
tree263658f500bdc665a400836f6825e19a0af30eb5 /keygate.pd
parent043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (diff)
cleaned up a lot of hid_ cruft; renamed some hid_ objects to better names; added more objects from hid_ and wrote more curve objects
svn path=/trunk/externals/mapping/; revision=4515
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..2da19c5
--- /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: 2006-01-29 08:12:33 $;
+#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;