~ubuntu-branches/ubuntu/gutsy/tap-plugins/gutsy

« back to all changes in this revision

Viewing changes to doc/ladspa/releases.html

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-10-31 18:45:50 UTC
  • Revision ID: james.westby@ubuntu.com-20051031184550-80syq495jzgad34r
Tags: 0.7.0-2
* Include documentation (Closes: #303230)
* Revert change to biquad_run function (Closes: #315575)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
 
 
5
<head>
 
6
<title>TAP-plugins</title>
 
7
<meta name="generator" content="GNU Emacs 21.2.1">
 
8
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
9
<meta name="description" content="Tom's Audio Processing plugins for
 
10
audio engineering on the Linux platform.">
 
11
<meta name="keywords" content="TAP-plugins TAP Reverb Editor
 
12
Reverberator Equalizer EQ Vibrato Tremolo Echo Tom Szilagyi LADSPA
 
13
JACK Plugin Linux Audio">
 
14
<meta name="author" content="Tom Szilagyi">
 
15
</head>
 
16
 
 
17
<body bgcolor=#ffffff>
 
18
<table cellpadding="5" cellspacing="0" border="0" bgcolor=#ffffc0 width="100%">
 
19
<tr><td>
 
20
<font size="+2" color=#004060><b>TAP</b>-plugins</font><br>
 
21
<font color=#004060>Tom's Audio Processing plugins</font><br>
 
22
<font size="-1" color=#004060><i>for audio engineering on the Linux platform</i></font>
 
23
</td><td>
 
24
<center>
 
25
<a href="../index.html">[ Home ]</a>
 
26
<a href="../ladspa.html">[ LADSPA plugins ]</a>
 
27
<a href="../reverbed.html">[ TAP Reverb Editor ]</a>
 
28
</center>
 
29
<hr>
 
30
<center>
 
31
<a href="releases.html">[ Releases ]</a>
 
32
<a href="cvs.html">[ CVS ]</a>
 
33
<a href="general.html">[ General Info ]</a>
 
34
<a href="manuals.html">[ Plugin Manuals ]</a>
 
35
</center>
 
36
</td></tr>
 
37
</table>
 
38
 
 
39
<h1>Releases</h1>
 
40
<p>
 
41
Please go to the <a
 
42
href="http://sourceforge.net/projects/tap-plugins">SourceForge project
 
43
page</a> to download tarball releases listed in the following table.
 
44
</p>
 
45
 
 
46
<table cellspacing="0" cellpadding="5" border="1">
 
47
<tr><th>version</th><th>date</th><th>comments</th></tr>
 
48
 
 
49
<tr><td valign="top">
 
50
0.7.0
 
51
</td><td valign="top">
 
52
2004-08-17
 
53
</td><td>
 
54
Added new plugins TAP Chorus/Flanger, TAP Sigmoid Booster
 
55
and TAP TubeWarmth.<br>
 
56
Fixed denormal FP problem leading to runaway CPU usage in TAP Stereo
 
57
Echo.<br>
 
58
</td></tr>
 
59
 
 
60
<tr><td valign="top">
 
61
0.6.0
 
62
</td><td valign="top">
 
63
2004-06-22
 
64
</td><td>
 
65
Added new plugins TAP Fractal Doubler, TAP Pink/Fractal Noise
 
66
and TAP Reflector.<br>
 
67
Enhanced the internal workings of TAP Reverberator to result in much
 
68
better reverb sound.<br>
 
69
Fixed CPU runaway problems in TAP Reverberator and TAP Dynamics (Mono
 
70
& Stereo).<br>
 
71
Added new Reverb Types: Ambience, Ambience (Thick), Ambience (Thick) -
 
72
HD, Cathedral, Cathedral - HD.<br>
 
73
Complete website/docs redesign, now downloadable as a separate package.
 
74
</td></tr>
 
75
 
 
76
<tr><td valign="top">
 
77
0.5.0
 
78
</td><td valign="top">
 
79
2004-05-01
 
80
</td><td>
 
81
Added TAP Dynamics (Mono & Stereo).<br>
 
82
Ardour now supports drop-down lists in plugin GUIs, so there are
 
83
no more long port labels.<br>
 
84
Minor fixes, improvements, new screenshots ;-)
 
85
</td></tr>
 
86
 
 
87
<tr><td valign="top">
 
88
0.4.2
 
89
</td><td valign="top">
 
90
2004-03-03
 
91
</td><td>
 
92
TAP Deesser's Monitor control didn't work, apparently because
 
93
my awesome out-of-range protection applied to that input
 
94
didn't let anything but zero get through due to a typo in the
 
95
source. Sigh.
 
96
</td></tr>
 
97
 
 
98
<tr><td valign="top">
 
99
0.4.1
 
100
</td><td valign="top">
 
101
2004-03-03
 
102
</td><td>
 
103
Added TAP Equalizer/BW, which is identical to TAP Equalizer but
 
104
provides separate controls to set the bandwidth of each EQ band
 
105
filter.<br>
 
106
Fixed yet another crashing bug in TAP Reverberator (which appears
 
107
to be introduced upon fixing the previous crashing bug).<br>
 
108
</td></tr>
 
109
<tr><td valign="top">
 
110
0.4.0
 
111
</td><td valign="top">
 
112
2004-02-21
 
113
</td><td>
 
114
Added new plugins TAP Pitch Shifter, TAP Rotary Speaker and TAP
 
115
Vibrato.<br>
 
116
Fixed crashing bug in TAP Reverberator (the bug appeared with hosts
 
117
that
 
118
call <code>activate()</code> before <code>connect_port()</code>).<br>
 
119
Fixed lock-up bug in TAP DeEsser (the bug appeared when an input
 
120
sample had +/- INF value).<br>
 
121
Various smaller bugfixes (almost every plugin locked up when control
 
122
input values of +/- INF were appiled).<br>
 
123
</td></tr>
 
124
 
 
125
<tr><td valign="top">
 
126
0.3.0
 
127
</td><td valign="top">
 
128
2004-02-04
 
129
</td><td>
 
130
Added new plugins TAP AutoPanner and TAP DeEsser.<br>
 
131
Changed TAP Tremolo code to compute and store the cosine
 
132
table only once on library loading, not for every
 
133
instance.<br>
 
134
Changes were made to the memory management of TAP Limiter.<br>
 
135
</td></tr>
 
136
<tr><td valign="top">
 
137
0.2.0
 
138
</td><td valign="top">
 
139
2004-01-28
 
140
</td><td>
 
141
Added new plugin TAP Scaling Limiter.<br>
 
142
Added Bode diagram to the TAP Equalizer manual.<br>
 
143
Changed versioning from <i>x</i>.<i>y</i>-<i>z</i> to
 
144
<i>x</i>.<i>y</i>.<i>z</i> to fit better in
 
145
Debian, Gentoo and such distributions.<br>
 
146
Moved project to SourceForge.net on 2004-01-29.
 
147
Minor changes to HTML page.
 
148
Changed name from TAP to TAP-plugins.
 
149
</td></tr>
 
150
 
 
151
<tr><td valign="top">
 
152
0.1-1
 
153
</td><td valign="top">
 
154
2004-01-25
 
155
</td><td>
 
156
Added RDF support in the form of an <code>.rdf</code> file
 
157
describing the plugins. Hosts that obey RDF metadata should
 
158
have less difficulties displaying plugin GUIs. [1]
 
159
</td></tr>
 
160
 
 
161
<tr><td valign="top">
 
162
0.1-0
 
163
</td><td valign="top">
 
164
2004-01-24
 
165
</td><td>
 
166
Initial release. Available plugins: TAP Equalizer, TAP Reverberator,
 
167
TAP Stereo Echo and TAP Tremolo. [1]
 
168
</td></tr>
 
169
 
 
170
</table>
 
171
 
 
172
<p>
 
173
[1] These versions are no more available since they were released
 
174
before this project moved to SourceForge, and the author sees no
 
175
point in keeping outdated versions around.
 
176
</p>
 
177
 
 
178
 
 
179
<h2>Packages for various distributions</h2>
 
180
 
 
181
<ul>
 
182
<li>
 
183
<a href="mailto:akumria@debian.org">Anand Kumria</a> maintains a <a
 
184
href="http://packages.debian.org/unstable/sound/tap-plugins">Debian
 
185
package</a> of this software.
 
186
</li><li>
 
187
RPM packages are available from <a
 
188
href="http://ccrma-www.stanford.edu/planetccrma/software/ladspaworld.html">Planet
 
189
CCRMA</a>.
 
190
</li><li>
 
191
RPMs are also available for the Mandrake Linux distribution from <a
 
192
href="http://rpm.nyvalls.se">Thac's collection</a>. Please follow the
 
193
link to the "Sound" section after choosing this link.
 
194
</li>
 
195
<li>
 
196
There are also <a
 
197
href="http://www.gentoo-portage.com/browse-program.php?program=6350">
 
198
eBuilds</a> for the Gentoo Linux distribution.
 
199
</li>
 
200
</ul>
 
201
 
 
202
<blockquote>
 
203
<b>Request to package maintainers:</b> If you would like to include
 
204
TAP-plugins in your distro, or provide packages of some format on your
 
205
own decision, just go ahead. However, when you have made a package of
 
206
TAP-plugins publicly available, please notify me so I can include your
 
207
distribution (and you as well, if you want it) in the above list. To
 
208
do so, please send me the URL where your package is available
 
209
(possibly a sub-page of your distro's online package browser, or your
 
210
own package collection), along with your name and email address (if
 
211
your mail headers don't tell it all). Thank you.  </blockquote>
 
212
 
 
213
 
 
214
<br><hr>
 
215
<center>
 
216
$Id: releases.html,v 1.3 2004/08/17 13:05:16 tszilagyi Exp $
 
217
</center>
 
218
</body></html>