Skip to content

Releases: 8bitbubsy/ft2-clone

Fasttracker II clone v1.58

19 Sep 22:04
Compare
Choose a tag to compare
  • The windowed-sinc interpolator was reverted to 8 points at 8192 phases. It sounded better for certain lo-fi samples the way it used to be. The alias/distortion fix (v1.57) is still kept, for cleaner sound.
  • Windows/macOS: Updated SDL from 2.0.22 to 2.24.0
  • Fixed #ifdef hacks when using SDL 2.24.0 and later (new version number scheme)

Fasttracker II clone v1.57

04 Sep 13:23
Compare
Choose a tag to compare
  • macOS: Fixed problems with not being able to record/sample audio (again)
  • Fixed some aliasing issues in the windowed-sinc interpolator (deltas > 1.5)
  • The windpowed-sinc interpolator now has 16 points instead of 8, and double the phase precision. This should increase the audio quality, but could also make the program run slower on very low end systems (like a Pi, for example)

Fasttracker II clone v1.56

11 Jul 20:18
Compare
Choose a tag to compare
  • Fixed some possible issues with fullscreen in Linux (still buggy)
  • Fixed some issues with restoring the window size and image stretch mode when loading or resetting the config when the program is running
  • Bugfix: Focus was lost when drag-n-dropping a file onto the tracker, which meant that the first following mouse click was ignored
  • Windows/macOS: Updated SDL from 2.0.20 to 2.0.22

Fasttracker II clone v1.55

14 Jun 19:32
Compare
Choose a tag to compare
  • Fixed crash when using "Copy smp." on an empty dest. or source instrument
  • Fixed: Using "Copy Ins." on an empty source instrument resulted in a non-sensical system message
  • Reset pattern loop states on "Play Song", fixes a potential bug

Fasttracker II clone v1.54

20 Apr 09:50
Compare
Choose a tag to compare
  • Fixed stuck/invisible checkbox after leaving the "Layout" config screen

Fasttracker II clone v1.53

16 Apr 20:01
Compare
Choose a tag to compare
  • Added a checkbox in the config screen for disabling the use of a custom mouse cursor (the OS mouse cursor will be used instead)
  • Fixed an issue where marking sample/instrument text while clicking on a new sample/instrument would lead to marking corruption

Fasttracker II clone v1.52

27 Feb 13:18
Compare
Choose a tag to compare
  • Fix possible sample loop corruption on .MOD import, f.ex. "FARLAND.MOD"
  • Hardware Performance Counter code refactoring (framerate handling without vsync, and scopes)

Fasttracker II clone v1.51

01 Feb 17:05
Compare
Choose a tag to compare

Don't handle mouse click if window wasn't in focus

Fasttracker II clone v1.50

12 Jan 13:12
Compare
Choose a tag to compare
  • macOS/Windows: Updated SDL to version 2.0.20

Fasttracker II clone v1.49

13 Dec 14:10
Compare
Choose a tag to compare
  • Fixed a bug when using Cut (or CTRL+X) on 16-bit samples in the sample editor. It would read data from the wrong offset.
  • Kludge: Allow marking the very last sample points in the sample editor if the image is stretching out the whole screen in fullscreen mode
  • Mac:
    1. Fixed possible mouse coordinate scaling bug when leaving fullscreen
    2. Left Command key won't trigger song play anymore. Use the right Alt key for this. If you have an old Mac without a right Alt key, I suggest getting a newer computer (my first priority is modern computers).
    3. Left Command key can now be used instead of Alt for:
      • Select all (A - sample/text editing)
      • Cut (X - sample/text editing)
      • Copy (C - sample/text editing)
      • Paste (V - sample/text editing)
  • Updated the help text