Skip to content

Releases: 8bitbubsy/pt2-clone

ProTracker 2 clone v1.59

08 Jun 17:13
Compare
Choose a tag to compare
  • The "normalize" function in the sample editor's volume toolbox didn't work like it should if you had only selected one single sample point (for example after cutting sample data)
  • The (fake) spectrum analyzer is now more accurate to real PT in quirky cases
  • Some very small code changes not really worthy of a description
  • Updated effects.txt with the little known and undocumented effect "E8x"

ProTracker 2 clone v1.58

12 May 21:21
Compare
Choose a tag to compare
  • Added support for loading FLAC samples
  • The IFF sample saver was writing somewhat broken files for non-looped samples
  • The "UPSAMP" button in Edit Op. was showing the wrong status text
  • Small code refactor for how the song is timed/ticked. Longer song-to-WAV renders may have a filesize change of a few bytes, but this is actually more correct.
  • Increased number of precision bits for song BPM, playback time counter and audio->video syncing. This is a minor change and does very little in practice as the previous precision was already quite good.
  • Audio/video sync timestamps are reset every half an hour to prevent possible sync drifting after several hours of playing a song without a single song stop (resets timestamp) in-between
  • The HPC timers are reset every half an hour instead of every hour. The video (if no vsync) and the scopes use these timers. This hopefully fixes potential timing drifting issues that were still lingering.
  • Code refactoring for module/sample loaders
  • Windows/macOS: Updated SDL to v2.26.5

ProTracker 2 clone v1.57

24 Jan 21:49
Compare
Choose a tag to compare
  • For users with >60Hz displays: hopefully fixed possible slowdown/timing problems after leaving the program open for many hours
  • Windows/macOS: Updated SDL to v2.26.2

ProTracker 2 clone v1.56

27 Dec 15:04
Compare
Choose a tag to compare
  • Fixed: MOD2WAV renders were faulty if you had set the tracker audio frequency to 96kHz or higher
  • "Amiga 1200" high-pass filter cutoff was off by a small fraction

ProTracker 2 clone v1.55

09 Dec 11:47
Compare
Choose a tag to compare
  • Disk Op.: Fixed a bug from v1.54 where sequential ask dialogs resulted in an empty file list inbetween the two dialogs

ProTracker 2 clone v1.54

04 Dec 21:30
Compare
Choose a tag to compare
  • Fixed a bug where the downsample dialog was not properly erased after loading samples through the Disk Op. screen
  • Don't include Amiga 1200 low-pass filter since its cutoff is well above human audible range anyway (~34kHz)
  • Paula emulator code refactoring (should sound the same)
  • Reduced memory consumption by about 3..6 megabytes (was a simple change)

ProTracker 2 clone v1.53.1

14 Oct 16:30
Compare
Choose a tag to compare
  • Fixed a quadrascope bug for non-looping samples during step-play. This bug was from v1.52.
  • (v1.53.1) Fixed config load problem on Linux

ProTracker 2 clone v1.52

11 Oct 12:57
Compare
Choose a tag to compare
  • Windows/macOS: Updated SDL to v2.24.1
  • The default Disk Op. directory is now set to the user's desktop
  • SHIFT+F12 now toggles audio panning between centered/Amiga/custom
  • Show "[EDITING]" in window title when you are in pattern edit mode
  • The default MOD2WAV output frequency is now set to 44100Hz, and it now has its own config entry in protracker.ini.
  • MOD2WAV now supports looping. You can select the number of times to loop the song.
  • MOD2WAV now supports end fadeout (in number of seconds)
  • Bugfix: After dragging a sample into the program and it asks about downsampling, the first mouse click would not be registered.
  • PAT2SMP: You can now manually select the note (frequency), row start and number of rows
  • Bugfix: On sample trigger, some of the first sample points would be zero
  • Bugfix: The playback counter was very slightly off in VBL/vblank tempo mode
  • Bugfix: If the program received a sigterm while MOD2WAV was ongoing, weird things could happen.
  • The tuning tone (SAMPLER screen) now sounds slightly cleaner
  • Code refactoring ("ask dialogs" now work in a much simpler and cleaner way)
  • Code cleanup
  • Updated help.txt and keybindings.txt
  • Updated protracker.ini (added MOD2WAVFREQUENCY)
  • NOTE: Because of the new Paula and replayer changes, you may get a short click before a voice plays for the first time in the tracker after pressing PLAY. This is how it is on real Amiga as well.

ProTracker 2 clone v1.51

17 Aug 21:17
Compare
Choose a tag to compare
  • Fixed note cut (ECx, where x=speed-1) during step-play
  • The playback counter wouldn't progress if the BPM was set to 32

ProTracker 2 clone v1.50

11 Jul 20:16
Compare
Choose a tag to compare
  • Fixed some possible issues with fullscreen in Linux (still buggy)
  • 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