1
0
Fork
You've already forked sfizz-ui
0
Fork of https://github.com/sfztools/sfizz-ui with fixes for ppc64le and GNU/Linux (all changes merged upstream)
  • C 50%
  • C++ 43.4%
  • CMake 5.6%
  • Objective-C++ 0.6%
  • Shell 0.3%
  • Other 0.1%
Find a file
2024年10月28日 18:49:04 -07:00
.github/workflows CI: clang-tidy on PR 2024年02月20日 16:32:55 +01:00
cmake Make possible riscv64 to build the project 2024年02月23日 05:57:10 +01:00
library @a708acbe8e Update library; tentative fix for Notes hanging in Reaper (in Sfizz 1.2.3) #132 2024年10月25日 18:20:57 +02:00
plugins Patch VSTGUI to help build on GCC14 2024年10月25日 18:20:57 +02:00
scripts Update scripts/create_windows_icon.sh for Inkscape 1.0+ 2023年05月21日 03:45:04 +02:00
.clang-format New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
.clang-tidy New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
.editorconfig Minor Changelog and .editorconfig changes 2024年02月23日 15:09:53 +01:00
.gitattributes New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
.gitignore New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
.gitmodules Update README & modules 2024年10月28日 18:49:04 -07:00
AUTHORS.md New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
CHANGELOG.md Minor Changelog and .editorconfig changes 2024年02月23日 15:09:53 +01:00
CMakeLists.txt Update version number 2024年01月14日 21:21:17 +01:00
CONTRIBUTING.md New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
FUNDING.yml New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
GOVERNANCE.md New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
LICENSE New repository, for git history check the original 2023年05月08日 15:14:33 +02:00
README.md Update README & modules 2024年10月28日 18:49:04 -07:00
screenshot.png New repository, for git history check the original 2023年05月08日 15:14:33 +02:00

PowerAudio fork of sfizz-ui

This fork of sfizz-ui 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.
  • Fixed compilation errors with newer versions of GCC.

sfizz

build actions build obs Discord Badge Image

AU, LV2, Pure Data and VST3 plugins using the sfizz library.
Please check our website for more details, or our wiki for further information.

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 and plugins 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

Other than some of sfizz library dependencies, the UI uses:

  • GLSL-Color-Spaces by tobspr, licensed under the MIT license
  • stb_image by Sean Barrett, licensed as public domain or MIT license
  • VSTGUI by Steinberg, licensed under the BSD3 license