aboutsummaryrefslogtreecommitdiff
path: root/pd/debounce.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/debounce.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/debounce.pd')
-rw-r--r--pd/debounce.pd28
1 files changed, 0 insertions, 28 deletions
diff --git a/pd/debounce.pd b/pd/debounce.pd
deleted file mode 100644
index 09092c3..0000000
--- a/pd/debounce.pd
+++ /dev/null
@@ -1,28 +0,0 @@
-#N canvas 132 316 478 432 10;
-#X obj 38 43 inlet;
-#X obj 252 108 f \$1;
-#X obj 252 85 loadbang;
-#X obj 226 33 inlet;
-#X obj 251 132 select 0;
-#X text 274 34 delay between state change;
-#X obj 62 381 outlet;
-#X obj 61 325 f;
-#X text 298 152 set default;
-#X obj 246 189 send \$0-delay;
-#X obj 157 271 delay;
-#X obj 187 248 receive \$0-delay;
-#X text 80 31 float input;
-#X text 120 378 debounced float output;
-#X msg 250 152 10;
-#X obj 100 103 change;
-#X connect 0 0 7 1;
-#X connect 0 0 15 0;
-#X connect 1 0 4 0;
-#X connect 2 0 1 0;
-#X connect 3 0 9 0;
-#X connect 4 0 14 0;
-#X connect 4 1 9 0;
-#X connect 7 0 6 0;
-#X connect 10 0 7 0;
-#X connect 11 0 10 1;
-#X connect 14 0 9 0;