forked from mihow/bpmdj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.cpp
52 lines (52 loc) · 1.5 KB
/
authors.cpp
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
const char* authors=
"BpmDj: Free Dj Tools\n"
"Copyright (C) 2001-2012 Werner Van Belle\n"
"========================================\n"
"\n"
"Passive\n"
"-------\n"
"Werner Van Belle <[email protected]>\n"
" Created the project\n"
"Bernard Fortz <[email protected]>\n"
" JACK support, Midi bindings, Gentoo packaging, External clock\n"
"Ewald Van Belle <[email protected]>\n"
" RPM Packaging\n"
"Toni Graffy <[email protected]>\n"
" Suse packaging\n"
"F. Murtagh <[email protected]>\n"
" PCA-code\n"
"Julius O. Smith <http://www-ccrma.stanford.edu/~jos/>\n"
" Low pass filter\n"
"Detlef: \n"
" 64 bit support\n"
"Bruce Perens <[email protected]>\n"
" Electrif Fence\n"
"Tom Vogt <[email protected]>\n"
" Import filter\n"
"James Gerken <[email protected]>\n"
" Some minor patches \n"
"Majc_ <[email protected]>\n"
" Slackware packaging\n"
"Pierre Marc Dumuid <[email protected]>\n"
" fedora defines\n"
"Mic Tamere <[email protected]>\n"
" ubuntu defines 64 bit\n"
" Defines for opensuse10.3\n"
"Philippe Schelte <[email protected]>\n"
" Defines for gentoo\n"
"Stefan Wanje\n"
" Defines for fedora14\n"
"Martin Stolpe <[email protected]>\n"
" Cmake files\n"
"Josiah Boothby ([email protected])\n"
" Defines file for slackware\n"
"James Hutchinson <[email protected]> \n"
" Minor fixes to bpmdjraw\n"
" Merged fixes for QT issues on Ubuntu64\n"
"\n"
"Donations\n"
"---------\n"
"Sam Liddicott\n"
"Camille d'Alméras\n"
;