diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-15 04:05:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-15 04:05:39 +0000 |
commit | 742e122ef16d2538803a3d40596ca9bd4b3f2112 (patch) | |
tree | 83c42d6f1ccf1025ad59e2649fc4633a51d27722 /buttongate.pd | |
parent | cb245d85d24a739ae72eebae78c3959ec42b3695 (diff) |
converted button codes to a numbered scheme; added [buttongate]
svn path=/trunk/externals/hcs/hid/; revision=2275
Diffstat (limited to 'buttongate.pd')
-rw-r--r-- | buttongate.pd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/buttongate.pd b/buttongate.pd new file mode 100644 index 0000000..aed6454 --- /dev/null +++ b/buttongate.pd @@ -0,0 +1,27 @@ +#N canvas 367 43 501 384 10; +#X obj 224 82 hid \$1; +#X obj 224 24 inlet; +#X obj 224 107 route key; +#X obj 224 137 route \$2; +#X obj 104 26 inlet; +#X obj 104 245 outlet; +#X obj 104 214 spigot; +#X text 9 278 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at> +; +#X text 226 292 released under the GNU GPL; +#X text 16 329 $Author: eighthave $; +#X text 16 346 $Date: 2004-11-15 04:05:39 $; +#X text 16 312 $Revision: 1.1 $; +#X obj 319 21 loadbang; +#X msg 319 42 1; +#X obj 224 170 unpack f f; +#X text 5 6 [buttongate]; +#X connect 0 0 2 0; +#X connect 1 0 0 0; +#X connect 2 0 3 0; +#X connect 3 0 14 0; +#X connect 4 0 6 0; +#X connect 6 0 5 0; +#X connect 12 0 13 0; +#X connect 13 0 0 0; +#X connect 14 0 6 1; |