[PD-cvs] externals/hcs/hid TODO, 1.14, 1.15 hid_cube.pd, 1.3, 1.4 hid_log.pd, 1.3, 1.4 hid_square.pd, 1.3, 1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 26 06:44:40 CEST 2005


Update of /cvsroot/pure-data/externals/hcs/hid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16210

Modified Files:
	TODO hid_cube.pd hid_log.pd hid_square.pd 
Log Message:
added input range limiting

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** TODO	13 Apr 2005 03:47:19 -0000	1.14
--- TODO	26 Apr 2005 04:44:38 -0000	1.15
***************
*** 135,138 ****
--- 135,144 ----
  [infinitepot] for use with a [knob] or any single axis that could be infinite.
  
+ [hid_debounce]
+ 
+ peak finder object
+ 
+ "kalman filters"
+ 
  
   /++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\

Index: hid_square.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_square.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hid_square.pd	28 Nov 2004 04:59:47 -0000	1.3
--- hid_square.pd	26 Apr 2005 04:44:38 -0000	1.4
***************
*** 1,3 ****
! #N canvas 608 576 479 305 10;
  #X obj 72 63 inlet;
  #X obj 72 240 outlet;
--- 1,3 ----
! #N canvas 608 576 483 309 10;
  #X obj 72 63 inlet;
  #X obj 72 240 outlet;
***************
*** 7,12 ****
  #X obj 72 172 *;
  #X text 7 9 [hid_square];
! #X connect 0 0 4 0;
  #X connect 4 0 5 0;
  #X connect 4 1 5 1;
  #X connect 5 0 1 0;
--- 7,16 ----
  #X obj 72 172 *;
  #X text 7 9 [hid_square];
! #X obj 72 95 min 1;
! #X obj 72 115 max 0;
! #X connect 0 0 7 0;
  #X connect 4 0 5 0;
  #X connect 4 1 5 1;
  #X connect 5 0 1 0;
+ #X connect 7 0 8 0;
+ #X connect 8 0 4 0;

Index: hid_log.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_log.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hid_log.pd	28 Nov 2004 04:59:47 -0000	1.3
--- hid_log.pd	26 Apr 2005 04:44:38 -0000	1.4
***************
*** 1,3 ****
! #N canvas 252 423 377 303 10;
  #X obj 84 32 inlet;
  #X obj 84 249 outlet;
--- 1,3 ----
! #N canvas 252 423 381 307 10;
  #X obj 84 32 inlet;
  #X obj 84 249 outlet;
***************
*** 10,15 ****
  #X text 92 172 the values are scaled from 1 to e;
  #X text 150 134 (e - 1);
! #X connect 0 0 5 0;
  #X connect 5 0 6 0;
  #X connect 6 0 7 0;
  #X connect 7 0 1 0;
--- 10,19 ----
  #X text 92 172 the values are scaled from 1 to e;
  #X text 150 134 (e - 1);
! #X obj 84 65 min 1;
! #X obj 84 86 max 0;
! #X connect 0 0 10 0;
  #X connect 5 0 6 0;
  #X connect 6 0 7 0;
  #X connect 7 0 1 0;
+ #X connect 10 0 11 0;
+ #X connect 11 0 5 0;

Index: hid_cube.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_cube.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hid_cube.pd	28 Nov 2004 04:59:46 -0000	1.3
--- hid_cube.pd	26 Apr 2005 04:44:38 -0000	1.4
***************
*** 1,3 ****
! #N canvas 381 547 479 305 10;
  #X obj 72 63 inlet;
  #X obj 72 240 outlet;
--- 1,3 ----
! #N canvas 381 547 483 309 10;
  #X obj 72 63 inlet;
  #X obj 72 240 outlet;
***************
*** 6,9 ****
  #X obj 72 166 pow 3;
  #X text 7 9 [hid_cube];
! #X connect 0 0 4 0;
  #X connect 4 0 1 0;
--- 6,13 ----
  #X obj 72 166 pow 3;
  #X text 7 9 [hid_cube];
! #X obj 72 106 min 1;
! #X obj 72 126 max 0;
! #X connect 0 0 6 0;
  #X connect 4 0 1 0;
+ #X connect 6 0 7 0;
+ #X connect 7 0 4 0;





More information about the Pd-cvs mailing list