Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
2020-08-12 17:05:08 +02:00
.travis Limit on the number of make jobs 2020-07-28 20:29:28 +02:00
benchmarks Add an allWithin SIMD helper 2020-08-12 17:05:08 +02:00
clients Added include files in CMakeLists as support for QtCreator IDE 2020-07-05 22:19:52 +02:00
cmake Update LV2Config.cmake 2020-07-07 12:19:23 +02:00
devtools Added include files in CMakeLists as support for QtCreator IDE 2020-07-05 22:19:52 +02:00
doxygen Typo [ci-skip] 2020-04-08 18:14:13 +02:00
external Updated abseil to LTS branch of 2020-02 2020-03-15 22:25:42 +01:00
lv2 Plugin-level support for host time 2020-08-11 16:04:20 +02:00
scripts Add the reverb 2020-08-06 14:55:26 +02:00
src Add an allWithin SIMD helper 2020-08-12 17:05:08 +02:00
tests Add an allWithin SIMD helper 2020-08-12 17:05:08 +02:00
vst Add the playback state on VST 2020-08-11 16:20:55 +02: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 Merge pull request #226 from paulfd/stack-smash 2020-05-14 09:22:56 +02:00
.gitmodules Fix VST problems in our forked submodules, branch sfizz 2020-05-19 21:12:48 +02:00
.travis.yml Build and deploy AU in Travis 2020-05-13 09:21:57 -07:00
appveyor.yml Reorganize VST SDK as submodules 2020-04-02 17:24:52 +02:00
AUTHORS.md List @unfa as contributor for the graphics 2020-05-20 01:12:56 +02:00
CMakeLists.txt Set develop to 0.4.1 2020-07-24 00:06:59 +02:00
CONTRIBUTING.md Reorder information between the files 2020-07-15 23:53:21 +02:00
dpf.mk Merge pull request #333 from jpcima/file-metadata 2020-08-10 19:02:10 +02:00
FUNDING.yml Link the open collective directly 2020-07-16 00:11:08 +02:00
GOVERNANCE.md Link the open collective directly 2020-07-16 00:11:08 +02:00
LICENSE.md Updated README 2020-01-25 13:53:04 +01:00
README.md Updated README [ci skip] 2020-07-16 00:17:41 +02: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

Using sfizz

Sfizz can be used most easily within an LV2 host such as Carla or Ardour. It can also be integrated as a library within your own program; check out our API bindings for C and C++. Our releases are an immediate way to get a working library or LV2/VST plugin, although you might prefer to build from source!

Contributing to sfizz

There is actually many things anyone can do, programming-related or music-related. Please check out the CONTRIBUTING document for information about filing bug reports or feature requests, and helping the development of sfizz

Donating to sfizz

Sfizz and the work in the SFZ tools organization is purely driven by hobbyists who choose to use their free time to benefit this project. We firmly believe in the honesty and goodwill of users as a whole, and we want to promote a healthy relationship to software and to the cost of producing quality software.

No financial returns is explicitely required from using sfizz in any shape. However, if you feel that sfizz produces value for you or your products, and if you find that your financial situation allows for it, we put together ways to donate to the project. You are never compelled to do so, the CONTRIBUTING file contains different ways to contribute.

In all of sfizz's governance model, we strive to live in the open. Finances are no different, and we put in place a process so that the use of donations is as transparent as possible through our Open Collective. We invite you to check out the GOVERNANCE file to see how the organization is governed and how are donations handled.

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