ardour-tutorial/en/mixing-sessions/the-mixer-strip/index.html

91 lines
30 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="height=device-height,width=device-width,initial-scale=1,minimum-scale=1"><meta name=generator content="Hugo 0.98.0"><meta name=generator content="Relearn 3.4.1+tip"><meta name=description content="Elements of the mixer strip in Ardour"><title>The mixer strip :: Ardour tutorial</title><link href=/ardour-tutorial/css/nucleus.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/fontawesome-all.min.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/featherlight.min.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/perfect-scrollbar.min.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/auto-complete.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/theme.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/theme-blue.css?1652723066 rel=stylesheet id=variant-style><link href=/ardour-tutorial/css/variant.css?1652723066 rel=stylesheet><link href=/ardour-tutorial/css/print.css?1652723066 rel=stylesheet media=print><style>:not(pre)>code.copy-to-clipboard-code+span.copy-to-clipboard-button{display:none}:not(pre)>code.copy-to-clipboard-code{border-bottom-right-radius:2px;border-top-right-radius:2px;border-right-width:1px}</style><script src=/ardour-tutorial/js/variant.js?1652723066></script>
<script>var index_url="/ardour-tutorial/en/index.json",baseUriFull,root_url="/",baseUri=root_url.replace(/\/$/,'');window.T_Copy_to_clipboard="Copy to clipboard",window.T_Copied_to_clipboard="Copied to clipboard!",window.T_Copy_link_to_clipboard="Copy link to clipboard",window.T_Link_copied_to_clipboard="Copied link to clipboard!",baseUriFull="https://prokoudine.github.io/ardour-tutorial/",variants.init(["blue"])</script><script src=/ardour-tutorial/js/jquery.min.js?1652723066></script></head><body class=mobile-support data-url=/ardour-tutorial/en/mixing-sessions/the-mixer-strip/><div id=body class=default-animation><div id=sidebar-overlay></div><div id=toc-overlay></div><nav id=topbar class=highlightable><div><div class=navigation><a class="nav nav-next" href=/ardour-tutorial/en/mixing-sessions/mixing-levels/ title="Mixing levels"><i class="fas fa-chevron-right fa-fw"></i></a></div><div class=navigation><a class="nav nav-prev" href=/ardour-tutorial/en/mixing-sessions/ title="Mixing sessions"><i class="fas fa-chevron-left fa-fw"></i></a></div><div id=breadcrumbs><span id=sidebar-toggle-span><a href=# id=sidebar-toggle title=Menu><i class="fas fa-bars fa-fw"></i></a></span>
<span id=toc-menu title="Table of Contents"><i class="fas fa-list-alt fa-fw"></i></span><ol class=links itemscope itemtype=http://schema.org/BreadcrumbList><meta itemprop=itemListOrder content="Descending"><li itemscope itemtype=https://schema.org/ListItem itemprop=itemListElement><meta itemprop=position content="3"><a itemprop=item href=/ardour-tutorial/en/><span itemprop=name>Home</span></a> ></li><li itemscope itemtype=https://schema.org/ListItem itemprop=itemListElement><meta itemprop=position content="2"><a itemprop=item href=/ardour-tutorial/en/mixing-sessions/><span itemprop=name>Mixing sessions</span></a> ></li><li itemscope itemtype=https://schema.org/ListItem itemprop=itemListElement><meta itemprop=position content="1"><a itemprop=item href=/ardour-tutorial/en/mixing-sessions/the-mixer-strip/ aria-disabled=true><span itemprop=name>The mixer strip</span></a></li></ol></div><div class="default-animation progress"><div class=wrapper><nav id=TableOfContents><ul><li><a href=#mixing-tools>Mixing Tools</a></li><li><a href=#introducing-the-mixer-strip>Introducing the Mixer Strip</a></li><li><a href=#the-mixer-strip-from-top-to-bottom>The Mixer Strip from Top to Bottom</a><ul><li><a href=#overview>Overview</a></li><li><a href=#regular--narrow-modes>Regular & Narrow Modes</a></li><li><a href=#track-name-and-routing-button>Track Name and Routing Button</a></li><li><a href=#processor-box>Processor Box</a></li><li><a href=#panning>Panning</a></li><li><a href=#soloing-and-muting>Soloing and Muting</a></li><li><a href=#arm-record>Arm Record</a></li><li><a href=#fader-fadepeak-meters>Fader, Fade/Peak Meters</a></li><li><a href=#routing>Routing</a></li></ul></li><li><a href=#continuing>Continuing</a></li></ul></nav></div></div></div></nav><main id=body-inner class=highlightable><div class=flex-block-wrapper><div id=head-tags></div><article><h1>The mixer strip</h1><p><em>Mixing</em> is the process of converting multiple tracks into a stereo or a
multi-channel mix where all the instruments can be heard clearly.</p><h2 id=mixing-tools>Mixing Tools</h2><p><em>Levels</em>, <em>panning</em>, <em>equalization (EQ</em>), and <em>compression</em> are the main tools
used to achieve a good mix. In addition to these core tools, a wide range of
plugin effects can also be used to enhance the sound, such as <em>reverb</em> and
<em>delay</em>. </p><h2 id=introducing-the-mixer-strip>Introducing the Mixer Strip</h2><p>The <em>mixer strip</em> is the vertical column that contains various controls related
to signal flow. Each track and bus in Ardour has its own mixer strip. The mixer
strip is also the main tool we will use in the process of mixing our Tracks. In
this chapter, we will get a general overview of the mixer strip, with each
section described. We will also provide references to chapters containing
information specific to each aspect of the mixer strip.</p><h2 id=the-mixer-strip-from-top-to-bottom>The Mixer Strip from Top to Bottom</h2><p>Mixer strips can be accessed from both the <em>Editor</em> window and the <em>Mixer</em>
window (shortcut <strong>Alt+M</strong> to toggle between the two). Mixer strips in either
window (<em>Editor</em> or <em>Mixer</em>) mirror each other: any actions performed on a mixer
strip in the <em>Mixer</em> window will be reflected in the corresponding mixer strip
in the <em>Editor</em> window, and vice-versa. The editor window and <em>Mixer</em> window are
more fully explained in the <em>An Overview of the Interface</em> chapter. </p><p>In the <em>Editor Window</em>, you can see the mixer strip of the currently selected
track on the left side of the window. If you don&rsquo;t see it, hit <strong>Shift+E</strong> to
display the Editor&rsquo;s mixer strip.</p><h3 id=overview>Overview</h3><p>Here we see the entire mixer strip, as it would appear in either the <em>Editor</em>
window or the <em>Mixer</em> window.</p><figure><img src=en/Ardour4_Mixer_Strip_1.png alt=strip1></figure><h3 id=regular--narrow-modes>Regular & Narrow Modes</h3><p>The mixer strip can be switched between  the regular width and a more narrow
width to conserve space. The very top part of the mixer strip, pictured below,
switches between regular and narrow modes using the left button. The button with
an eye icon hides the mixer strip entirely (you can re-enable it later).</p><figure><img src=en/ardour7-narrow-wide-strip.png alt="strip top"></figure><p>You can easily spot differences between narrow and regular modes: shorter
captions on buttons, no legend for the peak meter etc.</p><h3 id=track-name-and-routing-button>Track Name and Routing Button</h3><p>Continuing from top to bottom, the next section of the mixer strip contains
three narrow regions. The first of these regions shows the name of the track
(that&rsquo;s the word &ldquo;Audio 1&rdquo; in the image below). The next region, named &ldquo;1&rdquo; in
the image below, is a button which allows access to the input routing. Please
see the <em>Understanding Routing</em> and <em>Recording Audio</em> chapters for more
information on input routing. The last narrow region controls phase reversing
(we won&rsquo;t go into details on this topic in this tutorial).</p><figure><img src=en/Ardour4_Mixer_Strip_2.png alt="strip 2"></figure><h3 id=processor-box>Processor Box</h3><p>The large black region at the bottom of this section is the <em>processor box</em>.
This is where you can add plugins, for example. The signal flow in the mixer
strip is top-to-bottom. It starts with the input on top, the topmost plugin in
the box is the first one in the effects chain, the one in the bottom is the one
applied last.</p><p>The processor box will always contain a blue fader processor. This indicates
where in the processor chain the main channel fader is located — this is the
fader shown in the lower half of the strip. Please see <em>Using Plugins</em> and
<em>Using Sends</em> for a detailed discussion of this area.</p><figure><img src=en/ardour7-inline-views-and-controls.png alt="Inline view and controls"></figure><p>There are additional views and controls possible in the processor box, as seen
on the screenshot above:</p><ol><li><p><em>Inline displays</em>. Some plugins can display a mini-overview of their
settings, e.g. an equalizer can display a preview of how various frequency bands
are affected. And some plugins are written with just this objective in mind — to
provide a quick overview of something in the mixer strip. Ardour comes with two
such plugins, an inline scope and an inline spectrogram.</p></li><li><p><em>Plugin controls</em>. It&rsquo;s possible to add controls to various plugins in a
mixer strip. That way, for the settings that you tweak most often, you don&rsquo;t
need to open a plugin&rsquo;s window every time, you can just drag a slider left and
right with your mouse or scroll the mouse wheel when hovering a control. Press
<strong>Ctrl</strong> to make smaller increments when dragging or scrolling.</p></li></ol><p>To control both these features, use <em>Controls</em> submenu in the right-click menu
of a plugin. As inline displays are enabled by default, all you can do is
disable it (and then enable back). To enable a control for a plugin, simply click on its name in the menu.</p><figure><img src=en/ardour7-plugin-controls-submenu.png alt="Controls submenu in Ardour 7"></figure><div class="box notices tip"><div class=box-label><i class="fas fa-lightbulb fa-fw"></i> Tip</div><div class=box-content><p>To enable multiple controls for a plugin, the most convenient way is to open the
right click menu, hover a control and press <strong>Spacebar</strong> on your keyboard, hover
the next control, press <strong>Spacebar</strong> again etc.</p></div></div><p>The next portion of the mixer strip includes controls for panning, record, mute,
and solo, among others.</p><h3 id=panning>Panning</h3><p>Panning commonly has to do with placement of sounds anywhere between left and
right speakers to help separating instruments from one another by placing them
in different parts of a virtual room.</p><p>Depending on the amount of channels in a track, Ardour will provide a dedicated
user interface to control panning. In the screenshot below, a mono track is on
the left and a stereo track is on the right:</p><figure><img src=en/ardour7-mono-vs-stereo-panning.png alt="Mono vs. stereo panning"></figure><p>Please refer to the <em>Panning</em> chapter for more information.</p><h3 id=soloing-and-muting>Soloing and Muting</h3><p>Tracks and busses can have two additional related states: soloing and being
muted.</p><p>Any track or bus on <em>mute</em> will be inaudible through the <em>Master</em> bus or the
<em>Audition</em>. The track mixer also contains a miniaturized <strong>Mute</strong> button, in
between the <strong>Record Arm</strong> button and the <strong>Solo</strong> button. Right-clicking on the
<strong>Mute</strong> button gives you advanced options for the behavior of the mute button.</p><figure><img src=en/ardour7-mute.png alt="Mute button in on and off states"></figure><p>When a track or a bus is <em>soloing</em>, all the other tracks and busses are
inaudible through the <em>Master</em> bus or the <em>Audition</em>, unless you solo them. So
if you need to play just two tracks out of eight, you don&rsquo;t have to mute six
other tracks, you only need to solo those two. Please note that soloing a bus
will not silence any tracks and vice-versa.</p><figure><img src=en/ardour7-solo.png alt="Solo button"></figure><p>When any track or bus is on solo, the <em>solo indicator</em> in the <em>Auxiliary
Controls</em> menu will flash red. Clicking the solo indicator while it is flashing
will deactivate every solo in the session.</p><figure><img src=en/ardour7-soloing-flash-button.png alt=Soloing></figure><h3 id=arm-record>Arm Record</h3><p>The <em>Rec</em> button arms the track for recording, as seen in the <em>Recording Audio</em> chapter.</p><figure><img src=en/ardour7-arm-rec.png alt="Arm for recording"></figure><h3 id=fader-fadepeak-meters>Fader, Fade/Peak Meters</h3><p>The most prominent control present in a mixer strip is the <em>fader</em>, used to
adjust the overall gain for the corresponding track or bus. The <em>peak meter</em>
shows the <em>peak value</em> of the selected track, and is located directly to the
right of the fader. Each peak meter consists of one <em>bar graph</em> in the case of a
mono track, and two bar graphs in case of a stereo track. The small rectangular
field above the meters shows the highest peak value that has been played on that
track so far.</p><figure><img src=en/Ardour4_Mixer_Strip_5.png alt="strip 7"></figure><p>By clicking the right-hand button at the bottom of the mixer strip (it reads
&ldquo;post&rdquo; in the image above), you will be able to select the <em>metering point</em>, for
example the direct &ldquo;in&rdquo; from the sound card, the &ldquo;pre&rdquo; Fader signal, or the
&ldquo;post&rdquo; fader signal.</p><p>As you can see in the image below, there is a smaller version of the mixer strip
in each track, called the <em>track mixer</em>, which contains a horizontal fader, a
vertical peak meter, as well as miniature buttons for arm record, mute, and
solo. They all mirror those found in the mixer strip for that track.</p><p><figure><img src=en/Ardour4_Mixer_Strip_6.png alt="strip 6"></figure> </p><p>Please refer to the chapter on <em>Mixing Levels</em> for more detailed instruction
about using the fader and peak meters.</p><h3 id=routing>Routing</h3><p>Finally, we reach the bottom of the mixer strip. Here we find the <strong>Output
Routing</strong> button, marked as &ldquo;Master&rdquo; in the earlier screenshot, because it
connects to a bus called &ldquo;Master&rdquo;. This was discussed earlier in the
<em>Understanding Routing</em> chapter.</p><h2 id=continuing>Continuing</h2><p>Now that we&rsquo;ve had a look at the main areas of the mixer strip, we can proceed
to the <em>Mixing Levels</em> chapter to see how we can start to use it.</p><p>Next: <a href=../mixing-levels>MIXING LEVELS</a></p><footer class=footline></footer></article></div></main></div><aside id=sidebar class=default-animation><div id=header-wrapper class=default-animation><div id=header class=default-animation><a id=logo href=/><svg id="Layer_1" width="92" height="80" viewBox="0 0 92 80" enable-background="new 0 0 92 80" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs6"/><path id="path6984" fill="#c61f40" d="M45.586.44-.082 79.558c3.356.0 2.828-2.382 4.417-2.382 1.681.004 1.367 1.19 2.951 1.19.814.0 1.467-.806 1.466-2.804.0-2.664.661-4.017 1.476-4.017s1.476 1.187 1.476 2.372c0 1.492.662 2.678 1.476 2.678.814.0 1.477-2.019 1.477-4.512l-.01-2.857c0-3.447.661-6.24 1.476-6.24s1.477 1.207 1.476 5.112c0 3.104.662 6.198 1.476 6.198s1.478-3.602 1.477-9.382c0-6.68.65-10.996 1.465-10.996s1.477 4.32 1.476 8.582c0 4.977.662 9.878 1.477 9.878s1.477-4.902 1.476-11.701c0-7.302.651-12.609 1.466-12.609.813.0 1.477 5.308 1.476 11.406.0 6.4.661 11.955 1.476 11.955s1.476-5.551 1.476-12.661c0-7.109.651-12.766 1.466-12.766s1.476 5.656 1.476 12.649c0 6.994.662 12.641 1.476 12.641s1.477-5.65 1.477-12.397c0-6.602.65-12.135 1.465-12.135s1.476 5.53 1.476 12.746c0 6.952.663 12.271 1.477 12.271.813.0 1.477-5.318 1.476-11.332.0-5.651.651-10.669 1.465-10.669s1.478 5.027 1.477 11.882c0 6.413.661 11.068 1.476 11.068s1.477-4.657 1.476-9.667c0-4.514.651-8.781 1.466-8.781s1.477 4.265 1.476 10.32c0 5.522.662 9.351 1.476 9.351s1.477-3.825 1.477-7.727c0-3.353.65-6.737 1.465-6.737s1.476 3.382 1.476 8.382c0 4.449.662 7.389 1.477 7.389s1.476-2.586 1.476-5.407c0-2.911.662-5.145 1.476-5.145s1.466 2.501 1.466 6.356c0 3.345.661 5.439 1.476 5.439s1.476-1.732 1.476-3.479c0-1.801.662-3.563 1.477-3.563.813.0 1.465 1.703 1.465 4.459.0 2.317.662 3.668 1.477 3.668s1.477-.941 1.477-2.034c0-1.438.661-2.098 1.476-2.098s1.466.987 1.466 2.814c0 1.44.661 2.192 1.476 2.192 1.539.0 1.331-1.917 2.951-1.929 1.773.0 1.253 2.571 2.941 2.571 1.217.0 2.159-.469 2.952-.474 1.316.0 1.408.928 4.416.928L45.588.44H45.586z" style="fill:#000"/></svg></a></div><div class="searchbox default-animation"><label for=search-by><i class="fas fa-search"></i></label>
<input data-search-input id=search-by type=search placeholder=Search...>
<span data-search-clear><i class="fas fa-times"></i></span></div><script src=/ardour-tutorial/js/lunr.min.js?1652723066></script>
<script src=/ardour-tutorial/js/auto-complete.js?1652723066></script>
<script src=/ardour-tutorial/js/search.js?1652723066></script></div><div id=homelinks class=default-animation><ul><li><a class=padding href=/ardour-tutorial/en/><i class="fas fa-home"></i> Home</a></li></ul></div><div id=content-wrapper class=highlightable><ul class=topics><li data-nav-id=/ardour-tutorial/en/introduction/ title=Introduction class=dd-item><input type=checkbox id=section-9278c07c1c4f7473c66529d5a0c6e688 class=toggle><label for=section-9278c07c1c4f7473c66529d5a0c6e688></label><a href=/ardour-tutorial/en/introduction/><b>1. </b>Introduction</a><ul><li data-nav-id=/ardour-tutorial/en/introduction/conventions/ title=Conventions class=dd-item><a href=/ardour-tutorial/en/introduction/conventions/>Conventions</a></li><li data-nav-id=/ardour-tutorial/en/introduction/what-is-digital-audio/ title="What is digital audio?" class=dd-item><a href=/ardour-tutorial/en/introduction/what-is-digital-audio/>What is digital audio?</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/getting-started/ title="Getting started" class=dd-item><input type=checkbox id=section-6ba418844f4e8ce868bfa62d1bf5b9b1 class=toggle><label for=section-6ba418844f4e8ce868bfa62d1bf5b9b1></label><a href=/ardour-tutorial/en/getting-started/><b>2. </b>Getting started</a><ul><li data-nav-id=/ardour-tutorial/en/getting-started/starting-ardour/ title="Starting Ardour" class=dd-item><a href=/ardour-tutorial/en/getting-started/starting-ardour/>Starting Ardour</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/overview-of-the-interface/ title="Overview of the Interface" class="dd-item alwaysopen"><input type=checkbox id=section-65fa48091b8ede8e5c409cc42ad6af14 class=toggle checked><label for=section-65fa48091b8ede8e5c409cc42ad6af14></label><a href=/ardour-tutorial/en/getting-started/overview-of-the-interface/>Overview of the Interface</a><ul><li data-nav-id=/ardour-tutorial/en/getting-started/overview-of-the-interface/editor-window/ title="Editor window" class=dd-item><a href=/ardour-tutorial/en/getting-started/overview-of-the-interface/editor-window/>Editor window</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/overview-of-the-interface/mixer-window/ title="Mixer window" class=dd-item><a href=/ardour-tutorial/en/getting-started/overview-of-the-interface/mixer-window/>Mixer window</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/overview-of-the-interface/recorder-window/ title="Recorder window" class=dd-item><a href=/ardour-tutorial/en/getting-started/overview-of-the-interface/recorder-window/>Recorder window</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/overview-of-the-interface/cue-window/ title="Cue window" class=dd-item><a href=/ardour-tutorial/en/getting-started/overview-of-the-interface/cue-window/>Cue window</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/getting-started/creating-tracks-and-busses/ title="Creating tracks and busses" class=dd-item><a href=/ardour-tutorial/en/getting-started/creating-tracks-and-busses/>Creating tracks and busses</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/importing-audio/ title="Importing audio" class=dd-item><a href=/ardour-tutorial/en/getting-started/importing-audio/>Importing audio</a></li><li data-nav-id=/ardour-tutorial/en/getting-started/setting-up-the-timeline/ title="Setting up the timeline" class=dd-item><a href=/ardour-tutorial/en/getting-started/setting-up-the-timeline/>Setting up the timeline</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/recording-audio/ title=Recording class=dd-item><input type=checkbox id=section-f34c0a5099ecaf52ba2ddf859ecf8564 class=toggle><label for=section-f34c0a5099ecaf52ba2ddf859ecf8564></label><a href=/ardour-tutorial/en/recording-audio/><b>3. </b>Recording</a><ul><li data-nav-id=/ardour-tutorial/en/recording-audio/recording-audio/ title="Recording audio" class=dd-item><a href=/ardour-tutorial/en/recording-audio/recording-audio/>Recording audio</a></li><li data-nav-id=/ardour-tutorial/en/recording-audio/understanding-routing/ title="Understanding routing" class=dd-item><a href=/ardour-tutorial/en/recording-audio/understanding-routing/>Understanding routing</a></li><li data-nav-id=/ardour-tutorial/en/recording-audio/routing-between-applications/ title="Routing between applications" class=dd-item><a href=/ardour-tutorial/en/recording-audio/routing-between-applications/>Routing between applications</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/ title="Editing sessions" class=dd-item><input type=checkbox id=section-ed31f397ca2ca87485e243bb5343239e class=toggle><label for=section-ed31f397ca2ca87485e243bb5343239e></label><a href=/ardour-tutorial/en/editing-sessions/><b>4. </b>Editing sessions</a><ul><li data-nav-id=/ardour-tutorial/en/editing-sessions/non-destructive-editing/ title="Non-destructive editing" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/non-destructive-editing/>Non-destructive editing</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/arranging-tracks/ title="Arranging tracks" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/arranging-tracks/>Arranging tracks</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/setting-up-time-signature/ title="Setting up time signature" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/setting-up-time-signature/>Setting up time signature</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/using-ranges/ title="Using ranges" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/using-ranges/>Using ranges</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/working-with-regions/ title="Working with regions" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/working-with-regions/>Working with regions</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/further-region-operations/ title="Further region operations" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/further-region-operations/>Further region operations</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/changing-edit-modes/ title="Changing edit modes" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/changing-edit-modes/>Changing edit modes</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/creating-looped-sections/ title="Creating looped sections" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/creating-looped-sections/>Creating looped sections</a></li><li data-nav-id=/ardour-tutorial/en/editing-sessions/stretching-shrinking-regions/ title="Stretching & shrinking regions" class=dd-item><a href=/ardour-tutorial/en/editing-sessions/stretching-shrinking-regions/>Stretching & shrinking regions</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/ title="Mixing sessions" class="dd-item parent"><input type=checkbox id=section-f5608541dea6efa7d91368337a358262 class=toggle checked><label for=section-f5608541dea6efa7d91368337a358262></label><a href=/ardour-tutorial/en/mixing-sessions/><b>5. </b>Mixing sessions</a><ul><li data-nav-id=/ardour-tutorial/en/mixing-sessions/the-mixer-strip/ title="The mixer strip" class="dd-item active"><a href=/ardour-tutorial/en/mixing-sessions/the-mixer-strip/>The mixer strip</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/mixing-levels/ title="Mixing levels" class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/mixing-levels/>Mixing levels</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/panning/ title=Panning class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/panning/>Panning</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/using-plugins/ title="Using plugins" class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/using-plugins/>Using plugins</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/using-sends/ title="Using sends" class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/using-sends/>Using sends</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/dynamics/ title=Dynamics class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/dynamics/>Dynamics</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/equalizing/ title=Equalizing class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/equalizing/>Equalizing</a></li><li data-nav-id=/ardour-tutorial/en/mixing-sessions/using-automation/ title="Using automation" class=dd-item><a href=/ardour-tutorial/en/mixing-sessions/using-automation/>Using automation</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/exporting-sessions/ title="Exporting sessions" class=dd-item><input type=checkbox id=section-c6dda4aa466f7b17965f60dcf070743f class=toggle><label for=section-c6dda4aa466f7b17965f60dcf070743f></label><a href=/ardour-tutorial/en/exporting-sessions/><b>6. </b>Exporting sessions</a><ul><li data-nav-id=/ardour-tutorial/en/exporting-sessions/exporting-a-session/ title="Exporting a session" class=dd-item><a href=/ardour-tutorial/en/exporting-sessions/exporting-a-session/>Exporting a session</a></li><li data-nav-id=/ardour-tutorial/en/exporting-sessions/exporting-a-region/ title="Exporting a region" class=dd-item><a href=/ardour-tutorial/en/exporting-sessions/exporting-a-region/>Exporting a region</a></li><li data-nav-id=/ardour-tutorial/en/exporting-sessions/exporting-a-range/ title="Exporting a range" class=dd-item><a href=/ardour-tutorial/en/exporting-sessions/exporting-a-range/>Exporting a range</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/saving-sessions/ title="Saving sessions" class=dd-item><input type=checkbox id=section-46ec353b4160a03c88cfa742af14194f class=toggle><label for=section-46ec353b4160a03c88cfa742af14194f></label><a href=/ardour-tutorial/en/saving-sessions/><b>7. </b>Saving sessions</a><ul><li data-nav-id=/ardour-tutorial/en/saving-sessions/saving-a-session/ title="Saving a session" class=dd-item><a href=/ardour-tutorial/en/saving-sessions/saving-a-session/>Saving a session</a></li><li data-nav-id=/ardour-tutorial/en/saving-sessions/saving-a-snapshot/ title="Saving a snapshot" class=dd-item><a href=/ardour-tutorial/en/saving-sessions/saving-a-snapshot/>Saving a snapshot</a></li><li data-nav-id=/ardour-tutorial/en/saving-sessions/saving-a-template/ title="Saving a template" class=dd-item><a href=/ardour-tutorial/en/saving-sessions/saving-a-template/>Saving a template</a></li></ul></li><li data-nav-id=/ardour-tutorial/en/appendices/ title=Appendices class=dd-item><input type=checkbox id=section-6750f124334d31e698d6ee9da14e5d03 class=toggle><label for=section-6750f124334d31e698d6ee9da14e5d03></label><a href=/ardour-tutorial/en/appendices/><b>8. </b>Appendices</a><ul><li data-nav-id=/ardour-tutorial/en/appendices/further-help/ title="Further help" class=dd-item><a href=/ardour-tutorial/en/appendices/further-help/>Further help</a></li><li data-nav-id=/ardour-tutorial/en/appendices/glossary/ title=Glossary class=dd-item><a href=/ardour-tutorial/en/appendices/glossary/>Glossary</a></li><li data-nav-id=/ardour-tutorial/en/appendices/credits/ title=Credits class=dd-item><a href=/ardour-tutorial/en/appendices/credits/>Credits</a></li><li data-nav-id=/ardour-tutorial/en/appendices/license/ title=License class=dd-item><a href=/ardour-tutorial/en/appendices/license/>License</a></li><li data-nav-id=/ardour-tutorial/en/appendices/how-to-contribute/ title="How to contribute" class=dd-item><a href=/ardour-tutorial/en/appendices/how-to-contribute/>How to contribute</a></li></ul></li></ul><div id=shortcuts><div class=nav-title>More</div><ul><li><a class=padding href=https://github.com/prokoudine/ardour-tutorial><i class="fab fa-fw fa-github"></i> This tutorial on GitHub</a></li><li><a class=padding href=https://ardour.org/><i class="fas fa-fw fa-home"></i> Ardour's homepage</a></li><li><a class=padding href=https://manual.ardour.org><i class="fas fa-fw fa-bookmark"></i> User manual</a></li><li><a class=padding href=https://discourse.ardour.org/><i class="fas fa-fw fa-users"></i> Forum</a></li><li><a class=padding href=/ardour-tutorial/en/appendices/credits/><i class="fas fa-fw fa-bullhorn"></i> Credits</a></li></ul></div><div class="footermargin footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showLangSwitch showFooter"></div><hr class="default-animation footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showLangSwitch showFooter"><div id=prefooter class="footerLangSwitch footerVariantSwitch footerVisitedLinks showLangSwitch"><ul><li id=select-language-container class="footerLangSwitch showLangSwitch"><a class="padding select-container"><i class="fas fa-language fa-fw"></i>
<span>&nbsp;</span><div class=select-style><select id=select-language onchange="location=baseUri+this.value"><option id=en value=/ardour-tutorial/en/mixing-sessions/the-mixer-strip/ selected>English</option></select></div><div class=select-clear></div></a></li><li id=select-variant-container class=footerVariantSwitch><a class="padding select-container"><i class="fas fa-paint-brush fa-fw"></i>
<span>&nbsp;</span><div class=select-style><select id=select-variant onchange=variants.changeVariant(this.value)><option id=blue value=blue selected>Blue</option></select></div><div class=select-clear></div></a><script>variants.markSelectedVariant()</script></li><li class=footerVisitedLinks><a class=padding href=# data-clear-history-toggle><i class="fas fa-history fa-fw"></i> Clear History</a></li></ul></div><div id=footer class="footerFooter showFooter"><p>Built with <a href=https://github.com/McShelby/hugo-theme-relearn><i class="fas fa-heart"></i></a> by <a href=https://gohugo.io/>Hugo</a></p></div></div></aside><script src=/ardour-tutorial/js/clipboard.min.js?1652723066></script>
<script src=/ardour-tutorial/js/perfect-scrollbar.min.js?1652723066></script>
<script src=/ardour-tutorial/js/featherlight.min.js?1652723066></script>
<script src=/ardour-tutorial/js/theme.js?1652723066></script></body></html>