[PD-cvs] externals/zexy/src zexy.c,1.8,1.9 zexy.h,1.6,1.7

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Jun 16 15:09:26 CEST 2005


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

Modified Files:
	zexy.c zexy.h 
Log Message:
updated to zexy-2.1


Index: zexy.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** zexy.c	22 Mar 2005 20:58:25 -0000	1.8
--- zexy.c	16 Jun 2005 13:09:24 -0000	1.9
***************
*** 5,9 ****
   * copyleft (c) IOhannes m zmölnig
   *
!  *   1999:forum::für::umläute:2004
   *
   *   institute of electronic music and acoustics (iem)
--- 5,9 ----
   * copyleft (c) IOhannes m zmölnig
   *
!  *   1999:forum::für::umläute:2005
   *
   *   institute of electronic music and acoustics (iem)
***************
*** 59,63 ****
         "\n%c multary operations on signals"
  
-        "\nmatrix~\t\t:: handle matrices"
         "\nmultiline~\t:: multiple line~ multiplication"
         "\nmultiplex~\t:: multiplex 1 inlet~ to 1-of-various outlet~s"
--- 59,62 ----
***************
*** 112,148 ****
         "\nurn\t\t:: unique random numbers"
         "\noperating_system\t:: information on the OS"
- #if 0
-        "\nexecute\t\t:: execute an application"
- #endif
- 
-        "\n%c matrix message objects"
- 
-        "\nmatrix\t\t:: create/store/edit matrices"
- 
-        "\nmtx_element\t:: change elements of a matrix"
-        "\nmtx_row\t\t:: change rows of a matrix"
-        "\nmtx_col\t\t:: change columns of a matrix"
-        "\nmtx_eye\t\t:: create an identity matrix"
-        "\nmtx_egg\t\t:: create an identity matrix that is rotated by 90deg"
-        "\nmtx_zeros\t:: create a matrix whose elements are all 1"
-        "\nmtx_ones\t:: create a matrix whose elements are all 0"
-        "\nmtx_diag\t:: returns the diagonal of a matrix or create a diagonal matrix"
-        "\nmtx_dieggt:: like mtx_diag but rotated by 90deg"
-        "\nmtx_trace\t:: calculate the trace of a matrix"
-        "\nmtx_size\t:: returns the size of a matrix"
-        "\nmtx_resize\t:: resize a matrix (evt. with zero-padding)"
-        "\nmtx_transpose\t:: transpose a matrix"
-        "\nmtx_scroll\t:: shift the rows of a matrix"
-        "\nmtx_roll\t:: shift the columns of a matrix"
-        "\nmtx_pivot\t:: pivot-transform a matrix"
-        "\nmtx_add\t\t:: add matrices"
-        "\nmtx_mul\t\t:: multiply matrices"
-        "\nmtx_.*\t\t:: multiply matrices element by element"
-        "\nmtx_./\t\t:: divide matrices element by element"
-        "\nmtx_inverse\t:: calculate the inverse of a matrix"
-        "\nmtx_mean\t:: return the mean value of each column"
-        "\nmtx_rand\t:: fill a matrix with random values"
-        "\nmtx_check\t:: check the consistency of a matrix and correct if necessary"
-        "\nmtx_print\t:: print formatted matrix to the stdout (for debug)"
  
         "\n\n(l) forum::für::umläute except where indicated (%c)\n"
--- 111,114 ----

Index: zexy.h
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** zexy.h	9 Jun 2005 18:56:30 -0000	1.6
--- zexy.h	16 Jun 2005 13:09:24 -0000	1.7
***************
*** 39,43 ****
  #include <math.h>
  
! #define VERSION "2.0"
  
  
--- 39,43 ----
  #include <math.h>
  
! #define VERSION "2.1"
  
  





More information about the Pd-cvs mailing list