You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
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