]> Shamusworld >> Repos - ardour-manual/blob - include/bundled-plugins-utilities.html
Add initital revision of docs for bundled instruments and utilities
[ardour-manual] / include / bundled-plugins-utilities.html
1
2 <h2 id="ace-amplifier">ACE Amplifier</h2>
3
4 <p>
5   This plugin can adjust gain by +/- 20dB anywhere in the processor box.
6   It's typically useful in scenarios where a plugin's output needs to be
7   adjusted, but the plugin does not provide its output level control.
8 </p>
9
10 <p>
11   <em>Gain</em> is the only available setting. It can be set in the generic
12   plugin editor dialog or adjusted on the respective automation lane.
13 </p>
14
15 <!-- <h2 id="ace-a-b-switch">ACE A/B Switch</h2>
16
17 <p>Automatable A/B Input Select. Channels grouped:
18 Mono out:  In 1/2 -&gt; Out 1
19 Stereo out: In 1/3 -&gt; Out 1, In 2/4 -&gt; Out 2
20 Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&gt; Out 4</p>
21
22 <h2 id="ace-cross-fade">ACE Cross Fade</h2>
23
24 <p>Automatable Crossfade. Channels are grouped:
25 Mono out:  In 1/2 -&gt; Out 1
26 Stereo out: In 1/3 -&gt; Out 1, In 2/4 -&gt; Out 2
27 Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&gt; Out 4</p> -->
28
29 <h2 id="ace-mute">ACE Mute</h2>
30
31 <p>
32   This plugin can mute the signal anywhere in the processing chain as opposed
33   to automating the mute state of the track that works on all processed audio
34   only. Using <em>ACE Mute</em> in the very beginning of the signal chain means
35   that in the muted state no signal is processed by plugins further in the
36   processing chain.
37 </p>
38
39 <p>
40   <em>ACE Mute</em> has no settings. All user interaction happens
41   in the dedicated automation lane:
42 </p>
43
44 <figure>
45   <img style="width:50%;" src="/images/a-mute-example.png" alt="Using ACE Mute">
46   <figcaption>
47     Using ACE Mute
48   </figcaption>
49 </figure>
50
51 <p>
52   Ardour also ships with a variation of <em>ACE Mute</em> called
53   <em>ACE Slow Mute</em> that applies a 1 second long fade out/in before/after
54   the muting.
55 </p>
56
57 <h2 id="voice-level-activate">Voice/Level Activate</h2>
58
59 <p>
60   This plugin rolls the transport when the signal level on the plugin's input
61   exceeds a user-defined level. A common scenario where this is helpful is
62   recording in a home studio where an instrument or a vocal mic is at a distance
63   from the computer. Arming a track for recording, toggling recording mode, then
64   clapping in front of a mic or plucking a string will roll the transport and
65   start recording to a track of choice.
66 </p>
67
68 <figure>
69   <img style="width:50%;" src="/images/voice-level-activate.png" alt="Voice/Level Activate">
70   <figcaption>
71     Voice/Level Activate
72   </figcaption>
73 </figure>
74
75 <p>
76   The only configurable setting is the input level threshold.
77 </p>