Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
2020-03-14 17:33:25 +01:00
.travis Check if the sdk is downloaded already 2020-03-14 14:05:05 +01:00
benchmarks absl's make_unique in wavfile 2020-03-14 17:33:25 +01:00
clients unused variable 2020-03-14 17:33:25 +01:00
cmake Remove the clang specifics in cmake and 2020-03-14 17:33:25 +01:00
doxygen Partial fix for footer and header doxygen documentation pages 2020-03-09 16:22:20 +01:00
external Put abseil back to 0f86336 2020-02-28 09:10:05 +01:00
lv2 Force C99 (@falktx) 2020-03-14 17:32:25 +01:00
scripts Update clang-tidy 2020-03-14 13:53:00 +01:00
src Unused constexpr 2020-03-14 17:33:25 +01:00
tests Updated tests 2020-03-14 17:32:25 +01:00
vst Explicit casts to Steinberg::int64 2020-03-14 14:12:46 +01:00
.clang-format clang-format: do not sort includes [ci skip] 2020-03-01 09:06:26 +01:00
.clang-tidy Added the clang-tidy job in the Test stage 2020-03-08 17:03:09 +01:00
.editorconfig Minor changes 2019-12-30 05:39:39 +01:00
.gitignore Generate versioned Doxyfile 2020-03-08 16:28:16 +01:00
.gitmodules Pinned abseil to 67d63a 2020-02-02 11:05:28 +01:00
.travis.yml Remove the clang specifics in cmake and 2020-03-14 17:33:25 +01:00
appveyor.yml Try specifying the platform as indicated in cmake-generators(7) 2020-03-07 22:34:38 +01:00
AUTHORS.md Added authors file from readme [ci skip] 2020-02-27 14:56:36 +01:00
CMakeLists.txt Bump version 2020-03-14 15:01:52 +01:00
LICENSE.md Updated README 2020-01-25 13:53:04 +01:00
README.md Added authors file from readme [ci skip] 2020-02-27 14:56:36 +01:00
screenshot.png Clean up readme, quick additional info will follow 2020-02-18 13:38:53 +01:00

sfizz

Travis Build Status AppVeyor Build Status

SFZ library and LV2 plugin, please check our website for more details.

Screenshot

Dependencies and licenses

The sfizz library makes primary use of:

  • libsndfile, licensed under the GNU Lesser General Public License v2.1
  • Abseil, licensed under the Apache License 2.0
  • atomic_queue by Maxim Egorushkin, licensed under the MIT license
  • filesystem by Steffen Schümann, licensed under the BSD 3-Clause license
  • hiir by Laurent de Soras, licensed under the WTFPL v2 license

The sfizz library also uses in some subprojects:

  • Catch2, licensed under the Boost Software License 1.0
  • benchmark, licensed under the Apache License 2.0
  • LV2, licensed under the ISC license
  • JACK, licensed under the GNU Lesser General Public License v2.1
  • neon_mathfun.h and sse_mathfun.h by Julien Pommier, licensed under the zlib license