Remove unsuitable quit messages + code cleanup
Fix: Key next to left shift (Note Off) was not working on all kb layouts
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Small cleanup of the tuneSample() function
Update README.md
Some cleanup and changing of comments
Fixed strange typo in comment :)
Code cleanup: No need for two interpolator macros (8-bit/16-bit)
Don't cache scrollbar parameters (caused stupid bugs)
Better sample import tuning, and micro optimizations
New feature: Draw C-4 (mid-C) frequency in Inster. Ed.
We don't need this anymore...
New MacOS make-scripts for universal Intel/ARM binary building
Remove SD_RENDERER_ACCELERATED flag (fixes problems in rare cases)
Update SDL to version 2.0.14
Rewrote a comment that was not correct (it lied to you!)
[x86/x86_64] Speed up linear interpolation resampler
Faster fade-in of starfield/logo in the about screen
VS2019: Add multi-core compilation to debug mode
Simplified relocateTon() (still accurate)
Fixed potential setPos() bug
Added boundary sanity checking to BMP loaders
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Update README.md
Update README.md
Support loading XMs with >32 chans and instrs. with >16 samps.
Support loading .XIs with more than 16 samples
Mac: Prevent Left Ctrl+Left Cmd+F from doing "Play Pattern"
Some changes to keybindings
Added some Mac-specific text to the help file
Fix parsing error in an XM-load error message
Bugfix in v1.32 for playing empty patterns
Fix crash if period reaches a value of 1 with Amiga periods enabled
Pre-calc cubic spline LUT on init, instead of including the table in a header
Fix wraparound-issues when using Tab in the pattern editor
Fix some small scaling mistakes
Fix some debug settings for the Visual Studio project file
Visual Studio: Don't statically link CRT
Rescale values in musicTimeTab64 table to prevent division
Reset sample counter when pressing Play Song (reduces tiny delay)
Arpeggio is now 100% correct for ticks 31..99
Small scope/mixer delta calculation rework
Fix compile error for ARM CPUs
Make the x/y instr. envelope coords text a bit cleaner
Fix y position for panning envelope x/y coords
Fix XFade bug on 16-bit pingpong samples
Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone
Merge pull request #5 from alexmyczko/patch-1
Update README.md
Emergency crashfix in v1.22 (when saving XMs)
Remove some debug files that weren't supposed to get through the last commit
Fixed some bugs and replaced "Space Pigs" color scheme
Fixed an oopsie from previous commit
Minimum .WAV rendering rate changed (prevents bug), and cubic spline LUT now has more phases
Forgot to remove some obsolete stuff in the "Known bugs" help text