Path to this page:
./
audio/fasttracker2,
Portable Fasttracker II clone in C using SDL 2
Branch: CURRENT,
Version: 2.03,
Package name: fasttracker2-2.03,
Maintainer: foxfasttracker2 is a Fasttracker II clone in C using SDL 2.
fasttracker2 is a music tracker (a type of music sequencer software)
for creating and playing back tracker music.
This clone is meant for computers with a modern GPU and CPU (about
2007 or newer recommended). It's also designed for 60Hz refresh
rates, so it can act choppy if you're above 60Hz.
Required to run:[
graphics/hicolor-icon-theme] [
devel/SDL2]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 5082.909 KB
Version history: (Expand)
- (2025-12-22) Updated to version: fasttracker2-2.03
- (2025-12-13) Updated to version: fasttracker2-2.02
- (2025-12-06) Updated to version: fasttracker2-2.01
- (2025-11-30) Updated to version: fasttracker2-2.00
- (2025-11-03) Updated to version: fasttracker2-1.99
- (2025-10-24) Package has been reborn
CVS history: (Expand)
| 2025-12-22 03:39:13 by Santhosh Raju | Files touched by this commit (2) |
Log message:
audio/fasttracker2: Update to 2.03
Changes since 2.02
v2.03 - 14.12.2025
- Further tweak of sinc interpolation to prevent ringing (in extreme cases)
|
| 2025-12-13 10:11:53 by Santhosh Raju | Files touched by this commit (2) |
Log message:
audio/fasttracker2: Update to 2.02
Changes since 2.01
v2.02 - 06.12.2025
- Added a "Render individual tracks" option to the WAV renderer. This \
renders
every channel into individual WAV files.
- Removed the "Imprecise BPM (FT2)" option from the WAV renderer. It was a
very niche feature anyway, and I had to free up some room in the GUI for
the new individual track feature.
|
| 2025-12-06 18:16:56 by Santhosh Raju | Files touched by this commit (2) |
Log message:
audio/fasttracker2: Update to 2.01
Changes since 2.00
v2.01 - 05.12.2025
- Reverted interpolation LUT size (phases) and calculation to that of v1.99
|
2025-11-30 15:22:06 by Santhosh Raju | Files touched by this commit (2) |  |
Log message:
audio/fasttracker2: Update to 2.00
Changes since 1.99
v2.00 - 21.11.2025
- Fixed loading of WAV samples of the WAVE_FORMAT_EXTENSIBLE type
- Small tweak to the windowed-sinc interpolation
- Shorter interpolation LUTs (and double-precision -> single-precision float)
for faster calculation time on program startup. In theory anyway...
- Code cleanup
- Note: There are no revolutionary updates despite reaching v2.00!
|
| 2025-11-03 15:46:16 by Santhosh Raju | Files touched by this commit (3) |
Log message:
audio/fasttracker2: Update to 1.99
Changes since 1.97
v1.99 - 17.09.2025
- When loading .IFF samples, always set volume to max (64) instead of reading
the sample volume from the IFF header. This is because many IFFs used
different ranges for the sample volume, so the resulting sample volume value
would often be zero instead of max.
v1.98 - 07.09.2025
- Re-added audio dithering for 16-bit audio output
- Tracker scopes changed yet again, reverted to original integer-based scaling
- Windows/macOS: Updated SDL to v2.32.10
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-07-28 01:44:14 by Santhosh Raju | Files touched by this commit (2) |
Log message:
audio/fasttracker2: Update to 1.97
Changes since 1.96
v1.97 - 13.07.2025
- Improved the tracker scopes interpolation a little bit. More smooth in some
cases, but barely noticable.
- Windows/macOS: Updated SDL to v2.32.8
|
| 2025-05-31 08:07:43 by Santhosh Raju | Files touched by this commit (2) |
Log message:
audio/fasttracker2: Update to 1.96
Changes since 1.95
v1.96 - 21.05.2025
- Fixed: When deleting a song position entry, the currently viewed pattern would
sometimes not be the correct one.
- Reverted tracker scope scaling behavior to that of v1.93 and earlier. This is
a minor change. Sample waveform will not have an upper clip now.
- Don't bypass window compositor in Linux (fixes broken window manager visuals)
- Windows/macOS: Updated SDL to v2.32.6
|