shithub: ft²

Download patch

ref: dfcf1b407ae44ed17b47230a5ec35993d7ee8ef0
parent: a685b2642191830c45e3b99ed79716e423758d82
author: Olav Sørensen <olav.sorensen@live.no>
date: Mon Feb 17 08:36:35 EST 2025

Fixed error regarding interpolation in README.md

--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 If these don't work for you, you'll have to compile the code manually.
 
 # Improvements over original DOS version
-- The channel resampler/mixer uses floating-point arithmetics for less errors, and has extra interpolation options (4-point/6-point cubic Hermite spline, 8-point/16-point windowed-sinc)
+- The channel resampler/mixer uses floating-point arithmetics for less errors, and has extra interpolation options (3-point quadratic spline, 4-point cubic spline, 8-point/16-point windowed-sinc)
 - The sample loader supports FLAC/AIFF/BRR (SNES) samples and more WAV types than original FT2. It will also attempt to tune the sample (finetune and rel. note) to its playback frequency on load.
 - It contains a new "Trim" feature, which will remove unused stuff to potentially make the module smaller
 - Drag n' drop of modules/samples
--