Skip to content

ProTracker 2 clone v1.34

Choose a tag to compare

@8bitbubsy 8bitbubsy released this 16 Sep 16:26
  • Bugfix: Pattern delay (EEx) did nothing on muted channels
  • Bugfix: Less clicks/pops during E0x command (Set LED Filter)
  • Added the missing Karplus-Strong command (E8x). Since this effect was sometimes replaced with visuals-syncing in demo music, it can be turned off by setting DISABE_E8X to TRUE in protracker.ini.
  • Fix: Only do 2x oversampling if the audio output rate is below 96kHz. It would otherwise be a waste of CPU time (diminishing returns).
  • Paula emulation is now slightly more accurate to a real Amiga (verified):
    1. Period/volume changes are now only updated when it's time to read
      a new sample point (period refetch). It was recently discovered that
      volume is also fetched (and cached) in the period refetch stage.
    2. During sample point fetching, the new sample point is now cached until it's
      time to read the next sample point. This can sometimes make a very small
      difference for sampledata-changing ProTracker effects (E8x / EFx).
  • Removed BLEP'ing of volume changes, as it was no longer needed with the new way of doing volume changing, and it saves up some CPU time