ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 6ff3af3b7aff68539e665ad9874fcb3267487434
parent 6eaf3b20bdc5cf4a444789338f7ca784352bb7bf
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Thu, 23 Jan 2025 11:55:22 +0100

Removed some wrong info in ft2_cubic_spline.c

Diffstat:
Msrc/mixer/ft2_mix.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mixer/ft2_mix.c b/src/mixer/ft2_mix.c @@ -9,7 +9,7 @@ ** (Note: Mixing macros can be found in ft2_mix_macros.h) ** ** Specifications: -** - Interpolation: None, 2-tap linear, 4-tap/6-tap cubic Hermite, 8-tap/16-tap windowed-sinc +** - Interpolation: None, 2-tap linear, 4-tap/6-tap cubic spline, 8-tap/16-tap windowed-sinc ** - FT2-styled linear volume ramping (can be turned off) ** - 32.32 fixed-point precision for resampling delta/position ** - 32-bit floating-point precision for mixing and interpolation