Skip to content

Releases: 8bitbubsy/ft2-clone

Fasttracker II clone v2.00

21 Nov 21:52

Choose a tag to compare

  • Fixed loading of WAV samples of the WAVE_FORMAT_EXTENSIBLE type
  • Small tweak to the windowed-sinc interpolation
  • Shorter interpolation LUTs (and double-precision -> single-precision float) for faster calculation time on program startup. In theory anyway...
  • Code cleanup
  • Note: There are no revolutionary updates despite reaching v2.00!

Fasttracker II clone v1.99

17 Sep 18:34

Choose a tag to compare

When loading .IFF samples, always set volume to max (64) instead of reading the sample volume from the IFF header.
This is because many IFFs used different ranges for the sample volume, so the resulting sample volume value would often be zero instead of max.

Fasttracker II clone v1.98

07 Sep 14:12

Choose a tag to compare

  • Re-added audio dithering for 16-bit audio output
  • Tracker scopes changed yet again, reverted to original integer-based scaling
  • Windows/macOS: Updated SDL to v2.32.10

Fasttracker II clone v1.97

13 Jul 14:51

Choose a tag to compare

  • Improved the tracker scopes interpolation a little bit. More smooth in some cases, but barely noticable.
  • Windows/macOS: Updated SDL to v2.32.8

Fasttracker II clone v1.96

21 May 11:52

Choose a tag to compare

  • Fixed: When deleting a song position entry, the currently viewed pattern would sometimes not be the correct one
  • Reverted tracker scope scaling behavior to that of v1.93 and earlier. This is a minor change. Sample waveform will not have an upper clip now.
  • Don't bypass window compositor in Linux (fixes broken window manager visuals)
  • Windows/macOS: Updated SDL to v2.32.6

Fasttracker II clone v1.95

04 Mar 17:37

Choose a tag to compare

  • Added a new sample editor screen with some new sample editing features. It features waveform generators, resonant low-pass/high-pass filters and experimental bass & treble decrease/increase. This screen can be accessed by clicking the new "Effects" button in Smp. Ed.
  • Windows/macOS: Updated SDL to v2.32.2

Fasttracker II clone v1.94

16 Feb 15:35

Choose a tag to compare

  • Replaced the 6-point cubic Hermite interpolator with 3-point quadratic spline
  • Changed how the tracker scope amplitude works. Now they're not shifted "downwards" at very low volumes anymore. Get it? No? Oh well...
  • Updated the help text (the section regarding audio interpolation)
  • Small layout fix for Config -> Miscellaneous
  • Match starfield effect speed in "about screen" with FT2 when "Original FT2 About screen" is enabled
  • Scroll speed change for waveform in sample editor
  • Windows/macOS: Updated SDL to v2.30.12

Fasttracker II clone v1.93

24 Dec 18:42

Choose a tag to compare

  • .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

20 Dec 21:11

Choose a tag to compare

  • 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

10 Dec 21:00

Choose a tag to compare

  • 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