@@ -27,24 +27,27 @@ status of the original code as provided to them.
27
27
28
28
Code from the following projects is included in this repository:
29
29
30
- 1. freetype, using the FreeType License, which is compatible with GPLv3
31
- See lib/freetype/ for more info.
30
+ 1. freetype , using the FreeType License, which is compatible with GPLv3
31
+ See lib/freetype/ or https://freetype.org/license.html for more info.
32
32
33
33
2. libogg & libvorbis, using its BSD-style license, which is compatible with
34
- GPLv3. See lib/libvorbis/license for more info.
34
+ GPLv3. See lib/libvorbis/license or https://gitlab.xiph.org/xiph for more info.
35
35
36
36
3. libmad, using the GPL license (libmad allows for GPLv2 or any later version)
37
- See lib/freetype/ for more info.
37
+ See lib/freetype/ or https://www.underbit.com/products/mad/ for more info.
38
38
39
39
4. lua, using its GPLv3-compatible permissive license
40
- See lib/lua/ for more info.
40
+ See lib/lua/ or https://www.lua.org/license.html for more info.
41
41
42
42
5. Code from liir.c by Exstrom Labratories, which is GPL, is present in
43
43
src/Editor/Butterworth.cpp
44
+ https://www.exstrom.com/journal/sigproc/dsigproc.html
44
45
45
46
6. Code from Takuya OOURA's General Purpose FFT Package, which is released
46
47
freely, is present in src/Editor/FFT.cpp
48
+ https://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
47
49
48
50
7. Code from the aubio library, which is also GPLv3, is present in
49
51
src/Editor/Aubio.h and src/Editor/FindOnsets.cpp
52
+ https://github.com/aubio/aubio
50
53
0 commit comments