ft2-clone

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

commit 7caf816ebba00e3faae1de4c898aad34a1101029
parent f62ba59953e3b01d9940ea42d3aa1d7aecc8494f
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Sun, 12 Jan 2025 17:11:45 +0100

Update ft2_windowed_sinc.c

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

diff --git a/src/mixer/ft2_windowed_sinc.c b/src/mixer/ft2_windowed_sinc.c @@ -1,5 +1,5 @@ /* -** Windowed-sinc LUT generator +** Windowed-sinc interpolation LUT generator */ #include <stdint.h>