Releases: 8bitbubsy/ft2-clone
Releases Β· 8bitbubsy/ft2-clone
Fasttracker II clone v1.93
- .S3M loader bug fix: The Axx (Set Speed) effect broke in v1.89. Oops..!
- .IT loader: Fixed behavior for overflowing sample offset effect, and illegal portamento slides (still somewhat wrong, but better than before). Not that you should use the FT2 clone for playing .IT files!
Fasttracker II clone v1.92
- Further improvement to the tracker scope interpolation (interpolation is centered around the current sample point now). This is barely noticable, but I wanted to fix it anyway.
- Added a config option in Config->Miscellaneous for enabling the original FT2 about screen (feeling nostalgic?)
- Did some very minor edits to the FT2 help text
Fasttracker II clone v1.91
- Critical fix: Fixed a position/playback problem with voices/channels running at volume zero. This bug appeared in v1.87 (03.11.2024).
- Windows/macOS: Updated SDL to v2.30.10
Fasttracker II clone v1.89
Fixed: The Nibbles game broke in v1.89 (snake food was no longer visible)
Fasttracker II clone v1.89
- Fixed a possible crash on macOS (and possibly Linux) when loading a module whose filename includes special non-ASCII characters
- Added a "Default audio device" option when selecting input/output audio devices in the config screen. This option has a few edge-case bugs, though.
- Added an experimental Impulse Tracker module loader. This should only be used to extract patterns/instruments/samples, as there are severe conversion errors when this format is converted to XM under load. WARNING: This loader has not been thoroughly tested, and may cause a crash!
- Fixed a bug with the tracker scopes where the sample would sometimes not be displayed correctly during a sample/note trigger
- Replaced the Gaussian (SNES) interpolator with a 6-point cubic Hermite option. The Gaussian interpolator was very niche anyway, and as it sounded quite filtered, I think the vast majority of users wouldn't see a use for it.
- Added a few missing Norwegian/Danish alphabet letters to the main font (code page is now 850 instead of 437)
- Show extra digits (when space for them) in the C-4 Hz string in the instrument editor screen
- Again, slightly improved the interpolation method for the tracker scopes in "Lined" mode (when using the cubic/sinc interpolators)
- Slightly increased the contrast for the sample editor's loop pin lines
Fasttracker II clone v1.88
- Added an experimental .BRR (Super Nintendo) sample loader. Thanks to astriid for suggesting this (and coming up with some base code).
- The tracker scopes now show a waveform that is more correct when using interpolation mode "No interpolation" and "Linear (FT2)"
- Fixed: The "Gaussian (SNES)" interpolation option had a small delay of one input sample point. Not a big deal, but I corrected it anyway.
Fasttracker II clone v1.87
- Fixed: Stereo FLAC samples with a bitdepth of 24 didn't import correctly if you chose to convert to mono
- Added a Super Nintendo interpolation option ("Gaussian")
- Fixed wrong tuning when importing Gravis Ultrasound .PAT patch files
- Slightly improved the interpolation method for the tracker scopes in "Lined" mode
- Updated the help text to reflect the new interpolation option
- Windows/macOS: Updated SDL to v2.30.9
- Code cleanup
Fasttracker II clone v1.86
Fixed: The extended pattern editor had a status bar redraw issue if you had disabled "Framework" in Config -> Layout
Fasttracker II clone v1.85
- Waving logo in the about screen (yes, I am bored)
- Small optimization of the "volume change" function in the sample editor
- Windows/macOS: Updated SDL to v2.30.5 (2.30.6 has problems on WinXP)
Fasttracker II clone v1.84
- There was a bug in v1.83 making you unable to play-test (jam) samples at all while the pattern editor was hidden. Quite bad! Sorry for that.