~ubuntu-branches/ubuntu/jaunty/tap-plugins/jaunty

« back to all changes in this revision

Viewing changes to doc/reverbed.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="reverbed/install.html">[ Compiling & installing ]</a>
 
32
<a href="reverbed/manual.html">[ User Manual ]</a>
 
33
</center>
 
34
</td></tr>
 
35
</table>
 
36
 
 
37
<br><br>
 
38
<font size="6"><b>TAP Reverb Editor</b></font><br>
 
39
<i>An interactive tool for room acoustics simulation</i>
 
40
 
 
41
<blockquote>
 
42
Latest version: <b>Release 0</b>
 
43
</blockquote>
 
44
 
 
45
<br>
 
46
<p>
 
47
TAP Reverb Editor is the standalone JACK counterpart of the LADSPA
 
48
plugin <a href="ladspa/reverb.html">TAP Reverberator</a>, which is
 
49
part of the TAP-plugins LADSPA plugin set.  This means that the two
 
50
programs/plugins perform the same audio processing, but they have some
 
51
advantages over each other:
 
52
</p>
 
53
 
 
54
<ul>
 
55
<li>
 
56
TAP Reverberator is a LADSPA plugin. It has limited capabilities with
 
57
regard to the user interface (besides global plugin parameters, only
 
58
the Reverb Type can be chosen; changing any internal parameter is not
 
59
possible). On the other hand, it can be automated when used in
 
60
powerful host programs such as Ardour.
 
61
</li><li>
 
62
TAP Reverb Editor is a separate JACK application. It has its own
 
63
special user interface that allows for changing any internal
 
64
parameter on-the-fly, as well as plotting the impulse response of
 
65
Reverb Types as a visual aid. On the other hand, it cannot be
 
66
automated from other programs; its main use is to allow for
 
67
developing one's own Reverb Types.
 
68
</li>
 
69
</ul>
 
70
 
 
71
<p>
 
72
Reverb Types created with this program can be easily 'exported' into
 
73
the LADSPA version. (Easily means: you have to copy two files and
 
74
re-compile TAP-plugins.) For a detailed description of this process,
 
75
please refer to the <a href="reverbed/manual.html">manual</a>.
 
76
</p>
 
77
<p>
 
78
To get satisfactory results with TAP Reverb Editor, you will need to
 
79
set your system up to run JACK well. See <a
 
80
href="http://jackit.sf.net">http://jackit.sf.net</a> for details.
 
81
</p>
 
82
<p>
 
83
This program relies on <a href="http://www.gtk.org">The GIMP
 
84
Toolkit</a> (GTK+) version 2.0. You need the GTK+-2.0 development
 
85
libraries correctly installed to be able to compile.
 
86
</p>
 
87
 
 
88
 
 
89
<br><hr>
 
90
<center>
 
91
$Id: reverbed.html,v 1.2 2004/06/22 13:36:25 tszilagyi Exp $
 
92
</center>
 
93
</body></html>