Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Merge pull request #39 from ftrvxmtrx/fixes
ft2_load_aiff.c: include <math.h> for round() + exp2()
ft2_center_mix.h: add a newline at the end to fix a warning
replayer: fix compiling with !HAS_MIDI
- Windows/macOS: Update SDL to v2.26.5
WAV renderer changes (use current audio settings)
Alpha-based fade in for the about screen
Fixed MSVC project folder accident
Change one string in the Config -> Audio screen
Rounded icon for macOS build
macOS: Fix LSMinimumSystemVersion
"Alt Gr" -> "Right alt" in help text
Code cleanup + voice volume precision change
XP support + linked run-time
Reset audio/video sync timestamp every half an hour
Reset HPC timers every half an hour instead of every hour
BPM and audio->video sync precision improvement
[MSVC] Remove broken XP support
Minor cosmetic code changes
Fixing of frame delay/wait routines
Pattern loop @ row>0 can overflow next pattern row pos
Remove extra mem alloc alignment (unnecessary)
Hack for -/+ key in volume column (some kb layouts)
Default Disk Op. dir = desktop
Windows: Set default disk op. dir to the user's desktop
Windowed-sinc interpolator changes
Updated SDL to version 2.24.0
Fix error in make-macos.sh (fixes microphone permissions)
Windowed-sinc interpolator changes
Hide "64-bit" text in window title for 64-bit version
Better SDL version checking
More fixes and code cleanup
Some fullscreen fixes and more
Update make-linux-nomidi-noflac.sh
Fix FPS counter (CTRL+SHIFT+F)
Fixed possible "Copy smp." crash
Fix non-sensical system message
Clear pattern loop (E6x) counters on playback
Handle top-left corner as quit in fullscreen mode
Forgot to read song name in .DIGI loader
Fix stuck checkbox after leaving config screen
Fix text mark bug when clicking on a new instrument/sample
Added checkbox for disabling custom FT2 mouse pointer
Remove fixed bug from "Known bugs" help text
Fix broken audio sampling on macOS
Code refactoring: Use new ft2_hpc.c file for HPC timers
[.MOD] FIx possible sample loop corruption, f.ex. FARLAND.MOD (issue #33)
Allow mouse button press to stop audio sampling (issue #31)
Force stop WAV rendering if output file exceeds 2GB
Don't handle mouse click if window wasn't in focus
macOS/Windows: Updated SDL to version 2.0.20
Merge pull request #27 from niclasr/external-flac
Allow using external libflac
Mac: Allow left Option key for A/X/C/V bindings, and remove "Play Song" on Left Cmd press
Kludge for marking last sample point in fullscreen mode
Fix MacOS compile warning in RtMidi.cpp
Slight color adjustment of About-screen stars
Fix offset bug when using Cut (or CTRL+X) on 16-bit samples
Merge pull request #26 from sulix/dpiwayland
[Mac] Fix occasional mouse scaling bug when leaving fullscreen
Mouse fix for high-DPI non-macOS systems (e.g. Wayland)