[PD-cvs] externals/mapping/help debounce-help.pd,1.1,1.2

Cyrille Henry nusmuk at users.sourceforge.net
Fri Nov 10 16:43:49 CET 2006


Update of /cvsroot/pure-data/externals/mapping/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32534

Modified Files:
	debounce-help.pd 
Log Message:


Index: debounce-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/mapping/help/debounce-help.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** debounce-help.pd	29 Jan 2006 05:43:33 -0000	1.1
--- debounce-help.pd	10 Nov 2006 15:43:46 -0000	1.2
***************
*** 4,8 ****
  #X msg 418 3 pddp;
  #X text 234 467 released under the GNU GPL;
- #X text 17 486 $Revision$$Date$;
  #X text 18 499 $Author$;
  #X text 17 453 (C) Copyright 2005 Hans-Christoph Steiner <hans at at.or.at>
--- 4,7 ----
***************
*** 13,45 ****
  #X obj 123 142 delay;
  #X obj 63 121 bang;
- #X obj 122 202 tgl 35 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
- 1;
- #X floatatom 166 203 5 0 0 0 - - -;
- #X obj 122 271 tgl 35 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
- 1;
- #X obj 123 166 random 2;
  #X msg 85 78 stop;
! #X obj 244 211 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
! #X obj 240 277 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
! #X text 26 387 Right now \, it handles "floats" and "bangs". Everything
! else is converted to a "bang".;
  #X obj 152 122 random 1000;
! #X obj 237 247 debounce 900;
! #X obj 122 246 debounce 900;
  #X connect 6 0 7 0;
  #X connect 7 0 8 0;
! #X connect 7 1 18 0;
! #X connect 8 0 9 0;
! #X connect 8 0 13 0;
! #X connect 8 0 15 0;
  #X connect 9 0 7 0;
! #X connect 10 0 20 0;
! #X connect 13 0 10 0;
! #X connect 13 0 11 0;
! #X connect 14 0 8 0;
! #X connect 15 0 19 0;
! #X connect 18 0 8 1;
! #X connect 19 0 16 0;
! #X connect 20 0 12 0;
--- 12,33 ----
  #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$$Date$;
! #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;





More information about the Pd-cvs mailing list