[PD-cvs] abstractions/footils/list-abs list-harmonic-mean-help.pd, 1.1, 1.2

Frank Barknecht fbar at users.sourceforge.net
Sun Apr 22 15:06:46 CEST 2007


Update of /cvsroot/pure-data/abstractions/footils/list-abs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29817

Modified Files:
	list-harmonic-mean-help.pd 
Log Message:
typo

Index: list-harmonic-mean-help.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/footils/list-abs/list-harmonic-mean-help.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** list-harmonic-mean-help.pd	22 Apr 2007 13:02:24 -0000	1.1
--- list-harmonic-mean-help.pd	22 Apr 2007 13:06:44 -0000	1.2
***************
*** 1,3 ****
! #N struct 1026-dial float y;
  #N canvas 402 177 566 571 10;
  #N canvas 0 0 450 300 randlist 0;
--- 1,3 ----
! #N struct 1029-dial float y;
  #N canvas 402 177 566 571 10;
  #N canvas 0 0 450 300 randlist 0;
***************
*** 63,67 ****
  #X restore 75 152 graph;
  #N canvas 0 0 916 918 \$0-c 0;
! #X scalar 1026-dial 0 \;;
  #X coords 0 0 200 140 200 140 1;
  #X restore 75 152 pd \$0-c;
--- 63,67 ----
  #X restore 75 152 graph;
  #N canvas 0 0 916 918 \$0-c 0;
! #X scalar 1029-dial 0 \;;
  #X coords 0 0 200 140 200 140 1;
  #X restore 75 152 pd \$0-c;
***************
*** 144,148 ****
  #X restore 339 363 pd scale;
  #X obj 339 313 list-harmonic-mean;
! #X msg 79 414 0.6 6.9 3.6 5.6 0.7 3.8 3.9 5.3 9.2 9.2;
  #X connect 0 0 26 0;
  #X connect 1 0 0 0;
--- 144,148 ----
  #X restore 339 363 pd scale;
  #X obj 339 313 list-harmonic-mean;
! #X msg 79 414 7.4 4.8 2 8.4 5.6 3.6 1.1 8.6 5 8.6;
  #X connect 0 0 26 0;
  #X connect 1 0 0 0;
***************
*** 172,177 ****
  #X restore 98 459 pd graphical-mean;
  #X obj 98 405 list-harmonic-mean;
- #X text 114 91 geometric mean = n / (1/f0 + 1/f1 + 1/f2 + ... + 1/fn)
- ;
  #X text 86 22 [list-harmonic-mean];
  #X text 96 51 Calculates the harmonic mean of a list (of floats) according
--- 172,175 ----
***************
*** 185,188 ****
--- 183,188 ----
  #X obj 184 515 list-mean;
  #X text 97 494 More means:;
+ #X text 114 91 harmonic mean = n / (1/f0 + 1/f1 + 1/f2 + ... + 1/fn)
+ ;
  #X connect 0 0 3 0;
  #X connect 1 0 0 0;
***************
*** 191,193 ****
  #X connect 5 0 9 0;
  #X connect 9 0 2 0;
! #X connect 13 0 9 0;
--- 191,193 ----
  #X connect 5 0 9 0;
  #X connect 9 0 2 0;
! #X connect 12 0 9 0;





More information about the Pd-cvs mailing list