From 6b5a0fc360cb8b361a5873bbeb46c7f5c271f9a9 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 27 Jan 2005 12:23:02 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2548, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/La-kitchen/; revision=2549 --- debounce_b.pd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debounce_b.pd (limited to 'debounce_b.pd') diff --git a/debounce_b.pd b/debounce_b.pd new file mode 100644 index 0000000..9262def --- /dev/null +++ b/debounce_b.pd @@ -0,0 +1,31 @@ +#N canvas 190 7 284 307 10; +#X obj 123 52 inlet; +#X obj 49 52 inlet; +#X obj 49 221 spigot; +#X obj 117 263 outlet; +#X obj 98 121 0; +#X obj 80 185 1; +#X obj 96 165 loadbang; +#X text 115 28 duree bloqueur (ms); +#X text 32 28 flot bang; +#X obj 49 75 bang; +#X obj 80 100 t b b b; +#X obj 80 143 delay \$1; +#X obj 161 263 outlet; +#X obj 161 220 * -1; +#X obj 161 242 + 1; +#X connect 0 0 11 1; +#X connect 1 0 9 0; +#X connect 2 0 10 0; +#X connect 4 0 2 1; +#X connect 4 0 13 0; +#X connect 5 0 2 1; +#X connect 5 0 13 0; +#X connect 6 0 5 0; +#X connect 9 0 2 0; +#X connect 10 0 11 0; +#X connect 10 1 4 0; +#X connect 10 2 3 0; +#X connect 11 0 5 0; +#X connect 13 0 14 0; +#X connect 14 0 12 0; -- cgit v1.2.1