Csound Csound-dev Csound-tekno Search About

Re: Grain Syntax

Date1998-04-11 18:14
Fromjpff@maths.bath.ac.uk
SubjectRe: Grain Syntax
Message written at 10 Apr 1998 18:34:37 +0100
In-reply-to: 
	(message from David Boothe on Fri, 3 Apr 1998 09:59:26 -0600)
References:  

>>>>> "David" == David Boothe  writes:


 David>       ar    grain    xamp, xpitch, xdens, kampoff, kpitchoff, kgdur,
 David> igfn, iwfn, igdur, imgdur

 David> Actually, I don't understand the purpose of igdur, since it seems to be
 David> covered by kgdur, but the compiler wants to see it. To be safe, I've
 David> always set kgdur = igdur and imgdur to a multiple such as imgdur =
 David> 2*igdur.

The reason for imgdur is so a maximal sized internal data structure
can be created.  One could make it dynamic, but it would slow down
performance 

==John ffitch