| Good; so in my application, I don't need extended guard points.
What is confusing to me is that index minus one causes a tab error ("off end
of table"). I'd think an error would be caused by index *plus* one. Wouldn't
index minus one fall within the table?
Art Hunkins
----- Original Message -----
From: "Tito Latini"
To:
Sent: Monday, January 16, 2012 1:00 PM
Subject: Re: [Csnd] GEN16 strangeness
>> As a result, does this mean that an extended guard point in a table is
>> required when a (normalized) tab value of 1 is specified, or not?
>
> The extended guard point is not the problem, you can use it or no,
> and the bug is indipendent from the GEN16. Your example with v5.15:
>
> size = 8192
> k1 = 4
> index = 8192 instead 8191
>
> with size = 8193
> k1 = 4
> index = 8193 instead 8192
>
> It is not correct, because the index varies between 0 and size-1.
> The fix resolves this round off error
>
> tito
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|