Update README.md [ci skip]
This commit is contained in:
parent
fc3bb7a62c
commit
4ec9fd1f3d
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
|
@ -42,21 +42,37 @@ The sfizz library makes primary use of:
|
||||||
- [atomic_queue] by Maxim Egorushkin, licensed under the MIT license
|
- [atomic_queue] by Maxim Egorushkin, licensed under the MIT license
|
||||||
- [filesystem] by Steffen Schümann, licensed under the BSD 3-Clause license
|
- [filesystem] by Steffen Schümann, licensed under the BSD 3-Clause license
|
||||||
- [hiir] by Laurent de Soras, licensed under the WTFPL v2 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:
|
The sfizz library also uses in some subprojects:
|
||||||
- [Catch2], licensed under the Boost Software License 1.0
|
- [Catch2], licensed under the Boost Software License 1.0
|
||||||
- [benchmark], licensed under the Apache License 2.0
|
- [benchmark], licensed under the Apache License 2.0
|
||||||
- [LV2], licensed under the ISC license
|
- [LV2], licensed under the ISC license
|
||||||
- [JACK], licensed under the GNU Lesser General Public License v2.1
|
- [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
|
||||||
|
|
||||||
[Abseil]: https://github.com/abseil/abseil-cpp
|
[Abseil]: https://abseil.io/
|
||||||
[atomic_queue]: https://github.com/max0x7ba/atomic_queue
|
[atomic_queue]: https://github.com/max0x7ba/atomic_queue
|
||||||
[benchmark]: https://github.com/google/benchmark
|
[benchmark]: https://github.com/google/benchmark
|
||||||
[Catch2]: https://github.com/catchorg/Catch2
|
[Catch2]: https://github.com/catchorg/Catch2
|
||||||
[filesystem]: https://github.com/gulrak/filesystem
|
[filesystem]: https://github.com/gulrak/filesystem
|
||||||
|
[Surge tuning]: https://surge-synth-team.org/tuning-library/
|
||||||
|
[pugixml]: https://pugixml.org/
|
||||||
|
[cephes]: https://www.netlib.org/cephes/
|
||||||
|
[cpuid]: https://github.com/steinwurf/cpuid
|
||||||
[hiir]: http://ldesoras.free.fr/prod.html#src_hiir
|
[hiir]: http://ldesoras.free.fr/prod.html#src_hiir
|
||||||
|
[KISS FFT]: http://kissfft.sourceforge.net/
|
||||||
[JACK]: https://github.com/jackaudio/jack2
|
[JACK]: https://github.com/jackaudio/jack2
|
||||||
[libsndfile]: https://github.com/erikd/libsndfile/
|
[cxxopts]: https://github.com/jarro2783/cxxopts
|
||||||
|
[fmidi]: https://github.com/jpcima/fmidi
|
||||||
|
[libsamplerate]: http://www.mega-nerd.com/SRC/
|
||||||
|
[libsndfile]: http://www.mega-nerd.com/libsndfile/
|
||||||
[LV2]: https://lv2plug.in/
|
[LV2]: https://lv2plug.in/
|
||||||
[our website]: https://sfz.tools/sfizz
|
[our website]: https://sfz.tools/sfizz
|
||||||
[releases]: https://github.com/sfztools/sfizz/releases
|
[releases]: https://github.com/sfztools/sfizz/releases
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue