Update of /cvsroot/pure-data/externals/iemlib/iemlib1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6834/iemlib/iemlib1/src
Modified Files: Tag: branch-v0-39-2-extended FIR~.c filter~.c hml_shelf~.c iemlib.h lp1_t~.c mov_avrg_kern~.c para_bp2~.c peakenv~.c prvu~.c pvu~.c rvu~.c sin_phase~.c vcf_filter~.c Log Message:
checked in Thomas Grill's Mac/Intel fixes, patches 1604133, 1604134, 1604140, and 1604142
Index: rvu~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/rvu~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** rvu~.c 9 Dec 2006 01:57:27 -0000 1.1 --- rvu~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 26,30 **** } t_rvu_tilde;
! t_class *rvu_tilde_class; static void rvu_tilde_tick_metro(t_rvu_tilde *x);
--- 26,30 ---- } t_rvu_tilde;
! static t_class *rvu_tilde_class; static void rvu_tilde_tick_metro(t_rvu_tilde *x);
Index: lp1_t~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/lp1_t~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** lp1_t~.c 9 Dec 2006 01:57:27 -0000 1.1 --- lp1_t~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 28,32 **** } t_lp1_t_tilde;
! t_class *lp1_t_tilde_class;
static void lp1_t_tilde_dsp_tick(t_lp1_t_tilde *x) --- 28,32 ---- } t_lp1_t_tilde;
! static t_class *lp1_t_tilde_class;
static void lp1_t_tilde_dsp_tick(t_lp1_t_tilde *x)
Index: filter~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/filter~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** filter~.c 9 Dec 2006 01:57:26 -0000 1.1 --- filter~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 50,54 **** } t_filter_tilde;
! t_class *filter_tilde_class;
static void filter_tilde_snafu(t_filter_tilde *x) --- 50,54 ---- } t_filter_tilde;
! static t_class *filter_tilde_class;
static void filter_tilde_snafu(t_filter_tilde *x)
Index: pvu~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/pvu~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** pvu~.c 9 Dec 2006 01:57:27 -0000 1.1 --- pvu~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 27,31 **** } t_pvu_tilde;
! t_class *pvu_tilde_class; static void pvu_tilde_tick(t_pvu_tilde *x);
--- 27,31 ---- } t_pvu_tilde;
! static t_class *pvu_tilde_class; static void pvu_tilde_tick(t_pvu_tilde *x);
Index: sin_phase~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/sin_phase~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** sin_phase~.c 9 Dec 2006 01:57:27 -0000 1.1 --- sin_phase~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 24,28 **** } t_sin_phase_tilde;
! t_class *sin_phase_tilde_class;
static t_int *sin_phase_tilde_perform(t_int *w) --- 24,28 ---- } t_sin_phase_tilde;
! static t_class *sin_phase_tilde_class;
static t_int *sin_phase_tilde_perform(t_int *w)
Index: peakenv~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/peakenv~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** peakenv~.c 9 Dec 2006 01:57:27 -0000 1.1 --- peakenv~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 21,25 **** } t_peakenv_tilde;
! t_class *peakenv_tilde_class;
static void peakenv_tilde_reset(t_peakenv_tilde *x) --- 21,25 ---- } t_peakenv_tilde;
! static t_class *peakenv_tilde_class;
static void peakenv_tilde_reset(t_peakenv_tilde *x)
Index: vcf_filter~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/vcf_filter~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** vcf_filter~.c 9 Dec 2006 01:57:27 -0000 1.1 --- vcf_filter~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 20,24 **** } t_vcf_filter_tilde;
! t_class *vcf_filter_tilde_class;
static t_int *vcf_filter_tilde_perform_snafu(t_int *w) --- 20,24 ---- } t_vcf_filter_tilde;
! static t_class *vcf_filter_tilde_class;
static t_int *vcf_filter_tilde_perform_snafu(t_int *w)
Index: hml_shelf~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/hml_shelf~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** hml_shelf~.c 9 Dec 2006 01:57:26 -0000 1.1 --- hml_shelf~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 51,55 **** } t_hml_shelf_tilde;
! t_class *hml_shelf_tilde_class;
static void hml_shelf_tilde_calc(t_hml_shelf_tilde *x) --- 51,55 ---- } t_hml_shelf_tilde;
! static t_class *hml_shelf_tilde_class;
static void hml_shelf_tilde_calc(t_hml_shelf_tilde *x)
Index: prvu~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/prvu~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** prvu~.c 9 Dec 2006 01:57:27 -0000 1.1 --- prvu~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 34,38 **** } t_prvu_tilde;
! t_class *prvu_tilde_class; static void prvu_tilde_tick_metro(t_prvu_tilde *x); static void prvu_tilde_tick_hold(t_prvu_tilde *x); --- 34,38 ---- } t_prvu_tilde;
! static t_class *prvu_tilde_class; static void prvu_tilde_tick_metro(t_prvu_tilde *x); static void prvu_tilde_tick_hold(t_prvu_tilde *x);
Index: iemlib.h =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/iemlib.h,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** iemlib.h 9 Dec 2006 01:57:26 -0000 1.1 --- iemlib.h 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 81,86 **** --- 81,91 ---- #else #ifdef __APPLE__ + #ifdef __BIG_ENDIAN__ #define HIOFFSET 0 /* word offset to find MSB */ #define LOWOFFSET 1 /* word offset to find LSB */ + #else + #define HIOFFSET 1 /* word offset to find MSB */ + #define LOWOFFSET 0 /* word offset to find LSB */ + #endif #define int32 int /* a data type that has 32 bits */
Index: FIR~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/FIR~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** FIR~.c 9 Dec 2006 01:57:26 -0000 1.1 --- FIR~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 22,26 **** } t_FIR_tilde;
! t_class *FIR_tilde_class;
static t_int *FIR_tilde_perform(t_int *w) --- 22,26 ---- } t_FIR_tilde;
! static t_class *FIR_tilde_class;
static t_int *FIR_tilde_perform(t_int *w)
Index: para_bp2~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/para_bp2~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** para_bp2~.c 9 Dec 2006 01:57:27 -0000 1.1 --- para_bp2~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 45,49 **** } t_para_bp2_tilde;
! t_class *para_bp2_tilde_class;
static void para_bp2_tilde_calc(t_para_bp2_tilde *x) --- 45,49 ---- } t_para_bp2_tilde;
! static t_class *para_bp2_tilde_class;
static void para_bp2_tilde_calc(t_para_bp2_tilde *x)
Index: mov_avrg_kern~.c =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/iemlib1/src/mov_avrg_kern~.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** mov_avrg_kern~.c 9 Dec 2006 01:57:27 -0000 1.1 --- mov_avrg_kern~.c 29 Dec 2006 03:51:51 -0000 1.1.2.1 *************** *** 23,27 **** } t_mov_avrg_kern_tilde;
! t_class *mov_avrg_kern_tilde_class;
static t_int *mov_avrg_kern_tilde_perform(t_int *w) --- 23,27 ---- } t_mov_avrg_kern_tilde;
! static t_class *mov_avrg_kern_tilde_class;
static t_int *mov_avrg_kern_tilde_perform(t_int *w)