Meterbridge: add initital documentation

This commit is contained in:
Alexandre Prokoudine 2022-07-27 18:49:35 +03:00 committed by Paul Davis
parent bd2bed0319
commit b4372d815d
3 changed files with 70 additions and 0 deletions

62
include/meterbridge.html Normal file
View File

@ -0,0 +1,62 @@
<p>
Meterbridge is a compact view of all meters in a session. It is designed
to assist for large recording sessions, particularly live recording where
the amount of mics is too large to get a good overview of the entire session
in either the <kbd class="window">Mixer</kbd> or the
<kbd class="window">Recorder</kbd> window.
</p>
<figure>
<img style="width:50%;" src="/images/meterbridge.png" alt="Meterbridge window">
<figcaption>
Meterbridge window
</figcaption>
</figure>
<p>
By default, the Meterbridge window displays a meter per each track with
the track's name at the bottom and allows resetting the meter's peak
as well as arm a track for recording.
</p>
<p>
Each meter has a right-click menu to select the type of the meter.
Just like in the mixer channel view, tracks and regular audio busses default
to <kbd class="option">Peak (+6&nbsp;dBFS)</kbd> and the master bus defaults
to <kbd class="option">K14 (RMS)</kbd>. It's also possible to set the same
meter type to all same-type tracks.
</p>
<p>
Additionally, it's possible to select the height of the track name panel
by right-clicking above it and selecting one of the options going from
Short to Venti (which is a coffee cup size reference).
</p>
<p>
Just like in the usual mixer channel view,
the <kbd class="button">Arm for Recording</kbd> button has a right-click
menu to enable rec-safe mode to avoid accidental recording to a track
of choice.
</p>
<p>
The set of readily available controls can be customized per each session
on the <kbd class="window">Meterbridge</kbd> page of the
<kbd class="window">Session Properties</kbd> dialog.
</p>
<p>
Additional controls include:
</p>
<ul>
<li>Mute button</li>
<li>Solo button</li>
<li>Monitor buttons</li>
<li>Fader as a gain knob</li>
</ul>
<p>
It's also possible to toggle visibility of MIDI tracks, busses,
and the master bus.
</p>

View File

@ -1658,6 +1658,14 @@ uri: meters
part: subchapter
---
---
title: Meterbridge
include: meterbridge.html
link: meterbridge
uri: meterbridge
part: subchapter
---
---
title: Signal Routing
include: signal-routing.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB