Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
2020-11-14 16:42:22 +01:00
.travis Do tests on appveyor and merge builds on travis 2020-10-29 09:51:30 +01:00
benchmarks Support loading AIFF files 2020-10-31 15:32:45 +01:00
clients Organize cxxopts as external library 2020-11-01 10:57:41 +01:00
cmake Bundle the dylibs where the code signer can find them 2020-11-14 13:57:20 +01:00
demos Move feature out of tests and in their own directory 2020-11-01 10:56:49 +01:00
devtools Added include files in CMakeLists as support for QtCreator IDE 2020-07-05 22:19:52 +02:00
editor Add OSC and plugin-side communication 2020-11-05 05:48:24 +01:00
external Make sure to expose widechar sndfile API 2020-11-04 09:53:59 +01:00
lv2 Add OSC and plugin-side communication 2020-11-05 05:48:24 +01:00
scripts Set up the code-signing key pair for macOS 2020-11-14 16:42:22 +01:00
src Add new alias: bendstep 2020-11-12 10:24:29 +01:00
tests Add new alias: bendstep 2020-11-12 10:24:29 +01:00
vst Do not store text files at the root of VST and AU bundles 2020-11-14 14:17:02 +01:00
.appveyor.yml Set up the code-signing key pair for macOS 2020-11-14 16:42:22 +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
.gitattributes Ignore appveyor scripts in the export 2020-10-29 05:21:29 +01:00
.gitignore CI reorganization 2020-10-29 05:21:25 +01:00
.gitmodules Support loading AIFF files 2020-10-31 15:32:45 +01:00
.travis.yml Reinstate the Deploy stage 2020-10-29 10:10:57 +01:00
AUTHORS.md Add @atsushieno to the list of contributors 2020-10-07 19:47:29 +02:00
CMakeLists.txt Move feature out of tests and in their own directory 2020-11-01 10:56:49 +01:00
common.mk Add OSC and plugin-side communication 2020-11-05 05:48:24 +01:00
CONTRIBUTING.md Reorder information between the files 2020-07-15 23:53:21 +02:00
dpf.mk mk: reorganize the link flags, add dbghelp under Windows 2020-09-27 17:14:54 +02:00
FUNDING.yml Link the open collective directly 2020-07-16 00:11:08 +02:00
GOVERNANCE.md Update GOVERNANCE.md 2020-09-08 22:35:45 +02:00
LICENSE.md Removal of redundant information [ci skip] 2020-10-07 20:16:32 +02:00
rack.mk Update makefiles 2020-10-28 16:34:57 +01:00
README.md Updated README, added Discord badge link 2020-10-06 19:54:13 +02:00
screenshot.png New screenshot 2020-10-15 23:27:15 +02:00

sfizz

Travis Build Status AppVeyor Build Status

Discord Badge Image

SFZ parser and synth c++ library, providing AU / LV2 / VST3 plugins and JACK standalone client, 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