Bitwise strangeness

DSP related issues, mathematics, processing and techniques
Nowhk
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: Bitwise strangeness

Post by Nowhk »

Hi MyCo,

another question about this.

Will this new "int" flooring/rounding (from 3.0.9b1 version) implicitly implemented also in the (for example) Wave Read prim? So if I pass to the Index input the value 1.51 it reads the position 1 (and not 2)? As well inside DSP Code? i.e. memin sound[1.51]
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Bitwise strangeness

Post by MyCo »

No, the behaviour of other FS parts won't change. We just fixed the bug in the "int" function
Nowhk
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: Bitwise strangeness

Post by Nowhk »

MyCo wrote:No, the behaviour of other FS parts won't change. We just fixed the bug in the "int" function

I see. Thanks! So I'll directly pass the int as index.
Post Reply