./audio/fasttracker2, Portable Fasttracker II clone in C using SDL 2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.79.2, Package name: fasttracker2-1.79.2, Maintainer: fox

fasttracker2 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: 5941.858 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-23 01:39:40 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.79.2

Changes since v1.79

v1.79.2 - 18.03.2024
- Fix mouse issues.
   2024-03-18 19:50:22 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.79

Changes since v1.77.1

v1.79 - 18.03.2024
- 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.

v1.78 - 17.03.2024
- 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.
   2024-03-17 08:13:04 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.77.1

Changes since v1.76

v1.77 - 11.03.2024
- 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
   2024-03-08 18:15:20 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.76

Changes since v1.75

v1.76 - 23.02.2024
- 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
   2024-02-18 03:37:05 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.75

Changes since v1.74

v1.75 - 08.01.2023
- 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!
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2023-12-28 22:34:00 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.74

Changes since v1.73

v1.74 - 16.12.2023
- Added a cubic spline audio interpolation option
- Windows/macOS: Updated SDL to v2.28.5
   2023-11-19 11:36:39 by Santhosh Raju | Files touched by this commit (2)
Log message:
audio/fasttracker2: Update to 1.73

Changes since v1.72.1

v1.73 - 30.10.2023
- Sample editor: Shift + mouse-wheel = scroll sample data view
- Windows/macOS: Updated SDL to v2.28.4