Skip to content

Releases: 8bitbubsy/ft2-clone

Fasttracker II clone v2.11

09 Mar 19:23

Choose a tag to compare

Fixed: When loading stereo AIFF/WAV samples, the last sample point would not be read correctly when either reading the right channel or downmixing to mono

Fasttracker II clone v2.10

07 Mar 18:41

Choose a tag to compare

  • Added support for loading .OGG samples
  • Use miniflac for loading .FLAC samples (instead of libFLAC)

Fasttracker II clone v2.09

06 Mar 16:48

Choose a tag to compare

Changed the default pattern editor layout to have less visual noise, similar to that of MilkyTracker. This makes it, in my opinion, easier on the eyes. Naturally, this is going to be somewhat of a controversial change, so it can be turned off by going to Config -> Miscellaneous, then enabling "Original FT2 pattern layout".

Fasttracker II clone v2.08

04 Mar 11:51

Choose a tag to compare

Visuals->audio sync was partially broken since v1.52 (27.02.2022)! This was a minor issue anyway, as it wasn't that easy to notice it.

Fasttracker II clone v2.07

02 Mar 15:51

Choose a tag to compare

  • When loading stereo MP3 samples, immediately ask which channel to read instead of loading it first, then ask.
  • Bug fix: Mouse cursor would accidentally be set from busy to normal after deciding what to do when loading a stereo sample (system request). This was wrong, it should be set to normal after sample loading is done.
  • When clicking on the program while it was not in focus, let the mouse click be handled. Fixes having to click twice on a system request dialog button when dropping a file onto the program.

Fasttracker II clone v2.06

02 Mar 15:09

Choose a tag to compare

  • Experimental support for loading .MP3 files as a sample

Fasttracker II clone v2.05

22 Feb 16:19

Choose a tag to compare

  • "All files" checkbox added to Disk Op. screen (replaces "Show all" button)
  • Windows: The current path was not shown correctly in the Disk Op. screen
  • Fixed a bug with fine pitch slides when importing S3M modules
  • The FT2 logo in the about screen is now static instead of waving (was ugly)
  • Code cleanup

Fasttracker II clone v2.04

11 Feb 15:16

Choose a tag to compare

  • Fixed possible crash on startup on some platforms (BMP graphics loader)
  • Fixed possible crash when entering Disk Op. (dir. read thread started twice)
  • Fixed possible bug with button rendering in 'system request' dialogs
  • Fixed possible issue with creating threads on some platforms. Apparently it's wrong to pass NULL for the thread name parameter in SDL_CreateThread() on some SDL2 ports (Sony PSP, for instance).

Fasttracker II clone v2.03

14 Dec 19:14

Choose a tag to compare

Further tweak of sinc interpolation to prevent ringing (in extreme cases)

Fasttracker II clone v2.02

06 Dec 20:36

Choose a tag to compare

  • Added a "Render individual tracks" option to the WAV renderer. This renders every channel into individual WAV files.
  • Removed the "Imprecise BPM (FT2)" option from the WAV renderer. It was a very niche feature anyway, and I had to free up some room in the GUI for the new individual track feature.