Re: Question about destructors
Am 09.02.2012 00:30, schrieb Peter Remmers:
> inline int16_t& lut(int16_t idx) { return table[idx]; }
I wrote this from memory. Certainly, idx was not a signed type. I think
the samples are of some special fract16 type or something. Anyway, that
doesn't matter, as it's beside the point I wanted to make.
Peter
|