Csound Csound-dev Csound-tekno Search About

Re: Csound sources

Date1998-07-15 23:45
Fromjpff@maths.bath.ac.uk
SubjectRe: Csound sources
Message written at 14 Jul 1998 16:22:02 -0400
--- Copy of mail to gogins@nyc.pipeline.com ---
In-reply-to: <000d01bdafa7$2d08e9c0$e18256d1@axe> (message from Michael Gogins
	on Wed, 15 Jul 1998 00:15:16 -0400)
References:  <000d01bdafa7$2d08e9c0$e18256d1@axe>

I managed to miss nreverb.h when making one set of sources.  I will
add to end of this message.
wrt lptrkfuns.c, well use a better compiler?!?  Works on all my
platforms, including MSVC4
==John ffitch
------------------------------------------------------------------------
#define	Combs	6
#define	Alpas	5
typedef struct	{
	OPDS	h;
	float	*out, *in, *time, *hdif, *istor;
	float	*cbuf_cur[Combs], *abuf_cur[Alpas];
	float	c_time[Combs], c_gain[Combs], a_time[Alpas], a_gain[Alpas];
	float	z[Combs], g[Combs];
        AUXCH	temp;
	AUXCH	caux[Combs], aaux[Alpas];
	float	prev_time, prev_hdif;
} NREV;