diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-25 02:43:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-25 02:43:02 +0000 |
commit | a425a8aca3765a29750b2786277ad4f50f29d893 (patch) | |
tree | dd0a99be9d74d6325ac26eb3cd7733527b8b350c /buttongate.pd | |
parent | 6ff3881e691f42cc6ebe899d6b75031ac5542ee0 (diff) |
created [buttongate] and [keygate] following [gate]
svn path=/trunk/externals/hcs/hid/; revision=2313
Diffstat (limited to 'buttongate.pd')
-rw-r--r-- | buttongate.pd | 53 |
1 files changed, 34 insertions, 19 deletions
diff --git a/buttongate.pd b/buttongate.pd index aed6454..1b19d88 100644 --- a/buttongate.pd +++ b/buttongate.pd @@ -1,27 +1,42 @@ -#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; +#N canvas 367 43 525 408 10; +#X obj 303 81 hid \$1; +#X obj 303 24 inlet; +#X obj 303 106 route key; +#X obj 303 127 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 obj 104 295 outlet; +#X obj 104 264 spigot; +#X text 10 324 (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 226 340 released under the GNU GPL; +#X text 16 371 $Author: eighthave $; +#X text 16 388 $Date: 2004-11-25 02:42:49 $; +#X text 16 354 $Revision: 1.2 $; +#X obj 192 16 loadbang; +#X obj 303 147 unpack f f; #X text 5 6 [buttongate]; +#X obj 242 263 spigot; +#X obj 242 295 outlet; +#X obj 333 195 - 1; +#X obj 333 215 abs; +#X msg 192 50 0; +#X msg 243 50 1; +#X obj 303 168 t f f; #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 3 0 13 0; #X connect 4 0 6 0; +#X connect 4 0 15 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; +#X connect 12 0 19 0; +#X connect 12 0 20 0; +#X connect 13 0 21 0; +#X connect 15 0 16 0; +#X connect 17 0 18 0; +#X connect 18 0 15 1; +#X connect 19 0 6 1; +#X connect 20 0 15 1; +#X connect 20 0 0 0; +#X connect 21 0 6 1; +#X connect 21 1 17 0; |