[PD-cvs] externals/iemlib/iemlib2/src fade~.c, 1.1, 1.2 m2f~.c, 1.1, 1.2

musil tmusil at users.sourceforge.net
Wed Oct 24 17:56:36 CEST 2007


Update of /cvsroot/pure-data/externals/iemlib/iemlib2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29413/iemlib/iemlib2/src

Modified Files:
	fade~.c m2f~.c 
Log Message:
union tabfudge_d instead tabfudge

Index: fade~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/iemlib2/src/fade~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fade~.c	9 Dec 2006 01:57:51 -0000	1.1
--- fade~.c	24 Oct 2007 15:56:34 -0000	1.2
***************
*** 64,68 ****
    double dphase;
    int normhipart;
!   union tabfudge tf;
    
    tf.tf_d = UNITBIT32;
--- 64,68 ----
    double dphase;
    int normhipart;
!   union tabfudge_d tf;
    
    tf.tf_d = UNITBIT32;
***************
*** 115,119 ****
    int i;
    t_float *fp, phase, fff,phsinc = 0.5*3.141592653 / ((t_float)COSTABSIZE*0.99999);
!   union tabfudge tf;
    
    if(!iem_fade_tilde_table_sin)
--- 115,119 ----
    int i;
    t_float *fp, phase, fff,phsinc = 0.5*3.141592653 / ((t_float)COSTABSIZE*0.99999);
!   union tabfudge_d tf;
    
    if(!iem_fade_tilde_table_sin)

Index: m2f~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/iemlib2/src/m2f~.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** m2f~.c	9 Dec 2006 01:57:51 -0000	1.1
--- m2f~.c	24 Oct 2007 15:56:34 -0000	1.2
***************
*** 41,45 ****
    double dphase;
    int normhipart;
!   union tabfudge tf;
    
    tf.tf_d = UNITBIT32;
--- 41,45 ----
    double dphase;
    int normhipart;
!   union tabfudge_d tf;
    
    tf.tf_d = UNITBIT32;
***************
*** 93,97 ****
  static void m2f_tilde_maketable(void)
  {
!   union tabfudge tf;
    
    if(!iem_m2f_tilde_table)
--- 93,97 ----
  static void m2f_tilde_maketable(void)
  {
!   union tabfudge_d tf;
    
    if(!iem_m2f_tilde_table)





More information about the Pd-cvs mailing list