Added
- WavPack support (#1129 by @lucianoiam)
Changed
- The project has been split into 2 repositories to separate
the library from the UI/plugins. (#1162) - Unclamp the cutoff and add OSC queries for the cutoff modifiers (#1100 by @PythonBlue)
- SIMDe update (#1161 #1163)
- Update cpuid, dr_libs and stb_vorbis libraries (#1164)
- Various CMake and CI changes/fixes, also because the repository split
Minimum CMake version required is now 3.15 for Windows, 3.13 for other systems - Configurable amount of Control Change messages via CMake'
MIDI_CC_COUNTvariable,
Config.h is now a generated file - Update Abseil to 20230125.3 (#1169)
Fixed
- Crash fix for reloading SFZ: needed to copy preloadCallCount in FilePool
copy constructors (#1170 by @essej) - Temporary fixes to build benchmarks and tests (see #1148)
- Fixed FlexEGs shape (#1176 #1177)
- Fixed build on Windows
- Fixed modulation matrix when CC modulations are per voice (#1173 #1179 by @PythonBlue)
- Fixed and reenabled tests
- Modifications to support universal x86_64/ARM builds on macOS (#1183 by @essej)
Removed
- VCPKG and MinGW CI builds