Releases: 8bitbubsy/ft2-clone
Releases · 8bitbubsy/ft2-clone
Fasttracker II clone v2.11
Fasttracker II clone v2.10
- Added support for loading .OGG samples
- Use miniflac for loading .FLAC samples (instead of libFLAC)
Fasttracker II clone v2.09
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
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
- 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
- Experimental support for loading .MP3 files as a sample
Fasttracker II clone v2.05
- "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
- 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
Further tweak of sinc interpolation to prevent ringing (in extreme cases)
Fasttracker II clone v2.02
- 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.