shithub: ft²

Download patch

ref: 6c8bd4efbb4713c2c1e83ded672244219596f4d2
parent: b9d63e21780f167ce06a3ed8d92f2534d0545cec
author: Olav Sørensen <olav.sorensen@live.no>
date: Fri Apr 10 17:08:34 EDT 2020

Minimum .WAV rendering rate changed (prevents bug), and cubic spline LUT now has more phases

1) Lowest .WAV rendering rate is now 44100Hz instead of 8000Hz, as very low rates could mess up the mixer delta calculations (32-bit overflow). No one ought to need such low rates in 2020 anyway.
2) The cubic spline LUT now has twice as many phases (8192) for improved low-frequency interpolation. Maybe a bit extreme, but why not...
3) Removed a pointless pre-processor definition check in ft2_mix_macros.h