ft2-clone

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

commit c472a40c40d7b92446d59793652a222cdafeba04
parent 97cca776105da2ea61337081f1c8cae51c2c33c3
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Wed, 22 Nov 2023 15:19:19 +0100

Update README.md

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -14,8 +14,8 @@ Linux binaries can be found [here](https://repology.org/project/fasttracker2/ver 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 a high-quality interpolation option (8-point windowed-sinc) -- The sample loader supports AIFF samples and more WAV types. It will also attempt to tune the sample (finetune/rel. note) to its playback frequency on load. +- The channel resampler/mixer uses floating-point arithmetics for less errors, and has a high-quality interpolation option (8-point and 16-point windowed-sinc) +- The sample loader supports WAV/FLAC/AIFF samples. 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 - The waveform display in the sample editor shows peak based data when zoomed out