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
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
- 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)