-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathCREDITS
More file actions
53 lines (38 loc) · 2.21 KB
/
CREDITS
File metadata and controls
53 lines (38 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Original author:
Bram 'Fietsemaker' van de Wetering
The following people helped prepare the initial public release of the open-
sourced ArrowVortex:
uvcat7 (https://github.com/uvcat7)
sukibaby (https://github.com/sukibaby)
Psycast (https://github.com/Psycast)
DeltaEpsilon7787 (https://github.com/DeltaEpsilon7787)
DolphinChips (https://github.com/DolphinChips)
StarbotArc (https://github.com/StarbotArc)
-----------------------------------------------------------------------------------------
ArrowVortex is provided under the GPLv3 license, or at your option, any later
version.
The original author provided the volunteer developers with an archive of the
source code, which did not include a formal license. The original author
explicitly requested that any new code developed by the volunteer developers
be released under a license which prevents the code from being used in closed
source software. The volunteer developers, as a separate party, have acted in
good faith to comply with this request and bear no liability for the licensing
status of the original code as provided to them.
Code from the following projects is included in this repository:
1. freetype , using the FreeType License, which is compatible with GPLv3
See lib/freetype/ or https://freetype.org/license.html for more info.
2. libogg & libvorbis, using its BSD-style license, which is compatible with
GPLv3. See lib/libvorbis/license or https://gitlab.xiph.org/xiph for more info.
3. libmad, using the GPL license (libmad allows for GPLv2 or any later version)
See lib/freetype/ or https://www.underbit.com/products/mad/ for more info.
4. lua, using its GPLv3-compatible permissive license
See lib/lua/ or https://www.lua.org/license.html for more info.
5. Code from liir.c by Exstrom Labratories, which is GPL, is present in
src/Editor/Butterworth.cpp
https://www.exstrom.com/journal/sigproc/dsigproc.html
6. Code from Takuya OOURA's General Purpose FFT Package, which is released
freely, is present in src/Editor/FFT.cpp
https://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
7. Code from the aubio library, which is also GPLv3, is present in
src/Editor/Aubio.h and src/Editor/FindOnsets.cpp
https://github.com/aubio/aubio