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

150 lines
5.4 KiB
Markdown
Raw Normal View History

+++
2022-03-22 06:32:24 -04:00
title = "Editor window"
description = "Basics of Ardour's editor window"
chapter = false
2022-03-22 06:32:24 -04:00
weight = 1
#pre = "<b>1. </b>"
+++
When you create a new session, Ardour opens an empty new window called the
_Editor_ window. The _Editor_ window is the most important window in Ardour, as
this is where you arrange track, import and edit media on the timeline, and
control plugin automation for creative effects and mixing.
Let's take a look at main parts of the _Editor_ window:
{{< figure src="en/editor-window-sections.png" alt="Editor window sections" >}}
Here they are:
1. Editor-specific toolbar
2. Timeline
3. Tracks and busses
4. Project overview
5. Editor mixer strip
6. Regions, Tracks/Busses, Snapshots, Groups, Ranges, Marks
Let's overview them quickly.
## Editor-specific toolbar
### Edit Modes and Cursor Modes
![Edit Modes](en/ardour7-edit-modes-cursor-modes.png)
The _Edit Modes_ and _Cursor Modes_ controls define the behavior of the main
canvas and the different functions the cursor can have. There are three edit
modes in the drop-down menu: _Slide_, _Ripple_, and _Lock_. We will discuss them
in the [Editing sessions](../../../editing-sessions/) chapter.
To the right of the **Smart** button are the _Cursor Modes_:
- _Smart_ mode (**Y** shortcut)
- _Grab_ mode (**G** shortcut)
- _Range_ mode (**R** shortcut)
- _Cut_ mode (**C** shortcut)
- _Stretch_ mode (**T** shortcut)
- _Audition_ mode
- _Draw_ mode (**D** shortcut)
- _Internal Edit_ mode (**E** shortcut)
Most of them are discussed in the [Working With
Regions](../../../editing-sessions/working-with-regions/) section. The last two are
discussed in the **Using Automation** chapter.
The _Smart_ mode is actually a combination of _Grab_ mode and _Range_ mode. When
enabled, the mouse behaves as if it is in _Range_ mode in the upper half of a
region, and in _Grab_ mode in the lower half.
### Snap Options
![Snap](en/ardour7-snap-options-and-nudge-controls.png)
The _Snap Options_ toolbar allows selecting visible grid units that affect
snapping when editing regions and, in case of MIDI regions, their contents.
Please see the sections on
[Setting Up the Meter](../../../editing-sessions/setting-up-the-meter/),
[Using Ranges](../../../editing-sessions/using-ranges/) and
[Working With Regions](../../../editing-sessions/working-with-regions/) for more
details.
### Track View and Zoom Options
![Zoom Options](en/ardour7-view-and-zoom-options.png)
The far right part of the toolbar has track view and zoom options.
Track view options allow selecxting how many tracks to display at the same time,
and you can also shrink or expand the vertical zoom of selected tracks and
busses.
Zoom options allow incrementally zooming in and out, as well as zooming out to
show the entire project horizontally.
{{% notice tip %}}
Use the shortcuts **=** (the equal sign on your main keyboard) for zooming, and
**-** (the dash key on your main keyboard) for zooming out.
{{% /notice %}}
The drop-down menu controls the _zoom focus_. It defines the focus point of
zooming operations. Try zooming in and out with a different zoom focus each
time. For example, choosing _Playhead_ will cause zoom to behave in relation to
the position of the _Playhead_. _Mouse_ will take your current mouse position as
the reference, and so on.
## Timeline
Right-click on the names of rulers and you will see a menu with all the
possible rulers at your disposition. You may uncheck rulers that you
don't need in order to save screen space. More information on these
operations can be found in the **Setting up the Timeline** and **Setting
up the Meter** chapters.
![Ardour Overview Rulers](en/Ardour6_Overview_Rulers.png)
## Tracks and Busses
Just below the Rulers is where Tracks and Busses are displayed. In the
example below, you can see one Bus called "*Master*" and one Track
called "*MyTrack*". MyTrack also contains one region, which
represents an audio file with a drawing of its waveform. More
information on Tracks and Busses can be found in the **Creating a Track
or Bus** chapter.
![Ardour Track](en/Ardour6_Track.png)
## Project Overview
TODO
## Editor Mixer
The Editor Mixer is located at the left of the Edit Window. It displays
the **Mixer Strip** of the currently selected Track or Bus. It controls
the volume, Plugins and Routing for the Track or Bus to which it
corresponds. You can toggle to view or hide the Editor Mixer by clicking
on the menu *View* > *Show Editor Mixer* (shortcut *"Shift"* + *"E"*).
This Mixer is covered in the **Using the Mixer Strip** chapter.
![Editor Mixer](en/Ardour6_Editor_Mixer.png)
## Regions, Tracks/Busses, Snapshots, Groups, Ranges, Marks
The space on the right of Ardour's Editor Window can have 5 different
functions, depending on which tab is currently selected: **Regions**,
**Tracks/Busses**, **Snapshots**, **Track & Bus Groups**, and **Ranges
and Marks**. Regions is the tab selected by default. This part of the
Editor Window is commonly referred to as **Regions List**. Regions
represent audio files stored on the hard drive which can be dragged from
the Regions List directly onto a track in the main canvas. More
information on Regions can be found in the **Working With Regions**
chapter. The Tracks tab is covered in the **Arranging Tracks** chapter,
and Snapshots are discussed in the **Saving Snapshots** chapter.
![Region List](en/Ardour6_Region_List.png)
## Continuing
Next up is the _Mixer_ window where you control...
Next: [Mixer window](../mixer-window)