Update README.md
Clean up
This commit is contained in:
parent
ab2f4a8c5a
commit
1c8f3342d8
1 changed files with 45 additions and 37 deletions
82
README.md
82
README.md
|
|
@ -26,20 +26,25 @@ On any operating system, you might prefer to [build from source]!
|
||||||
## Contributing to sfizz
|
## Contributing to sfizz
|
||||||
|
|
||||||
There is actually many things anyone can do, programming-related or music-related.
|
There is actually many things anyone can do, programming-related or music-related.
|
||||||
Please check out the [CONTRIBUTING](CONTRIBUTING.md) document for information about filing bug reports or feature requests, and helping the development of sfizz
|
Please check out the [CONTRIBUTING] document for information about filing bug reports or feature requests,
|
||||||
|
and helping the development of sfizz
|
||||||
|
|
||||||
## Donating to 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.
|
Sfizz and the work in the SFZ tools organization is purely driven by hobbyists
|
||||||
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.
|
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.
|
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.
|
However, if you feel that sfizz produces value for you or your products,
|
||||||
You are never compelled to do so, the [CONTRIBUTING](CONTRIBUTING.md) file contains different ways to contribute.
|
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.
|
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].
|
Finances are no different, and we put in place a process so that the use of donations
|
||||||
We invite you to check out the [GOVERNANCE](GOVERNANCE.md) file to see how the organization is governed and how are donations handled.
|
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
|
## Dependencies and licenses
|
||||||
|
|
||||||
|
|
@ -60,7 +65,8 @@ The sfizz library makes primary use of:
|
||||||
- [pugixml] by Arseny Kapoulkine, 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
|
- [cephes] by Stephen Moshier, licensed under the BSD 3-Clause license
|
||||||
- [cpuid] by Steinwurf ApS, 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
|
- [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:
|
The sfizz library also uses in some subprojects:
|
||||||
|
|
||||||
|
|
@ -75,40 +81,42 @@ The sfizz library also uses in some subprojects:
|
||||||
- [stb_image] by Sean Barrett, licensed as public domain or MIT license
|
- [stb_image] by Sean Barrett, licensed as public domain or MIT license
|
||||||
|
|
||||||
|
|
||||||
[Abseil]: https://abseil.io/
|
[CONTRIBUTING]: CONTRIBUTING.md
|
||||||
[atomic_queue]: https://github.com/max0x7ba/atomic_queue
|
[GOVERNANCE]: GOVERNANCE.md
|
||||||
[benchmark]: https://github.com/google/benchmark
|
[Abseil]: https://abseil.io/
|
||||||
[Catch2]: https://github.com/catchorg/Catch2
|
[atomic_queue]: https://github.com/max0x7ba/atomic_queue/
|
||||||
[filesystem]: https://github.com/gulrak/filesystem
|
[benchmark]: https://github.com/google/benchmark/
|
||||||
[Surge tuning]: https://surge-synth-team.org/tuning-library/
|
[Catch2]: https://github.com/catchorg/Catch2/
|
||||||
[pugixml]: https://pugixml.org/
|
[filesystem]: https://github.com/gulrak/filesystem/
|
||||||
[cephes]: https://www.netlib.org/cephes/
|
[Surge tuning]: https://surge-synth-team.org/tuning-library/
|
||||||
[cpuid]: https://github.com/steinwurf/cpuid
|
[pugixml]: https://pugixml.org/
|
||||||
[dr_libs]: https://github.com/mackron/dr_libs
|
[cephes]: https://www.netlib.org/cephes/
|
||||||
[faust-libraries]: https://github.com/grame-cncm/faustlibraries
|
[cpuid]: https://github.com/steinwurf/cpuid/
|
||||||
[hiir]: http://ldesoras.free.fr/prod.html#src_hiir
|
[dr_libs]: https://github.com/mackron/dr_libs/
|
||||||
[KISS FFT]: http://kissfft.sourceforge.net/
|
[faust-libraries]: https://github.com/grame-cncm/faustlibraries/
|
||||||
[JACK]: https://github.com/jackaudio/jack2
|
[hiir]: http://ldesoras.free.fr/prod.html#src_hiir
|
||||||
[cxxopts]: https://github.com/jarro2783/cxxopts
|
[KISS FFT]: http://kissfft.sourceforge.net/
|
||||||
[fmidi]: https://github.com/jpcima/fmidi
|
[JACK]: https://github.com/jackaudio/jack2/
|
||||||
[libsamplerate]: http://www.mega-nerd.com/SRC/
|
[cxxopts]: https://github.com/jarro2783/cxxopts/
|
||||||
[libsndfile]: http://www.mega-nerd.com/libsndfile/
|
[fmidi]: https://github.com/jpcima/fmidi/
|
||||||
[LV2]: https://lv2plug.in/
|
[libsamplerate]: http://www.mega-nerd.com/SRC/
|
||||||
[GLSL-Color-Spaces]: https://github.com/tobspr/GLSL-Color-Spaces
|
[libsndfile]: http://www.mega-nerd.com/libsndfile/
|
||||||
[stb_image]: https://github.com/nothings/stb
|
[LV2]: https://lv2plug.in/
|
||||||
[our website]: https://sfz.tools/sfizz
|
[GLSL-Color-Spaces]: https://github.com/tobspr/GLSL-Color-Spaces/
|
||||||
[our wiki]: https://sfz.tools/sfizz-wiki/
|
[stb_image]: https://github.com/nothings/stb/
|
||||||
[releases]: https://github.com/sfztools/sfizz/releases
|
[our website]: https://sfz.tools/sfizz/
|
||||||
[Carla]: https://kx.studio/Applications:Carla
|
[our wiki]: https://sfz.tools/sfizz-wiki/
|
||||||
[Ardour]: https://ardour.org/
|
[releases]: https://github.com/sfztools/sfizz/releases/
|
||||||
[API]: https://sfz.tools/sfizz/api/
|
[Carla]: https://kx.studio/Applications:Carla
|
||||||
[Open Collective]: https://opencollective.com/sfztools
|
[Ardour]: https://ardour.org/
|
||||||
|
[API]: https://sfz.tools/sfizz/api/
|
||||||
|
[Open Collective]: https://opencollective.com/sfztools
|
||||||
[build from source]: https://sfz.tools/sfizz/development/build/
|
[build from source]: https://sfz.tools/sfizz/development/build/
|
||||||
[AppVeyor Build Status]: https://img.shields.io/appveyor/ci/sfztools/sfizz.svg?label=Windows&style=popout&logo=appveyor
|
[AppVeyor Build Status]: https://img.shields.io/appveyor/ci/sfztools/sfizz.svg?label=Windows&style=popout&logo=appveyor
|
||||||
[Travis Build Status]: https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux&style=popout&logo=travis
|
[Travis Build Status]: https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux&style=popout&logo=travis
|
||||||
[Discord Badge Image]: https://img.shields.io/discord/587748534321807416?label=discord&logo=discord
|
[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
|
[build actions]: https://github.com/sfztools/sfizz-ui/actions/workflows/build.yml/badge.svg?branch=develop
|
||||||
[build obs]: https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg?type=default
|
[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
|
[OBS]: https://software.opensuse.org//download.html?project=home%3Asfztools%3Asfizz&package=sfizz
|
||||||
[SFZv1 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfz1.svg
|
[SFZv1 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfz1.svg
|
||||||
[SFZv2 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfz2.svg
|
[SFZv2 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfz2.svg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue