Skip to content

Releases: 8bitbubsy/ft2-clone

Fasttracker II clone v1.88

06 Nov 20:42
Compare
Choose a tag to compare
  • Added an experimental .BRR (Super Nintendo) sample loader. Thanks to astriid for suggesting this (and coming up with some base code).
  • The tracker scopes now show a waveform that is more correct when using interpolation mode "No interpolation" and "Linear (FT2)"
  • Fixed: The "Gaussian (SNES)" interpolation option had a small delay of one input sample point. Not a big deal, but I corrected it anyway.

Fasttracker II clone v1.87

03 Nov 18:36
Compare
Choose a tag to compare
  • Fixed: Stereo FLAC samples with a bitdepth of 24 didn't import correctly if you chose to convert to mono
  • Added a Super Nintendo interpolation option ("Gaussian")
  • Fixed wrong tuning when importing Gravis Ultrasound .PAT patch files
  • Slightly improved the interpolation method for the tracker scopes in "Lined" mode
  • Updated the help text to reflect the new interpolation option
  • Windows/macOS: Updated SDL to v2.30.9
  • Code cleanup

Fasttracker II clone v1.86

11 Sep 13:22
Compare
Choose a tag to compare

Fixed: The extended pattern editor had a status bar redraw issue if you had disabled "Framework" in Config -> Layout

Fasttracker II clone v1.85

31 Aug 17:09
Compare
Choose a tag to compare
  • Waving logo in the about screen (yes, I am bored)
  • Small optimization of the "volume change" function in the sample editor
  • Windows/macOS: Updated SDL to v2.30.5 (2.30.6 has problems on WinXP)

Fasttracker II clone v1.84

11 May 11:16
Compare
Choose a tag to compare
  • There was a bug in v1.83 making you unable to play-test (jam) samples at all while the pattern editor was hidden. Quite bad! Sorry for that.

Fasttracker II clone v1.83

10 May 19:35
Compare
Choose a tag to compare
  • In this version I have addressed some annoyances users have mentioned:
    1. Now you cannot edit pattern notes/data while the pattern editor is not visible. This further prevents accidental song edits.
    2. While in extended pattern editor mode, show a status bar with global volume, pattern edit status (to see if you are editing), and time elapsed
    3. It was not possible to issue a Note Insert (Insert key) or Line Insert (Shift+Insert) on some keyboards. Added extra keybindings:
      Ctrl+Return = Insert Note (same as Insert)
      Ctrl+Shift+Return = Insert Line (same as Shift+Insert)
  • Updated the Keybindings help text to reflect the extra keybindings
  • Windows/macOS: Updated SDL to v2.30.3

Fasttracker II clone v1.82

12 Apr 12:42
Compare
Choose a tag to compare
  • MIDI is enabled again for Windows XP (I came up with a solution)
  • Fixed: MIDI was actually not working in v1.81 :(
  • Fixed: Possible crash on startup or on exit (related to MIDI). COULD still happen on Mac, but I haven't experienced it yet!

Fasttracker II clone v1.81

09 Apr 17:33
Compare
Choose a tag to compare
  • Windows: Error message boxes were rendered wrongly on Windows XP
  • Windows: Disable MIDI support on Windows XP because it was buggy (would crash on exit on some systems/interfaces). If you really need to use MIDI with the FT2 clone, please consider using an OS that is not over 23 years old!
  • MSVC: Use v141 platform toolset for 32-bit Windows build
  • Rewrote some of the MIDI init/close code, as it looked like it could be buggy

Fasttracker II clone v1.80

09 Apr 10:39
Compare
Choose a tag to compare
  • Doing note transpose on the whole song wouldn't count overflowing notes properly (it would sometimes not show a warning message first)
  • Windows/macOS: Updated SDL to v2.30.2

Fasttracker II clone v1.79

18 Mar 14:52
Compare
Choose a tag to compare
  • Fullscreen mode code has been refactored, as I apparently had coded it the wrong way. "Stretched" mode always fills the whole screen now too, and other issues may have been fixed as well.