Skip to content

Releases: 8bitbubsy/ft2-clone

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.

Fasttracker II clone v1.78

17 Mar 22:38
Compare
Choose a tag to compare
  • Fixed: It was possible to deadlock the tracker by attempting to load samples that had a filesize of zero bytes, or if the sample was in use by another program
  • Fullscreen mode has received more bugfixes. Hopefully it should be better now. Please note that the "stretched" mode does not fill the entire screen in many cases. The mouse pixel mapping can also be off on some Linux systems.

Fasttracker II clone v1.77

11 Mar 14:51
Compare
Choose a tag to compare
  • Fullscreen issues have been mostly resolved for Macs with a notch in the display. It may still have a slight error in how the mouse maps to the pixels on the screen, but it's still MUCH more usable than it was! Another problem is that the mouse cursor can sometimes flicker for a split second (temporarily change into the OS cursor, then back to the FT2 cursor). Also fixed an issue with fullscreen on Linux, but some systems may still have severe issues with the mouse position mapping...
  • The 32-point sinc resampling interpolator was reduced to 16-point again because of the trade-off not being big enough, and it was slightly wrongly implemented and would alias a little bit in some cases. I'll implement a better sinc interpolator in the future, if I ever stumble across a nice and simple implementation. Please let me know if you have one!
  • Windows/macOS: Updated SDL to v2.30.1

Fasttracker II clone v1.76

23 Feb 16:48
Compare
Choose a tag to compare
  • The 16-point sinc resampling interpolator has been upgraded to 32-point for better sound quality in the tracker (if you have selected "Sinc (32 point)"). This interpolator is so good that a lot of old XM tunes will sound muddy because of lo-fi samples. I recommend that you experiment with the choice of interpolators. "Cubic spline" is a good choice if you listen to a wide variety of XMs, while "Sinc (32 point)" is the best option if you create your own tunes using hi-fi samples, or if you mostly listen to XMs with hi-fi samples (or if you can accept a muddy/filtered sound from lo-fi samples).
  • Removed 32-bit specific code (32-bit binaries now support all features)
  • Removed text fading from "about screen" (more is less)
  • Windows/macOS: Updated SDL to v2.30.0

Fasttracker II clone v1.75

08 Jan 18:23
Compare
Choose a tag to compare

Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) and Copy Block (ALT+F4) had issues if you had made a block selection in the last channel/track in a pattern. Thanks to Roz for finding this and reporting it, and sorry to all the people who may have had this bug without knowing what was going on!