Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14382
Modified Files: avg~.c envrms~.c length.c limiter~.c prime.c tavg~.c unpack~.c wrap.c z_sigbin.c zexy.h Log Message: moved "include <math.h>" into zexy.h
Index: z_sigbin.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/z_sigbin.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** z_sigbin.c 9 Jun 2005 12:17:03 -0000 1.4 --- z_sigbin.c 9 Jun 2005 18:56:30 -0000 1.5 *************** *** 22,26 ****
#include "zexy.h" - #include <math.h>
typedef struct _misc --- 22,25 ----
Index: unpack~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/unpack~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** unpack~.c 19 May 2005 09:42:55 -0000 1.2 --- unpack~.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 24,28 ****
#include "zexy.h" - #include <math.h>
static t_class *sigunpack_class; --- 24,27 ----
Index: avg~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/avg~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** avg~.c 19 May 2005 09:42:55 -0000 1.2 --- avg~.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 16,20 ****
#include "zexy.h" - #include <math.h>
/* ------------------------ average~ ----------------------------- */ --- 16,19 ----
Index: limiter~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/limiter~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** limiter~.c 19 May 2005 09:42:55 -0000 1.2 --- limiter~.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 40,44 ****
#include "zexy.h" - #include <math.h>
#define LN2 .69314718056 --- 40,43 ----
Index: zexy.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** zexy.h 9 Jun 2005 12:17:03 -0000 1.5 --- zexy.h 9 Jun 2005 18:56:30 -0000 1.6 *************** *** 37,40 **** --- 37,41 ----
#include "m_pd.h" + #include <math.h>
#define VERSION "2.0" *************** *** 47,52 **** # define HEARTSYMBOL 3 # define STATIC_INLINE ! //# define sqrtf sqrt ! //# define fabsf fabs #else # define HEARTSYMBOL 169 --- 48,53 ---- # define HEARTSYMBOL 3 # define STATIC_INLINE ! # define sqrtf sqrt ! # define fabsf fabs #else # define HEARTSYMBOL 169
Index: prime.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/prime.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prime.c 19 May 2005 09:42:55 -0000 1.2 --- prime.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 18,22 ****
#include "zexy.h" - #include <math.h>
--- 18,21 ----
Index: wrap.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/wrap.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wrap.c 19 May 2005 09:42:55 -0000 1.2 --- wrap.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 18,22 ****
#include "zexy.h" - #include <math.h>
static t_class *wrap_class; --- 18,21 ----
Index: tavg~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/tavg~.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tavg~.c 9 Jun 2005 12:17:03 -0000 1.3 --- tavg~.c 9 Jun 2005 18:56:30 -0000 1.4 *************** *** 16,20 ****
#include "zexy.h" - #include <math.h>
/* triggered average :: arithmetic mean between last and current BANG */ --- 16,19 ----
Index: length.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/length.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** length.c 9 Jun 2005 12:17:03 -0000 1.3 --- length.c 9 Jun 2005 18:56:30 -0000 1.4 *************** *** 18,22 ****
#include "zexy.h" - #include <math.h>
static t_class *length_class; --- 18,21 ----
Index: envrms~.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/envrms~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** envrms~.c 19 May 2005 09:42:55 -0000 1.2 --- envrms~.c 9 Jun 2005 18:56:30 -0000 1.3 *************** *** 20,24 ****
#include "zexy.h" - #include <math.h>
#define MAXOVERLAP 10 --- 20,23 ----