Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
2020-02-18 15:12:18 +01:00
.travis Update doxigen travis script [ci skip] 2020-02-18 01:47:13 +01:00
benchmarks Add floating point helpers, and the fast ilog2 2020-02-13 07:37:06 +01:00
clients Search JACK with pkg-config so it can fail early if missing 2020-01-31 19:02:04 +01:00
cmake Rename SfizzSIMDSourceFilesCheck 2020-02-10 00:49:02 +01:00
doxygen Avoid unneeded Doxygen builds by removing footer build date 2019-12-27 12:22:12 +01:00
external Pinned abseil to 67d63a 2020-02-02 11:05:28 +01:00
lv2 Corrected a bug where files wouldn't auto-reload 2020-02-12 00:37:14 +01:00
scripts Revised interface for filter 2020-02-07 03:06:08 +01:00
src Apply a shorter smoothing on filters 2020-02-18 15:12:18 +01:00
tests Add a couple tests programs to render a sound file 2020-02-18 15:12:18 +01:00
.editorconfig Minor changes 2019-12-30 05:39:39 +01:00
.gitignore Added Arm64 Travis build 2019-12-22 14:22:40 +01:00
.gitmodules Pinned abseil to 67d63a 2020-02-02 11:05:28 +01:00
.travis.yml Add source packaging and deployment 2020-02-03 16:28:35 +01:00
appveyor.yml Initial appveyor for static windows builds 2020-02-02 14:00:12 +01:00
CMakeLists.txt Compatibility with CMake 3.5 2020-01-31 23:24:36 +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 Clean up readme, quick additional info will follow 2020-02-18 13:38:53 +01:00
screenshot.png Clean up readme, quick additional info will follow 2020-02-18 13:38:53 +01:00
sfizz_screenshot.png add screenshot 2020-02-12 16:13:47 +10:30

sfizz

Travis Build Status

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

Screenshot

Author and contributors

Contributors to sfizz include:

  • Paul Ferrand (2019-2020) (maintainer)
  • Andrea Zanellato (2019-2020) (devops, documentation and distribution)
  • Jean-Pierre Cimalando (2020)
  • Michael Willis (2020)
  • Alexander Mitchell (2020)

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