Skip to content

sfztools/sfizz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d53fd9 · Feb 23, 2021
Feb 17, 2021
Dec 8, 2020
Feb 21, 2021
Feb 11, 2021
Feb 23, 2021
Feb 1, 2021
Feb 22, 2021
Feb 21, 2021
Dec 13, 2020
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Dec 13, 2020
Mar 1, 2020
Mar 8, 2020
Dec 30, 2019
Feb 23, 2021
Feb 8, 2021
Feb 21, 2021
Dec 8, 2020
Feb 2, 2021
Feb 23, 2021
Jul 15, 2020
Jul 15, 2020
Sep 8, 2020
Oct 7, 2020
Feb 23, 2021
Feb 23, 2021
Sep 27, 2020
Oct 28, 2020
Oct 15, 2020

Repository files navigation

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
  • KISS FFT by Mark Borgerding, licensed under the BSD 3-Clause license
  • Surge tuning by Paul Walker, licensed under the MIT license
  • pugixml by Arseny Kapoulkine, licensed under the MIT license
  • cephes by Stephen Moshier, licensed under the BSD 3-Clause license
  • cpuid by Steinwurf ApS, licensed under the BSD 3-Clause 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
  • cxxopts by Jarryd Beck, licensed under the MIT license
  • fmidi by Jean Pierre Cimalando, licensed under the Boost Software License 1.0
  • libsamplerate, licensed under the BSD 2-Clause license
  • GLSL-Color-Spaces by tobspr, licensed under the MIT license