aboutsummaryrefslogtreecommitdiff
path: root/help/debounce-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:17:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:17:13 +0000
commitecc6398c406a7d401225bf04346fc0d25491dff3 (patch)
treee0d2e8222b03161f6e77ad8a525604cf216746cb /help/debounce-help.pd
parent162b9550e5d3ab93f02fa342864f22190581838c (diff)
moved help patches into same folder, stopped auto-generating mapping-meta.pd
file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/externals/mapping/; revision=10981
Diffstat (limited to 'help/debounce-help.pd')
-rw-r--r--help/debounce-help.pd33
1 files changed, 0 insertions, 33 deletions
diff --git a/help/debounce-help.pd b/help/debounce-help.pd
deleted file mode 100644
index ed6c2ab..0000000
--- a/help/debounce-help.pd
+++ /dev/null
@@ -1,33 +0,0 @@
-#N canvas 429 170 470 540 10;
-#X obj 2 2 cnv 15 450 20 empty empty debounce 2 11 1 18 -233017 -66577
-0;
-#X msg 418 3 pddp;
-#X text 234 467 released under the GNU GPL;
-#X text 18 499 $Author: nusmuk $;
-#X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans@at.or.at>
-;
-#X obj 122 78 bng 15 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
--1;
-#X obj 123 102 t b b;
-#X obj 123 142 delay;
-#X obj 63 121 bang;
-#X msg 85 78 stop;
-#X obj 123 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--1;
-#X obj 123 228 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--1;
-#X obj 123 198 debounce 2000;
-#X obj 152 122 random 1000;
-#X text 17 486 $Revision: 1.2 $$Date: 2006-11-10 15:43:46 $;
-#X text 26 388 Every input is converted to a "bang".;
-#X text 26 366 Debounce remove bang is they are to fast.;
-#X connect 5 0 6 0;
-#X connect 6 0 7 0;
-#X connect 6 1 13 0;
-#X connect 7 0 8 0;
-#X connect 7 0 10 0;
-#X connect 8 0 6 0;
-#X connect 9 0 7 0;
-#X connect 10 0 12 0;
-#X connect 12 0 11 0;
-#X connect 13 0 7 1;