Fasttracker II clone 1.82

Fasttracker II clone for Windows/macOS/Linux Aims to be a highly accurate clone of the classic Fasttracker II software for MS-DOS. The XM player itself has been directly ported from the original source code, for maximum accuracy. The code is partly my own, partly based on the original FT2 code. What is Fasttracker II? Read about it on Wikipedia.

Tags audio tracker
License BSDL-2
State stable

Recent Releases

1.8214 Apr 2024 13:05 minor feature: lt;ul gt;. lt;li gt;MIDI is enabled again for Windows XP (I came up with a solution) lt;/li gt;. lt;li gt;: MIDI was actually not working in v1.81 :( lt;/li gt;. lt;li gt;: Possible crash on startup or on exit (related to MIDI). COULD still happen on Mac, but I haven't experienced it yet! lt;/li gt;. lt;/ul gt;.
1.8110 Apr 2024 17:05 minor feature: lt;ul gt;. lt;li gt;Windows: Error message boxes were rendered wrongly on Windows XP lt;/li gt;. lt;li gt;Windows: Disable MIDI support on Windows XP because it was gy (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! lt;/li gt;. lt;li gt;MSVC: Use v141 platform toolset for 32-bit Windows build lt;/li gt;. lt;li gt;Rewrote some of the MIDI init/code, as it looked like it could be gy lt;/li gt;. lt;/ul gt;.
1.7922 Mar 2024 12:25 minor feature: lt;ul gt;. lt;li gt;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 may have been as well. lt;/li gt;. lt;/ul gt;.
1.7818 Mar 2024 09:25 minor feature: lt;ul gt;. lt;li gt;: 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 lt;/li gt;. lt;li gt;Fullscreen mode has received more. 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. lt;/li gt;. lt;/ul gt;.
1.7712 Mar 2024 14:05 minor feature: lt;ul gt;. lt;li gt;Fullscreen 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 an with fullscreen on Linux, but some systems may still have severe with the mouse position mapping... lt;/li gt;. lt;li gt;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! lt;/li gt;. lt;li gt;Windows/macOS: Updated SDL to v2.30.1 lt;/li gt;. lt;/ul gt;.
1.7624 Feb 2024 10:41 major feature: 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
1.7509 Jan 2024 00:00 minor bugfix: 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!