Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
2020-02-29 13:47:05 +01:00
.travis Static linking for MinGW 2020-02-27 20:54:18 +01:00
benchmarks Added a couple benchmarks 2020-02-26 21:29:00 +01:00
clients New command line option for custom Jack client name (sfizz_jack) 2020-02-23 17:35:22 +01:00
cmake Bump versions 2020-02-29 13:47:05 +01:00
doxygen Avoid unneeded Doxygen builds by removing footer build date 2019-12-27 12:22:12 +01:00
external Put abseil back to 0f86336 2020-02-28 09:10:05 +01:00
lv2 Disable install targets with msvc 2020-02-28 09:00:38 +01:00
scripts Set InnoSetup output directory to current 2020-02-28 18:24:10 +01:00
src Generate pkgconfig file also for non shared configurations 2020-02-28 21:01:12 +01:00
tests Fix a broken test 2020-02-19 14:04:59 +01:00
.clang-format Added CLang coding style 2020-02-27 21:22:43 +01:00
.editorconfig Minor changes 2019-12-30 05:39:39 +01:00
.gitignore Ignore Windows build directory [ci skip] 2020-02-28 16:52:12 +01:00
.gitmodules Pinned abseil to 67d63a 2020-02-02 11:05:28 +01:00
.travis.yml Restore INSTALL_DIR variable for macOS build script 2020-02-28 20:24:15 +01:00
appveyor.yml Fix for previous commit 2020-02-28 18:08:53 +01:00
AUTHORS.md Added authors file from readme [ci skip] 2020-02-27 14:56:36 +01:00
CMakeLists.txt Bump versions 2020-02-29 13:47:05 +01:00
Doxyfile Automated Doxygen documentation with Travis-CI 2019-12-02 02:35:58 +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