[PD-cvs] externals/iem/iem_matrix/src iem_matrix.c, 1.2, 1.3 matrix_bundle_line8~.c, 1.2, 1.3 matrix_bundle_line~.c, 1.2, 1.3 matrix_bundle_stat~.c, 1.2, 1.3 matrix_mul_line8~.c, 1.2, 1.3 matrix_mul_line~.c, 1.2, 1.3 matrix_mul_stat~.c, 1.2, 1.3

musil tmusil at users.sourceforge.net
Fri Jun 22 17:44:15 CEST 2007


Update of /cvsroot/pure-data/externals/iem/iem_matrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31803/iem/iem_matrix/src

Modified Files:
	iem_matrix.c matrix_bundle_line8~.c matrix_bundle_line~.c 
	matrix_bundle_stat~.c matrix_mul_line8~.c matrix_mul_line~.c 
	matrix_mul_stat~.c 
Log Message:
new date

Index: iem_matrix.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/iem_matrix.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** iem_matrix.c	14 Dec 2006 20:09:35 -0000	1.2
--- iem_matrix.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"
***************
*** 40,44 ****
    matrix_bundle_stat_tilde_setup();
    
!   post("iem_matrix (R-1.17) library loaded!   (c) Thomas Musil 11.2006");
    post("   musil%ciem.at iem KUG Graz Austria", '@');
  }
--- 40,44 ----
    matrix_bundle_stat_tilde_setup();
    
!   post("iem_matrix (R-1.17) library loaded!   (c) Thomas Musil 06.2007");
    post("   musil%ciem.at iem KUG Graz Austria", '@');
  }

Index: matrix_bundle_stat~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_bundle_stat~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_bundle_stat~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_bundle_stat~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"

Index: matrix_bundle_line8~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_bundle_line8~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_bundle_line8~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_bundle_line8~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"

Index: matrix_mul_stat~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_mul_stat~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_mul_stat~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_mul_stat~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2007 */
  
  #include "m_pd.h"
***************
*** 170,174 ****
    t_matrix_mul_stat_tilde *x = (t_matrix_mul_stat_tilde *)(w[1]);
    int n = (int)(w[2]);
-   
    t_float **io = x->x_io;
    t_float *outsum, *houtsum;
--- 170,173 ----

Index: matrix_bundle_line~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_bundle_line~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_bundle_line~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_bundle_line~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"

Index: matrix_mul_line8~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_mul_line8~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_mul_line8~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_mul_line8~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"

Index: matrix_mul_line~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/matrix_mul_line~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** matrix_mul_line~.c	14 Dec 2006 20:09:35 -0000	1.2
--- matrix_mul_line~.c	22 Jun 2007 15:44:13 -0000	1.3
***************
*** 2,6 ****
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
  
  #include "m_pd.h"
--- 2,6 ----
  * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
  
! iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */
  
  #include "m_pd.h"





More information about the Pd-cvs mailing list