Electronic Music mailing list archives

Previous Message: SV: number precision
Next Message: Re: number precision

From: jpff ()
Date: Dec 2, 2004
Subject: Re: number precision
A very short glance at the code for fof/fof2 indeed shows that the
increment is calculated by rounding down the increment to an integer.  
    fund_inc = (long)(*fund * sicvt);
    form_inc = (long)(*form * sicvt);
and the phase is maintained as a long.

Before just changing this one does need to ask whether it would break
existing pieces.

==John ffitch
--  [EMAIL REMOVED]               (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) [EMAIL REMOVED] 

+Re: number precision jpff (12/02/04)
+---Re: number precision Oeyvind Brandtsegg (12/02/04)

Previous Message: SV: number precision
Next Message: Re: number precision