-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS
69 lines (52 loc) · 3.06 KB
/
CREDITS
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
The author would like to thank the following people for their help,
support, comments, suggestions, patches etc.
If you discover yourself in the following list and would like to
remain nameless instead, please write to the author.
In no particular order:
Anand Kumria <[email protected]> constantly maintains a Debian
package of this software.
As the author of the lrdf library, Steve Harris <[email protected]>
was kind enough to take a look at the RDF file describing these
plugins.
Alexander Koenig <[email protected]> discovered that the AutoPanner (and
Tremolo) didn't work at very small frequency values, and sent a patch
that became the base of the solution.
Forrest Cook <[email protected]> suggested implementing an AutoPanner as a
new TAP-plugin.
Nick Lamb <[email protected]> suggested using his Demolition
[http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/] program to
sanity-check the TAP-plugins. Demolition proved essential, a must for
any LADSPA plugin developer. It revealed bugs and LADSPA
non-conformancies too many to mention in the TAP-plugins code, which
could be fixed easily this way.
Linium <[email protected]> discovered a bug in EQ and EQ-BW:
the plugins reinitialized themselves on each transport stop, which
resulted in the effect disappearing after every STOP->PLAY.
As a main Ardour developer, Taybin Rutkin <[email protected]>
implemented using RDF metadata to generate drop-down lists in LADSPA
plugin GUIs in Ardour. This made it much easier to create good-looking
and easy to use plugins; in particular TAP Reverberator and TAP
Dynamics are among the "big winners".
Luke Yelavich <[email protected]> sent a patch that cleaned up the
Makefile a bit by introducing the variables CFLAGS and LDFLAGS.
Jan Depner <[email protected]> suggested implementing some kind
of doubler plugin, and he gave me useful pointers about the Midpoint
Displacement Algorithm with which a semi-random series of numbers
following a fractal pattern can be generated. Without him, the TAP
Fractal Doubler would have never been written. He also helped a lot
with the CPU runaway problems in TAP Reverberator, by reporting the
problem and trying out my solutions.
Maarten Maathuis <[email protected]> contributed the Bauer
stereophonic-to-binaural DSP plugin. NOTE: this plugin only existed in
CVS between releases 0.7.0 and 0.7.1; it has been agreed to be removed
from TAP-plugins and released separately.
Damon Chaplin <[email protected]> tracked down issues that
caused problems on 64-bit machines, found uninitialised variables via
Valgrind, and also pinned down long lurking denormal issues. Thanks!
Taku Yamamoto <[email protected]> investigated a buffer boundary
related bug in Scaling Limiter and provided a patch solving the problem.
And, of course, special thanks to the Ardour [https://ardour.org/] and
JACK [http://jackaudio.org/] development teams for their tireless
efforts in creating one of the best Linux audio engineering platforms
(and besides that, the recommended host for these plugins).
TAP-plugins aims to be a very small contribution to this effort.