Skip to content

Commit

Permalink
Fixed debouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Jun 13, 2018
1 parent ff9711f commit 5df7bd3
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions examples/13-Salt/DuoWave/debounce.pd
@@ -1,35 +1,40 @@
#N canvas 457 49 552 440 10;
#N canvas 369 70 552 440 10;
#X obj 54 34 inlet;
#X obj 58 318 outlet;
#X obj 61 319 outlet;
#X obj 157 113 \$1;
#X obj 69 149 spigot;
#X obj 53 162 spigot;
#X obj 109 109 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 157 88 loadbang;
#X obj 154 189 \$1;
#X msg 78 85 0;
#X msg 122 75 1;
#X text 143 36 Debouncer for float inputs;
#X text 198 115 5ms default time \, or first creation argument;
#X obj 59 56 t f f f;
#X obj 68 278 f;
#X obj 158 142 != 0;
#X obj 157 165 select 1;
#X obj 92 249 delay 8;
#X connect 0 0 11 0;
#X connect 2 0 13 0;
#X obj 81 217 delay 8;
#X obj 59 56 t b f;
#X text 198 115 8ms default time \, or first creation argument;
#X obj 68 186 bang;
#X obj 61 292 change;
#X obj 81 253 f;
#X connect 0 0 13 0;
#X connect 2 0 10 0;
#X connect 3 0 15 0;
#X connect 3 0 16 0;
#X connect 4 0 3 1;
#X connect 5 0 2 0;
#X connect 5 0 8 0;
#X connect 6 0 15 1;
#X connect 6 0 12 1;
#X connect 7 0 4 0;
#X connect 8 0 4 0;
#X connect 11 0 7 0;
#X connect 11 1 3 0;
#X connect 11 2 12 1;
#X connect 12 0 1 0;
#X connect 13 0 14 0;
#X connect 14 0 6 0;
#X connect 15 0 8 0;
#X connect 10 0 11 0;
#X connect 11 0 6 0;
#X connect 12 0 8 0;
#X connect 12 0 17 0;
#X connect 13 0 7 0;
#X connect 13 1 3 0;
#X connect 13 1 17 1;
#X connect 15 0 12 0;
#X connect 16 0 1 0;
#X connect 17 0 16 0;

0 comments on commit 5df7bd3

Please sign in to comment.