2022-03-21 06:01:55 -04:00
|
|
|
+++
|
2022-03-22 06:32:24 -04:00
|
|
|
title = "Editor window"
|
|
|
|
description = "Basics of Ardour's editor window"
|
2022-03-21 06:01:55 -04:00
|
|
|
chapter = false
|
2022-03-22 06:32:24 -04:00
|
|
|
weight = 1
|
2022-03-21 06:01:55 -04:00
|
|
|
#pre = "<b>1. </b>"
|
|
|
|
+++
|
|
|
|
|
2022-03-23 05:40:55 -04:00
|
|
|
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
|
2022-03-28 07:38:56 -04:00
|
|
|
this is where you arrange track, import and edit media on the timeline, and
|
|
|
|
control plugin automation for creative effects and mixing.
|
2022-03-23 05:40:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
Let's take a look at main parts of the _Editor_ window:
|
2022-03-23 05:40:55 -04:00
|
|
|
|
|
|
|
{{< 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
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
### Edit Modes and Cursor Modes
|
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
![Edit Modes](en/ardour7-edit-modes-cursor-modes.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
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.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
To the right of the **Smart** button are the _Cursor Modes_:
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
- _Smart_ mode (**Y** shortcut)
|
|
|
|
- _Grab_ mode (**G** shortcut)
|
|
|
|
- _Range_ mode (**R** shortcut)
|
|
|
|
- _Cut_ mode (**C** shortcut)
|
|
|
|
- _Stretch_ mode (**T** shortcut)
|
2022-03-23 05:40:55 -04:00
|
|
|
- _Audition_ mode
|
2022-03-28 07:38:56 -04:00
|
|
|
- _Draw_ mode (**D** shortcut)
|
|
|
|
- _Internal Edit_ mode (**E** shortcut)
|
2022-03-23 05:40:55 -04:00
|
|
|
|
|
|
|
Most of them are discussed in the [Working With
|
2022-03-30 03:06:16 -04:00
|
|
|
Regions](../../../editing-sessions/working-with-regions/) section. The last two
|
|
|
|
are discussed in the **Using Automation** chapter.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
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.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
### Snap Options
|
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
![Snap](en/ardour7-snap-options-and-nudge-controls.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
The _Snap Options_ toolbar allows selecting visible grid units that affect
|
|
|
|
snapping when editing regions and, in case of MIDI regions, their contents.
|
2022-03-30 03:06:16 -04:00
|
|
|
|
|
|
|
Here is a comparison between 1 bar grid, 1/8 note grid and 1/32 note grid:
|
|
|
|
|
|
|
|
![1-bar grid, 1/8 note and 1/32 note grid](en/ardour7-snapping-1-bar-to-1-32-note.png)
|
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
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.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
### Track View and Zoom Options
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
![Zoom Options](en/ardour7-view-and-zoom-options.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
The far right part of the toolbar has track view and zoom options.
|
|
|
|
|
2022-03-30 03:06:16 -04:00
|
|
|
Track view options allow selecting how many tracks to display at the same time,
|
2022-03-28 07:38:56 -04:00
|
|
|
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.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
{{% 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 %}}
|
|
|
|
|
2022-03-28 07:38:56 -04:00
|
|
|
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.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-23 05:40:55 -04:00
|
|
|
## Timeline
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-30 03:06:16 -04:00
|
|
|
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](../../setting-up-the-timeline/) and [Setting Up the
|
|
|
|
Meter](../../../editing-sessions/setting-up-the-meter/) chapters.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
![Ardour Overview Rulers](en/Ardour6_Overview_Rulers.png)
|
|
|
|
|
2022-03-23 05:40:55 -04:00
|
|
|
## Tracks and Busses
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-29 13:49:10 -04:00
|
|
|
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](../../creating-tracks-and-busses/) chapter.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
![Ardour Track](en/Ardour6_Track.png)
|
|
|
|
|
2022-03-23 05:40:55 -04:00
|
|
|
## Project Overview
|
|
|
|
|
2022-03-29 13:49:10 -04:00
|
|
|
This is a bird's-eye view of the entire session.
|
|
|
|
|
|
|
|
{{< figure src="en/ardour7-overview-panel.png" alt="Project overview" >}}
|
|
|
|
|
2022-03-29 21:57:13 -04:00
|
|
|
There are two major use cases here:
|
2022-03-29 13:49:10 -04:00
|
|
|
|
|
|
|
1. Navigating around the project. Just grab the rectangle and drag it around to
|
|
|
|
pan over the entire project.
|
|
|
|
|
2022-03-29 21:57:13 -04:00
|
|
|
2. Tweaking zoom and position of the visible part of the project. Grab the left
|
|
|
|
or the right side of the visible rectangle's border and drag it inwards or
|
|
|
|
outwards to zoom in or out respectively.
|
2022-03-23 05:40:55 -04:00
|
|
|
|
|
|
|
## Editor Mixer
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-03-29 21:57:13 -04:00
|
|
|
The Editor Mixer is located at the left of the _Editor_ window. It displays the
|
|
|
|
mixer strip of the currently selected track or bus. It's mainly used to control
|
|
|
|
the volume, plugins, and routing for the track or the bus to which it
|
|
|
|
corresponds. You can toggle to view or hide the _Editor Mixer_ by clicking on
|
|
|
|
the menu `View > Show Editor Mixer` (**Shift + E** shortcut). This Mixer is
|
|
|
|
covered in the [Using the Mixer Strip](../mixing-sessions/the-mixer-strip/)
|
|
|
|
chapter.
|
|
|
|
|
|
|
|
{{< figure src="en/Ardour6_Editor_Mixer.png" alt="Editor Mixer" height="50%" >}}
|
|
|
|
|
|
|
|
## Editor List
|
|
|
|
|
|
|
|
The space on the right of Ardour's _Editor_ window can have 7 different
|
|
|
|
functions, depending on which tab is currently selected: _Tracks & Busses_,
|
|
|
|
_Sources_, _Regions_, _Clips_, _Snapshots_, _Track & Bus Groups_, and _Ranges &
|
|
|
|
Marks_.
|
|
|
|
|
|
|
|
![Sources List](en/ardour7-sources-list.png)
|
|
|
|
|
|
|
|
- _Tracks & Busses_ provides an overview of all tracks and busses in the
|
|
|
|
project, including the invisible ones. This tab is covered in the
|
2022-03-30 03:06:16 -04:00
|
|
|
[Arranging Tracks](../../../editing-sessions/arranging-tracks/) chapter
|
2022-03-29 21:57:13 -04:00
|
|
|
- _Sources_ lists all files on the disk imported to the session.
|
|
|
|
- _Regions_ is a list of all takes in the session. You can reuse both sources
|
2022-03-30 03:06:16 -04:00
|
|
|
and regions by dragging them onto the canvas. You'll find more information on
|
|
|
|
regions in the [Working With
|
|
|
|
Regions](../../../editing-sessions/working-with-regions/) chapter.
|
2022-03-29 21:57:13 -04:00
|
|
|
- _Snapshots_ are versions of the same session saved at particular moments in
|
2022-03-30 03:06:16 -04:00
|
|
|
time, they are discussed in the [Saving a
|
|
|
|
Snapshot](../../../saving-sessions/saving-a-snapshot/) chapter.
|
2022-03-29 21:57:13 -04:00
|
|
|
- _Ranges and Marks_ is an overview of all markers in the project, with an easy
|
2022-03-30 03:06:16 -04:00
|
|
|
user interface to edit them.
|
2022-03-23 05:40:55 -04:00
|
|
|
|
|
|
|
## Continuing
|
|
|
|
|
2022-03-30 03:06:16 -04:00
|
|
|
Next up is the _Mixer_ window where you focus on making instruments stand out in
|
|
|
|
a song.
|
2022-03-23 05:40:55 -04:00
|
|
|
|
|
|
|
Next: [Mixer window](../mixer-window)
|