Releases: 8bitbubsy/ft2-clone
Releases · 8bitbubsy/ft2-clone
Fasttracker II clone v1.72
Block Cut (ALT+F3) and Block Copy (ALT+F4) was broken in v1.70
Fasttracker II clone v1.71
- CTRL+A/ALT+A keybindings were swapped (thanks to MIDRA2ADVANCE for telling me)
Fasttracker II clone v1.70
- Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern length of 0
- Better variable sanitation for some pattern editing routines, may (?) prevent some rare crashes
- CTRL+F5 (Paste Pattern) had wrong button names in its message box when asking to adjust the pattern length after pasting
- Changed the above message box text to be easier to understand
- Removed audio dithering for 16-bit audio bit depth mode. It seemed to be wrongly implemented anyway
- Some small changes done to the about screen
- Windows/macOS: Updated SDL to v2.28.3
- Code cleanup
Fasttracker II clone v1.69
- Bugfix: The 'pattern expand' feature was heavily broken and would mess up the pattern data (and potentially crash the program)
- Bugfix: The program crash message could overflow and not show the full text on some systems
Fasttracker II clone v1.68
- Windows: On double-click of file associated with program, de-minimize window (if minimized) and set input focus
- De-minimize window (if minimized) and set focus after drag n' drop of file
- Windows/macOS: Updated SDL to v2.28.0
Fasttracker II clone v1.67
- The song-to-WAV export screen now defaults to the tracker's bit depth and audio rate. This was actually the behavior for earlier versions of the FT2 clone, but I decided to change it back.
- The song-to-WAV exporter now allows rates up to 384kHz
- Alpha-based fade in for the about screen content (who cares..? :-)
- Some small text string changes (config and song-to-WAV export screen)
- Windows/macOS: Updated SDL to v2.26.5
Fasttracker II clone v1.66
- Added a 16 point sinc interpolation option (higher quality)
- Changed some settings for the default configuration:
- Palette theme = Dark mode
- Scopes = Lined
Note: Your existing configuration will not be changed!
- Changed the layout a little in the Config section (Audio / "I/O Devices")
- Removed the 192kHz audio output setting. This was a bit extreme to begin with.
Note: You can still select this rate when exporting songs to WAV. - Some code cleanup
Fasttracker II clone v1.65
- Quick fix for volume ramp delta (could be slightly off in v1.64)
Fasttracker II clone v1.64
- Increased number of precision bits for song BPM, playback time counter and audio->video syncing. This is a minor change and does very little in practice as the previous precision was already quite good.
- Audio/video sync timestamps are reset every half an hour to prevent possible sync drifting after several hours of playing a song without a single song stop (resets timestamp) in-between
- The HPC timers are reset every half an hour instead of every hour. Video (if no vsync) and the scopes use these timers.
- Small code refactor for how the song is timed/ticked. Longer song-to-WAV renders may have a filesize change of a few bytes, but this is actually more correct.
Fasttracker II clone v1.63
- For users with >60Hz displays: hopefully fixed possible slowdown/timing problems after leaving the program open for many hours
- Windows/macOS: Updated SDL to v2.26.2