[PD] maxlib

Tim Blechmann TimBlechmann at gmx.net
Sat May 28 21:45:56 CEST 2005


hi olaf ...

since it seems that you have abandoned pd, are you still maintaining 
maxlib?

there is a bug in src/gauss.c, which can be fixed by applying this patch:

*** gauss.c.~1.5.~	Sat May 21 13:22:03 2005
--- gauss.c	Sat May 28 21:39:43 2005
***************
*** 53,58 ****
--- 53,59 ----
      floatinlet_new(&x->x_obj, &x->x_mu);
      outlet_new(&x->x_obj, &s_float);
  	x->x_sigma = fs;
+ 	x->x_mu = fm;
      return (x);
  }
  
***************
*** 80,86 ****
  {
      rand_gauss_class = class_new(gensym("maxlib_gauss"), (t_newmethod)rand_gauss_new, 0,
      	sizeof(t_rand_gauss), 0, A_DEFFLOAT, A_DEFFLOAT, 0);
! 	class_addcreator((t_newmethod)rand_gauss_new, gensym("gauss"), A_DEFFLOAT, 0);
      class_addbang(rand_gauss_class, rand_gauss_bang);
  	class_sethelpsymbol(rand_gauss_class, gensym("maxlib/help-gauss.pd"));
  }
--- 81,87 ----
  {
      rand_gauss_class = class_new(gensym("maxlib_gauss"), (t_newmethod)rand_gauss_new, 0,
      	sizeof(t_rand_gauss), 0, A_DEFFLOAT, A_DEFFLOAT, 0);
! 	class_addcreator((t_newmethod)rand_gauss_new, gensym("gauss"), A_DEFFLOAT, A_DEFFLOAT, 0);
      class_addbang(rand_gauss_class, rand_gauss_bang);
  	class_sethelpsymbol(rand_gauss_class, gensym("maxlib/help-gauss.pd"));
  }

would be great if you could commit it ...

thanks ... tim

-- 
mailto:TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

latest mp3: kMW.mp3
http://mattin.org/mp3.html

latest cd: Goh Lee Kwang & Tim Blechmann: Drone
http://www.geocities.com/gohleekwangtimblechmannduo/

After one look at this planet any visitor from outer space 
would say "I want to see the manager."
				      William S. Burroughs




More information about the Pd-list mailing list