ardour-tutorial/content/getting-started/overview-of-the-interface/mixer-window/index.en.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2022-03-22 06:32:24 -04:00
+++
title = "Mixer window"
2022-03-23 02:54:27 -04:00
description = "Basics of Ardour's Mixer window"
2022-03-22 06:32:24 -04:00
chapter = false
weight = 2
#pre = "<b>1. </b>"
+++
2022-03-30 03:43:07 -04:00
<!-- There are 3 ways to switch to the _Mixer_ window:
2022-03-22 06:32:24 -04:00
2022-03-30 03:43:07 -04:00
1. The **Mix** button in the window switcher in the top right corner of Ardour's
window
2. `Window > Mixer > Show Mixer` in the main menu.
3. The **Alt+M** shortcut. -->
2022-03-23 02:54:27 -04:00
The main function of the _Mixer_ window is to display all the mixer strips for
2022-03-30 03:43:07 -04:00
the various tracks and busses side by side for easy reference and finetuning.
This window is mainly used during the _mixing_ process where you distribute
instruments across the virtual room and process them with effects to stand out
in a mix. It also provides access to plugins and routing features. Please see
the chapters on [understanding
2022-03-23 02:54:27 -04:00
routing](en/recording-audio/understanding-routing/),
[mixing](en/mixing-sessions/mixing-levels/), and [using
plugins](en/mixing-sessions/using-plugins/) for details.
2022-03-22 06:32:24 -04:00
2022-03-30 03:43:07 -04:00
The user interface of a virtual mixing console largely resembles that of a
physical mixing console where you have mixer channels with gain control and a
signal meter.
2022-03-23 02:54:27 -04:00
![Mixer Window](en/mixer-window-sections.png)
2022-03-22 06:32:24 -04:00
2022-03-23 02:54:27 -04:00
The _Mixer_ window has 3 larger sections:
2022-03-22 06:32:24 -04:00
2022-03-23 02:54:27 -04:00
1. Left sidebar with a list of favorite plugins, visibility control for mixer
strips, and a track/bus groups manager
2. Mixer strips for tracks and busses, including a master bus that the final
signal usually travels through
3. Optional _Monitor Section_ with features like _Pre/After Fade Listen_,
_Exclusive Solo_ etc.
2022-03-22 06:32:24 -04:00
2022-03-23 02:54:27 -04:00
## Continuing
In the next section we'll take a quick look at the _Recorder_ window that is
streamlined for launching and controlling the recording of multiple tracks at
the same time.
2022-03-30 03:43:07 -04:00
Next: [Recorder window](../recorder-window)