Skip to content

Releases: 8bitbubsy/pt2-clone

ProTracker 2 clone v1.02

06 Jan 19:05
Compare
Choose a tag to compare
  • The paulaSetLength() function now takes length in words, not bytes.
    This doesn't really change anything, but it's more correct.
  • Fixed a very minor bug with VOL up/down button in Edit Op.
  • Fixed a bug where the scopes could show the wrong volume for the
    tunetone waveform (sampler screen).
  • Some code cleanup

ProTracker 2 clone v1.01

19 Dec 20:38
Compare
Choose a tag to compare
  • Hardware mouse ("HWMOUSE" in config) now has the same colors and shape
    as the original PT cursor. This mode is now the new config default.
  • MacOS: Pass NDEBUG to clang preprocessor defines, to prevent debug code
    from being compiled in release mode.