korginc / logue-sdk

This repository contains all the files and tools needed to build custom oscillators and effects for the prologue synthesizer.
BSD 3-Clause "New" or "Revised" License
818 stars 304 forks source link

Redundant masking of X1 value in osc_wave_scanf/osc_wave_scanuf #56

Open dukesrg opened 2 years ago

dukesrg commented 2 years ago

https://github.com/korginc/logue-sdk/blob/ab654af0e29e5eb6eab7289d05699b45417d1f68/platform/prologue/inc/osc_api.h#L559

Waves LUT already has a trailing entry, so x0 + 1 newer will be out of bounds.