Luciano Iam
a35110c706
Support WavPack in st_audiofile
2023-05-28 16:05:52 +02:00
Luciano Iam
bca192de54
Add WavPack library
2023-05-28 16:05:52 +02:00
redtide
8b4ef10bcf
Merge pull request #1171 from sfztools/remove-cxx-switches-ci
...
Remove CXX standard switches on CI to use the default config
2023-05-28 10:58:21 +02:00
redtide
28c3b10c17
Merge pull request #1170 from essej/filepool-copy-fix
...
Crash fix for reloading SFZ : needed to copy preloadCallCount in FilePool copy constructors
2023-05-28 10:36:12 +02:00
Paul Ferrand
8c5ba3de7a
Remove CXX standard switches on CI to use the default config
2023-05-28 10:21:02 +02:00
redtide
866b7bab8b
Disable (again) non working tests
2023-05-28 07:55:49 +02:00
essej
ad236085fa
copy preloadCallCount in FilePool copy constructors. this was critical to avoid crashing behavior when the SFZ is reloaded.
2023-05-27 16:40:06 -04:00
redtide
f407ea8d64
Update README.md
...
Added wiki link, OBS badge and some clean up
2023-05-25 08:11:53 +02:00
redtide
76aa35a65f
CI: minimal change
2023-05-24 18:16:29 +02:00
redtide
0c1ab10f49
CMake: fixed pkgconfig file install from sfizz-ui project
2023-05-23 14:51:02 +02:00
redtide
899e988c8c
CMake: 3.13 as minimum for non Windows platforms, plus minor fixes
2023-05-23 12:27:31 +02:00
redtide
206786447e
Merge pull request #1169 from redtide/abseil-20230125-3
...
Update Abseil to 20230125.3, raise minimum requirements to CMake 3.12 and C++14
2023-05-22 20:12:57 +02:00
redtide
29b2effee8
Update Abseil to 20230125.3
...
raise minimum requirements to CMake 3.12 and C++14
2023-05-22 19:35:25 +02:00
redtide
cf3c96ba8d
Merge pull request #1168 from redtide/embedded-sample-test
...
CI update
2023-05-22 17:42:11 +02:00
redtide
54b6791b9d
CI update
...
- Make bash|pwsh default shells and github.workspace as default working-directory
- Use ubuntu 22.04 for the Linux build to use abseil package when not building releases
- CTest working in the major OS builds
2023-05-22 17:28:52 +02:00
redtide
cfba6fa16f
Merge pull request #1167 from redtide/benchmarks-demo-fixes
...
Benchmarks demo fixes
2023-05-21 15:13:33 +02:00
redtide
91928fb804
Temporary fixes for demos, see #1148
2023-05-21 15:00:51 +02:00
redtide
56b0f4d957
Temporary fixes for benchmarks, see #1148
2023-05-21 14:26:48 +02:00
redtide
9a3e371daa
Typos
2023-05-20 16:12:44 +02:00
redtide
395d4ca185
Moved the Config.h file generation in the appropriated CMake script
2023-05-20 15:36:25 +02:00
redtide
09e81771bf
Merge pull request #1166 from redtide/cmake-generic-names
...
Cmake generic names
2023-05-20 14:22:01 +02:00
redtide
0a8f4e0ebf
Generate src/sfizz/Config.h with CMake
...
currently only necessary to customize the MIDI_CC_COUNT value.
Removed the previous sfizz_match_definitions.cpp checking file generation.
2023-05-20 14:02:32 +02:00
redtide
6878125b92
CMake definitions and format rearrangement
...
- Rename some SFIZZ_ prefixed definitions where possible to permit some modules
to be generic and be reused in other projects, keep project' information
in the same place and more explicit
- Fixed non-compliant code formatting
2023-05-20 12:37:22 +02:00
redtide
9d59e18472
CI: Restyle and added missing compressed archives creation
2023-05-18 20:28:15 +02:00
redtide
6c6436ced7
Don't set the minimum Windows version for the library
2023-05-16 18:05:05 +02:00
redtide
8ff0d56ece
Merge pull request #1163 from mr-c/simde_neither_SSE_nor_NEON
...
simde__m128_to_simde_float32x4: fix for non-SSE/NEON
2023-05-11 18:11:01 +02:00
Michael R. Crusoe
c6a153eafe
simde__m128_to_simde_float32x4: fix for non-SSE/NEON
2023-05-11 17:52:50 +02:00
redtide
a0b976f984
Merge pull request #1164 from redtide/libs-update
...
Update cpuid, dr_libs and stb_vorbis libraries
2023-05-11 09:41:03 +02:00
redtide
8c48bdbf83
Update cpuid, dr_libs and stb_vorbis libraries
...
- cpuid 8.0.0
- dr_libs 0.13.8 (4b3d078 2023-03-25)
- stb_vorbis 1.22, removed dedicated repository submodule, replaced with directory
2023-05-11 09:12:23 +02:00
redtide
af7dae9cea
Merge pull request #1161 from mr-c/upgrade_SIMDe_0.7.6
...
Upgrade bundled SIMDe to 0.7.6
2023-05-08 21:53:10 +02:00
Michael R. Crusoe
1a38dcd00e
convert from simde__m128 to simde_float32x4_t
2023-05-08 20:51:21 +02:00
redtide
37bf8fe7ba
Merge pull request #1162 from redtide/sfizz-lib
...
Move plugins in their own repository
2023-05-08 14:51:00 +02:00
redtide
857cc2fef3
Move plugins in their own repository
2023-05-08 13:12:50 +02:00
Michael R. Crusoe
ad711ee42f
Upgrade bundled SIMDe to 0.7.6
2023-05-08 01:47:50 +02:00
redtide
6cd063da8c
Fixed devtools/Preprocessor.cpp build
...
This was caused by a somewhat hidden API breakage in cxxopts, see
https://github.com/jarro2783/cxxopts/issues/396
2023-05-01 15:36:00 +02:00
redtide
37539aef8c
Increment version numbers for development builds
2023-04-15 09:08:39 +02:00
redtide
df95bb782f
Please, not now...
2023-04-15 01:54:33 +02:00
redtide
5a3d0bdf26
Updated versions and dates
2023-04-15 00:53:47 +02:00
redtide
329263178b
Updated CHANGELOG for release
2023-04-13 20:10:59 +02:00
redtide
4c1ec3a30a
Merge pull request #1156 from redtide/gui-misc
...
UI misc
2023-04-13 17:42:27 +02:00
redtide
aea0632dd1
image_controls opcode to add a background image on Controls tab
2023-04-12 16:19:17 +02:00
redtide
4273cf47f9
Various UI changes
...
- window size has been changed to be compatible with ARIA banks
- the cc knobs rotator and title label have a white color on a semi-transparent background in the controls tab
- the info tab becomes a dark and semi-transparent overlay dialog above the Home panel, then both will display a background image when available
2023-04-12 00:49:16 +02:00
redtide
19299b9c64
XP style tooltips for better legibility
2023-04-11 16:38:25 +02:00
redtide
a64ec5baea
GUI colors constants
2023-04-11 14:23:43 +02:00
redtide
5c681d849d
Add diff files to .gitignore
2023-04-11 00:57:49 +02:00
redtide
d146d76683
Add FLTK GUI files to EditorConfig
2023-04-11 00:55:31 +02:00
redtide
696cad0f7b
Merge pull request #1149 from redtide/submodule-updates-2023-04
...
Submodule updates 2023 04
2023-04-09 16:36:12 +02:00
redtide
35e7958a12
Update LV2 to v1.18.10
2023-04-09 16:26:03 +02:00
redtide
4909063462
Update pugixml to v1.13
2023-04-09 14:31:10 +02:00
redtide
8b2db47dc6
Update cxxopts to v3.1.1
2023-04-09 14:12:59 +02:00