sfizz-ui/README.md

70 lines
3.6 KiB
Markdown
Raw Normal View History

# sfizz
[![build actions]](https://github.com/sfztools/sfizz-ui/actions)
[![build obs]](https://build.opensuse.org/package/show/home:sfztools:sfizz:develop/sfizz)
[![Discord Badge Image]](https://discord.gg/3ArE9Mw)
AU, LV2, Pure Data and VST3 plugins using the [sfizz](https://github.com/sfztools/sfizz/) library.<br/>
Please check [our website] for more details, or [our wiki] for further information.
![Screenshot](screenshot.png)
## 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.
2023-05-25 08:05:39 +02:00
Please check out the [CONTRIBUTING] document for information about filing bug reports or feature requests,
and helping the development of sfizz
## Donating to sfizz
2023-05-25 08:05:39 +02:00
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.
2023-05-25 08:05:39 +02:00
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.
2023-05-25 08:05:39 +02:00
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
2023-05-25 08:05:39 +02:00
[CONTRIBUTING]: CONTRIBUTING.md
[GOVERNANCE]: GOVERNANCE.md
[LV2]: https://lv2plug.in/
[GLSL-Color-Spaces]: https://github.com/tobspr/GLSL-Color-Spaces/
[stb_image]: https://github.com/nothings/stb/
2025-03-17 21:09:53 +01:00
[our website]: https://sfztools.github.io/sfizz/
[our wiki]: https://sfztools.github.io/sfizz-wiki/
2025-03-17 16:56:28 -07:00
[releases]: https://github.com/sfztools/sfizz-ui/releases/
2023-05-25 08:05:39 +02:00
[Carla]: https://kx.studio/Applications:Carla
[Ardour]: https://ardour.org/
2025-03-17 21:09:53 +01:00
[API]: https://sfztools.github.io/sfizz/api/
2023-05-25 08:05:39 +02:00
[Open Collective]: https://opencollective.com/sfztools
2025-03-17 21:09:53 +01:00
[build from source]: https://sfztools.github.io/sfizz/development/build/
[Discord Badge Image]: https://img.shields.io/discord/587748534321807416?label=discord&logo=discord
[build actions]: https://github.com/sfztools/sfizz-ui/actions/workflows/build.yml/badge.svg?branch=develop
2023-05-25 08:05:39 +02:00
[build obs]: https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg
[OBS]: https://software.opensuse.org//download.html?project=home%3Asfztools%3Asfizz&package=sfizz
[VSTGUI]: https://github.com/steinbergmedia/vstgui/