ardour-tutorial/en/editing-sessions/working-with-regions/index.html

128 lines
34 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="Selecting, splitting, moving regions in Ardour"><title>Working with regions :: 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/editing-sessions/working-with-regions/><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/editing-sessions/further-region-operations/ title="Further region operations"><i class="fas fa-chevron-right fa-fw"></i></a></div><div class=navigation><a class="nav nav-prev" href=/ardour-tutorial/en/editing-sessions/using-ranges/ title="Using ranges"><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/editing-sessions/><span itemprop=name>Editing 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/editing-sessions/working-with-regions/ aria-disabled=true><span itemprop=name>Working with regions</span></a></li></ol></div><div class="default-animation progress"><div class=wrapper><nav id=TableOfContents><ul><li><a href=#selecting-regions>Selecting Regions</a></li><li><a href=#moving-regions>Moving Regions</a></li><li><a href=#duplicating-regions>Duplicating Regions</a></li><li><a href=#using-edit-points>Using Edit Points</a></li><li><a href=#markers>Markers</a></li><li><a href=#splitting-regions>Splitting Regions</a></li><li><a href=#trimming-regions>Trimming Regions</a></li><li><a href=#deleted-regions>Deleted Regions</a></li><li><a href=#creating-fades-in-regions>Creating Fades in Regions</a></li><li><a href=#crossfading-between-two-regions>Crossfading Between Two Regions</a></li><li><a href=#using-grid-settings>Using Grid Settings</a></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>Working with regions</h1><p>Sections of audio are called <em>regions</em> in Ardour. To compose the short rhythmic
passage we&rsquo;ve been working on, we will need to know how to <em>select</em>, <em>move</em>,
<em>split</em> and <em>trim</em> these regions, as well as how to <em>fade in</em> or <em>fade out</em>
their volume and create <em>crossfades</em> between them. Some of these options may
need to happen at specific <em>edit points</em> in the composition, or according to the
musical <em>meter</em> we can define with the <em>timeline</em> and the <em>grid</em> as well.</p><h2 id=selecting-regions>Selecting Regions</h2><p>The <em>Grab</em> mode (<strong>G</strong> shortcut) is the tool to select and move objects. It is
located just below the transport menu in the <em>Editor</em> window (the little &ldquo;hand&rdquo;
icon). You will use this tool a lot in your Ardour work.</p><figure><img src=en/ardour7-grab-mode.png alt="Object Tool"></figure><p>When it is active, your mouse pointer will look like a little hand icon.</p><p>Try all of the operations below, for practice:</p><ul><li><p>Click on the waveform of the region to select it. Click and drag on a region
to move it around (left and right within the same track, but also up and down
onto other tracks).</p></li><li><p>Use <strong>Ctrl+Click</strong> to create and drag around a <em>copy</em> of the region.</p></li><li><p>You can select multiple regions by holding the <strong>Shift</strong> key while clicking
on each region you want to select.</p></li><li><p>You can also drag a selection box over multiple regions to select them all.</p></li></ul><figure><img src=en/ardour7-object-selection.png alt="object selection"></figure><ul><li><p>Move multiple regions at the same time after selecting them.</p></li><li><p>You can select several sequential regions on one track all at once by holding
down the <strong>Shift</strong> key while selecting the first and the last regions of the
sequence (copy a few regions on the same track to try this out).</p></li><li><p>When you select a single region, make sure to click on the waveform section of
its rectangle. The lower stripe with the region name is used for a different
action (see the <em>Trimming Regions</em> section below).</p></li><li><p>Use the <strong>Del</strong> key to delete selected regions.</p></li><li><p>Standard copy (<strong>Ctrl+C</strong>), cut (<strong>Ctrl+X</strong>), and paste (<strong>Ctrl+V</strong>)
operations also work with regions.</p></li></ul><h2 id=moving-regions>Moving Regions</h2><p>While moving a region, a <em>timecode</em> will appear on the screen in yellow numbers.
This timecode is the region&rsquo;s starting point on the timeline. The unit of this
timecode is the same as the unit of the primary clock, which you can change by
right-clicking on the clock and choosing a new unit (<em>Minutes:Seconds</em>,
<em>Bar:Beats</em>, etc).</p><p>You can move regions horizontally (sideways) to a different point in time on the
same track, or you can move the selected region vertically (up or down) to a
different track.</p><p>When a set of one or more regions is selected, you can move the whole set by
dragging with the mouse.</p><div class="box notices tip"><div class=box-label><i class="fas fa-lightbulb fa-fw"></i> Tip</div><div class=box-content><p>Make sure to select the region in its waveform section, because selecting the
bottom title bar area is used for a different action (see <em>Trimming Regions</em>
below).</p></div></div><h2 id=duplicating-regions>Duplicating Regions</h2><p>In addition to <strong>Ctrl+Click+Drag</strong> and standard copy/paste, Ardour offers
other handy ways to duplicate regions. Use the <em>Grab</em> mode (select/move
objects) to select one or more regions, then use the <em>Duplicate</em> function to
make one or more copies (menu <code>Regions > Duplicate</code>). Three options are
available:</p><ul><li><p><em>Duplicate</em> (shortcut <strong>Alt+D</strong>): make a copy of the selected region on
the same track, immediately after the original.</p></li><li><p><em>Multi-Duplicate</em> (shortcut <strong>Shift+D</strong>): make multiple copies of the
selected region at once (same track, in sequence). You can specify the number
of duplications.</p></li><li><p><em>Fill Track</em>: make as many copies of the selected region as needed to fill
the entire track, all the way up to the <em>End</em> marker on the timeline.</p></li></ul><p>In the following screenshot, regions have been duplicated using the methods
above.</p><figure><img src=en/Ardour4_Region_Duplicate.png alt=Duplicate></figure><h2 id=using-edit-points>Using Edit Points</h2><p>When you use the standard copy/cut/paste commands, where exactly will the
regions be pasted? The exact location is determined by the edit point
drop-down menu.</p><figure><img src=en/ardour7-edit-point-menu.png alt="Edit Point"></figure><p>If <em>Mouse</em> is selected as the edit point, the copied region will be pasted at
the current position of the mouse.</p><p>If <em>Playhead</em> is selected as the edit point, the copied region will be pasted
at the red playhead line on the same track where the original region is.</p><p>Finally, if <em>Marker</em> is selected as the edit point, then the copied region
will be pasted immediately after the currently selected <em>location marker</em>.</p><h2 id=markers>Markers</h2><p>It is very useful to be able to tag different locations in a session for later
use when editing and mixing. Ardour supports several ways for doing this. The
most common method is using <em>location markers</em>, which define specific positions
in time.</p><p>Location markers can be added to the timeline by right-clicking on the
<em>Location Markers</em> strip and selecting <em>Add New Location Marker</em>. If you don&rsquo;t
see the <em>Location Markers</em> strip, right-click on the timeline and select it to
make it visible. Location markers can also be selected with the mouse and
moved to new positions. Right-clicking on a location marker lets you rename
the marker, among other options.</p><figure><img src=en/Ardour4_Location_Marker.png alt="Location Marker"></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>When you first create a new session, two location markers are automatically
added by default. These are the <em>start</em> and <em>end</em> markers that you see in
the screenshot above. If you don&rsquo;t see the <em>end</em> marker, zoom out enough and
you will find it.</p></div></div><h2 id=splitting-regions>Splitting Regions</h2><p>To <em>split</em> a region simply means to divide a single region into two independent
regions. There are two ways of accomplishing this:</p><ul><li><p>You can use the <em>Cut</em> mode (<strong>C</strong> shortcut) to point and click anywhere you
want to split; or</p></li><li><p>You can stay in the <em>Grab</em> mode and use the <strong>S</strong> shortcut (for &ldquo;Split&rdquo;).
In this last case, the point at which a region will be split depends on the
currently selected edit point. If <em>Mouse</em> is selected as your current edit
point, select a region and place the cursor at the point you would like to
<em>Split</em>, then type <strong>S</strong>" (same as going to menu <code>Edit > Split Region</code>).</p></li></ul><figure><img src=en/Ardour4_Split_Region.png alt=Split></figure><p>After being split, the original single region becomes two independent regions,
with a new name for each, as in the image above. The two new regions are now
entirely independent. You can move and edit them separately.</p><figure><img src=en/Ardour4_Split_Region_Moved.png alt=Split></figure><p>Regions can also be split by using the playhead or a marker as the edit point.</p><p>The split regions will receive a name derived from the original name of its
parent region, and you will see this reflected in your regions list. For
example, in the image above, you see two regions called <em>pink.15</em> and <em>pink.16</em>,
which means there were split from a parent region called &ldquo;pink&rdquo; (not shown in
image).</p><div class="box notices tip"><div class=box-label><i class="fas fa-lightbulb fa-fw"></i> Tip</div><div class=box-content><p>Splitting ranges will follow your grid settings. For example, if you have an
active grid set for bars, splits will happen at the bar boundaries. If you
choose <em>No Grid</em>, splits will happen wherever the edit point is, regardless of
any grid.</p></div></div><h2 id=trimming-regions>Trimming Regions</h2><p>If you move the cursor near the left or right side edge of a region, you will
see that the pointer becomes an arrow. Click and drag inwards from either end
of the region, and the region will be shortened accordingly. This is called
<em>trimming</em> the region. Regions can be trimmed from the start of the region
(drag from left to right at the edge) or from the end (drag from right to
left).</p><p>This action is non-destructive: no audio is actually being deleted. It is as
if you were just &ldquo;hiding&rdquo; those portions of the region that you don&rsquo;t want or
don&rsquo;t need anymore. Later on, you can &ldquo;un-trim&rdquo; the region (i.e., extend it
back to its original full size), even if it has been moved or copied to a new
track.</p><figure><img src=en/Ardour4_Trimming_Regions.gif alt=Trim></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>Like splitting, trimming will obey grid settings. If you don&rsquo;t want your
trimming to be constrained to any grid, simply turn the grid off (<em>No Grid</em>).</p></div></div><h2 id=deleted-regions>Deleted Regions</h2><p>Because Ardour is non-destructive, the regions you have deleted from tracks
are not completely removed from the session. They can always be accessed again
from the region list on the far right side of the <em>Editor</em> window (Regions can
be dragged from the list onto any tracks).</p><h2 id=creating-fades-in-regions>Creating Fades in Regions</h2><p>A <em>fade</em> is a change in the volume of a region, either as the region starts or
as it ends. A fade at the start of the region is a <em>fade in</em>, and at the end
of a region it is a <em>fade out</em>. Each region has two small handles along the
top corners, which can be dragged inwards from either edge to create a fade in
or fade out. The screenshot below shows a fade in (indicated by the shaded
area).</p><figure><img src=en/Ardour4_Fades_1.png alt=Fades1></figure><p>In fact, every region has a fade in and fade out built-in. By default, the
region fade is very short and serves to avoid clicks in the transitions at
the start and end of the region. By adjusting the regions fade length as shown
above, a more gradual transition can be accomplished.</p><p>By right-clicking on one of the fades (the shaded area), the speed of the fade
can also be adjusted.</p><figure><img src=en/Ardour4_Fade_Options.png alt="Fade Options"></figure><h2 id=crossfading-between-two-regions>Crossfading Between Two Regions</h2><p>When one region fades out while another fades in, this is called a
<em>crossfade</em>. If the two regions are in different tracks, you can use the
method described above with the fade in and fade out handles. The following
screenshot shows an example.</p><figure><img src=en/Ardour4_Crossfade_1.png alt=Crossfade></figure><p>However, if both regions are in the same track, you need to overlap them in
order to create a crossfade. When regions overlap on the same track, Ardour
treats them as <em>layers</em>, that is, one of the regions is considered to be on
top of the other. The important rule to understand is:</p><p><em>The fade in (or fade out) of the topmost region represents the crossfade
between the two regions.</em></p><p>Once you understand this principle, it&rsquo;s easy to create and control crossfades
between regions. Here&rsquo;s an example. The two separate regions seen below will
be made to overlap in order to create a crossfade.</p><p><figure><img src=en/Ardour4_Crossfade_2.png alt=Crossfade2></figure> </p><p>Note that we did not add any extra fade out to the first region, but we did
add a longer fade in to the second region. Then we drag the second region
partly on top of the first:</p><figure><img src=en/Ardour4_Crossfade_3.png alt=Crossfade3></figure><p>The fade in of the second region works now as the crossfade between the two
regions. In other words, the first region will fade out in a mirror image way
as the second region fades in.</p><p>In order for this to work, though, we need to make sure that the region that
has the desired fade is <em>on top</em> in Ardour&rsquo;s layering system. In order to
change layering of regions, select a region and go to the menu <code>Region > Layering</code>.</p><figure><img src=en/ardour7-crossfade-4.png alt=Crossfade4></figure><p>The difference may be hard to hear if you are doing this with the very short
percussive sounds we imported earlier. To really hear the effect, import a
couple of longer samples to try it out (for example, a sample of rain sounds,
and another of a human voice). Overlap several seconds of your long samples on
the same track. You will hear the difference as you move the second region to
the bottom (<em>Lower to Bottom</em>), and then back to top (<em>Raise to Top</em>). When
it&rsquo;s on top, we will hear the desired crossfade. When it&rsquo;s at the bottom, we
will hear no crossfade, just an abrupt change from first to second region
(assuming your first region has no fade out specified, as in the screenshots
above).</p><h2 id=using-grid-settings>Using Grid Settings</h2><p>Experiment with the <em>Grid Mode</em> setting, as discussed in the <em>Setting Up the
Timeline</em> chapter, to give different kinds of quantization — in other
words, to constrain the boundaries of each region to certain grid points.
Here, the grid has been activated and set to <em>Beats/16</em>, to quantize the
regions to sixteenth notes within each bar. You may wish to trim the endpoints
of some of the samples, as discussed above, to fit within the metric structure
you have set up.</p><figure><img src=en/ardour7-beat.png alt=Beat></figure><h2 id=continuing>Continuing</h2><p>In the next chapter, we will explore a few more things you can do with regions</p><p>Next: <a href=../further-region-operations>FURTHER REGION OPERATIONS</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 parent"><input type=checkbox id=section-ed31f397ca2ca87485e243bb5343239e class=toggle checked><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 active"><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><input type=checkbox id=section-f5608541dea6efa7d91368337a358262 class=toggle><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><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/editing-sessions/working-with-regions/ 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>