1
0
Fork
You've already forked sfizz
0
Fork of https://github.com/sfztools/sfizz (all changes merged upstream)
  • C++ 78%
  • C 18%
  • CMake 1.8%
  • Faust 0.8%
  • Python 0.6%
  • Other 0.7%
Find a file
2024年09月14日 22:38:33 -07:00
.github/workflows CI: simplified if conditional expressions, added release-test branch 2024年02月20日 13:47:00 +01:00
benchmarks Temporary fixes for benchmarks, see #1148 2023年05月21日 14:26:48 +02:00
clients C++20 Support 2024年02月15日 12:18:39 -08:00
cmake Add setters 2024年01月27日 18:33:18 +01:00
demos Temporary fixes for demos, see #1148 2023年05月21日 15:00:51 +02:00
devtools Fixed devtools/Preprocessor.cpp build 2023年05月01日 15:36:00 +02:00
external Update atomic_queue to v1.6.1 2024年07月20日 14:31:31 +02:00
scripts Fix sfizz.pc.in 2024年04月25日 20:40:07 +02:00
src Fix to pass a Polyphony test. 2024年03月20日 08:59:08 +01:00
tests Fixes an issue that caused stuck notes. 2024年03月20日 08:59:08 +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 Add FLTK GUI files to EditorConfig 2023年04月11日 00:55:31 +02:00
.gitattributes Move plugins in their own repository 2023年05月08日 13:12:50 +02:00
.gitignore Reenable and fix tests 2023年08月07日 22:48:42 +02:00
.gitmodules Add setters 2024年01月27日 18:33:18 +01:00
AUTHORS.md Add @dwuertz to contributors 2021年02月02日 19:51:54 +01:00
CHANGELOG.md Updated Changelog 2024年02月23日 16:14:54 +01:00
CMakeLists.txt Added invoke.hpp to git submodule check. 2024年02月08日 21:21:51 +01:00
common.mk Add setters 2024年01月27日 18:33:18 +01:00
CONTRIBUTING.md Move plugins in their own repository 2023年05月08日 13:12:50 +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
generic.mk Add CI workflow for makefile 2021年03月25日 21:32:26 +01:00
GOVERNANCE.md Update GOVERNANCE.md 2020年09月08日 22:35:45 +02:00
LICENSE Updated versions and dates 2023年04月15日 00:53:47 +02:00
rack.mk Update makefiles 2020年10月28日 16:34:57 +01:00
README.md Remove info about sfizz-ui from README 2024年09月07日 22:06:05 -07:00

PowerAudio fork of sfizz

This fork of sfizz currently has no changes. The following changes have since been merged upstream:

  • Updated dependency, allowing plugin to be built on non-x86, non-ARM architectures, including IBM Power.

sfizz

build actions build obs Discord Badge Image

SFZv1 Status Image SFZv2 Status Image ARIA Status Image

SFZ parser and synth c++ library and JACK standalone client, please check our website for more details, or our wiki for further information.

Repository reorganization

Warning

On 2023年05月08日 the project was divided into 2 repositories: this contains only the library required by third-party applications, and sfizz-ui for plugins (and a future possible graphics standalone).

So if you are looking for plugins, you can get both by looking for the sfizz-ui repository instead, which contains also this one in the library subdirectory/git submodule.

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 for Windows and Mac. Linux builds are available over at OBS. On any operating system, 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 has the option to be compiled against either the dr_libs audio libraries, which is now the default option, or libsndfile.

  • dr_libs is licensed under the MIT No Attribution license
  • libsndfile is licensed under the GNU Lesser General Public License v2.1

The sfizz library makes primary use of:

  • 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
  • faust-libraries by GRAME, Julius O. Smith III and Eric Tarr, licensed under the STK-4.3 license and a permissive variant of the LGPL 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
  • 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