Releases: 8bitbubsy/ft2-clone
Releases · 8bitbubsy/ft2-clone
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.
Fasttracker II clone v2.01
Reverted interpolation LUT size (phases) and calculation to that of v1.99
Fasttracker II clone v2.00
- 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
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
- 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
- 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
- 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