Fix (rarely audible) click bug in BLEP synthesis
Added more bits for fractional part of HPC timers
Fix compile issues in pt2_xpk.c
Added support for loading XPK-compressed modules
Fix spectrum analyzer using wrong period range
Don't handle mouse click if window wasn't in focus
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
macOS/Windows: Updated SDL to version 2.0.20
Merge pull request #21 from trebmuh/patch-2
adds a French Name for French users
Merge pull request #20 from MrSVCD/master
changed License to 'Free BSD licensens'
Changed foldername from Linux to Freedesktop.org Resources to better reflect file use
Rename LICENSE to ProTracker 2 clone.LICENSE
Linux desktop integrations files added
Added more text to comment in protracker.ini
Fix potential thread issues
Fixed typo in pt_pal_editor/make-linux.sh
paulaStartDMA() null-pointer fix
Disable A1200 low-pass filter if audio freq. is too low
Windows/macOS: Update SDL2 to v2.0.16
Fixed: Paula/Scope delta cache didn't work properly
Fixed: Tempo was off by a tiny fraction (BPM -> CIA period -> Hz calc.)
Bugfix for the volume ramper in the sample editor
Simplified dir sorting (and made it PT-like)
Mouse wheel bugfix for sample editor toolboxes
Code cleanup and render length fix for MOD2WAV
Use 64-bit fixed-point logic instead of floating-point for samplesPerTick
Prevent ever-increasing memory usage while program is minimized
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Allow hex chars in Mix text input in Edit Op. #3 (fixes issue #15)
Update README.md
Allow screensaver to be activated (issue #14)
We don't need these anymore...
New MacOS make-scripts for universal Intel/ARM binary building
Update SDL to version 2.0.14
Update README.md
A500 low-pass filter is now much closer to a real typical A500
VS2019 project: Allow multi-core compilation in debug mode for faster compile time
Don't clear tick when setting BPM (shouldn't matter anyway)
Changed/added a few comments
Fix potential missing NUL terminator on output filename during sample save
Fix potential missing NUL terminator on output filename during .mod save
Fix: Filter coeffs were not recalculated during MOD2WAV
Code cleanup and version change
Fix fullscreen mouse bug on multi-monitor setups
Fix BPM duration issue in MOD2WAV
Fix BPM duration issue in PAT2SMP
Fix some small scaling mistakes (+ code cleanup)
Fix some debug settings for the Visual Studio project file
Don't touch playback counter when in "play/record pattern" mode
Fixed a small stuttering issue in the audio/video syncing
Change about screen text (PT2.3 -> PT2)
Clear "song is modified" flag during Clear All
Palette editor code cleanup
Visual Studio: Don't statically link CRT
Prevent denormalized numbers in RC filter routine
Fix >64kB misalignment in .MOD loader
Rescale values in musicTimeTab64 table to prevent division
Remove unneeded chunk check in WAV loader
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone