Fix note-overflow count on song transpose
Small cleanup
Change MAX_TAPS to 16
Fullscreen-mode code refactoring (fixes stuff)
Fix possible deadlock in loaders/savers
Fixed some fullscreen mode issues
Update ft2_windowed_sinc.c
Delete SDL_stdinc – Kopi.h
Revert 32-point sinc to 16-point (and fix parameters)
Windows/macOS: Updated SDL to v2.30.1
Remove some unneeded macros
Removed 32-bit specific code (32-bit binaries now support all features)
Sinc 16-point -> sinc 32-point
Add support for loading .BEM files (UN05, XM only)
Windows/macOS: Updated SDL to v2.30.0
Revert SDL2.framework's license.txt (code sign error)
Update README.md
Remove mono mixers (was wasteful)
Fix wrong word in error string
Fix block mark issues on selection inside last track
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Merge pull request #47 from nightmareci/master
Add support for producing Linux AppImage builds
Cubic spline interpolator added
Windows/macOS: Updated SDL to v2.28.5
Replayer cleanup (better var/func names etc.)
float instr. envelopes + double->float on voice vols
Windows/macOS: Updated SDL to v2.28.4
Some window event handling changes
Rename table for less confusion
Shift+mouse-wheel in Smp. Ed. = scroll sample data
CTRL+A/ALT+A keybindings were swapped
Windows/macOS: Updated SDL to v2.28.3
Fix CMakeLists.txt for Darwin
Merge remote-tracking branch 'upstream/master'
Fix heavily bugged "pattern expand" routine
Fix overflowing crash message
Remove Raspberry Pi video scale limit
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