ardour-tutorial/content/editing-sessions/arranging-tracks/index.en.md

69 lines
2.6 KiB
Markdown
Raw Normal View History

+++
title = "Arranging tracks"
description = "How to organize regions on the timeline in Ardour"
chapter = false
weight = 2
+++
2022-04-01 20:58:54 -04:00
In the following chapters we will use Ardour to create a short rhythmic passage
using several drumkit samples.
2022-04-03 05:08:23 -04:00
We will continue working on this passage in later tutorials, such as _Working
with Regions_ and _Creating Looped Sections_. We assume that you have read
the chapters in the _Getting Started_ section already, and are familiar with
_Importing Audio_, _Tracks_, and the _Timeline_.
2022-04-01 20:58:54 -04:00
## Importing Samples
2022-04-01 20:58:54 -04:00
The first step is to add some sounds, which is discussed at length in the
2022-04-03 05:08:23 -04:00
_Importing Audio_ chapter. Here, we are using the _Add existing media_
2022-04-01 20:58:54 -04:00
dialog (**Ctrl + I**) to import some drumkit samples as regions. The samples
used in this tutorial were obtained from a sample pack from the
2022-04-03 05:08:23 -04:00
[freesound.org](http://www.freesound.org/) website (the
[Nord Drum Mini Kit](https://freesound.org/people/menegass/packs/10430/) sample
pack).
{{< figure alt="FS1" src="en/ardour7-freesound-1.png" >}}
2022-04-01 20:58:54 -04:00
After importing a few sounds from the downloaded sample pack (bass drum, snare,
2022-04-03 05:08:23 -04:00
hi-hat, clap), our session looks like this (in this case we used the _Add files
as new tracks_ option, and inserted _at session start_. The drumkit samples
2022-04-01 20:58:54 -04:00
appear as new individual tracks in the _Editor_ window, each with the name of the
audio file used. If the file names are too long or obscure, you may want to
rename your tracks for clarity.
{{< figure alt="FS2" src="en/ardour7-freesound-2.png" >}}
2022-04-01 20:58:54 -04:00
## Organizing the Tracks
2022-04-03 05:08:23 -04:00
Let's rename the tracks so we can quickly see the location of each instrument.
To do that, double-click on the track name to edit it.
{{< figure alt="FS3" src="en/ardour7-freesound-3.png" >}}
2022-04-01 20:58:54 -04:00
You may also wish to rearrange the order of the tracks from top to bottom in the
2022-04-03 05:08:23 -04:00
editor window. Do that by clicking the _Tracks & Busses_ tab at the far right
2022-04-01 20:58:54 -04:00
of the _Editor_ window and drag-and-dropping the tracks in the order you want.
{{< figure alt="FS4" src="en/ardour7-freesound-4.png" >}}
Another option to rearrange tracks is to select a track and use **Ctrl+Arrow
Up/Down** shortcut to move it up or down.
{{% notice tip %}}
You can also use the V check boxes in this tab to view or hide
2022-04-03 05:08:23 -04:00
tracks in the main canvas.
{{% /notice %}}
2022-04-01 20:58:54 -04:00
Here we have ordered the drumkit so that the kick drum is on the bottom, the
2022-04-03 05:08:23 -04:00
snare and high-hat are in the middle, and the clap is on top. 
{{< figure alt="FS6" src="en/ardour7-freesound-5.png" >}}
2022-04-01 20:58:54 -04:00
## Continuing
2022-04-03 05:08:23 -04:00
In the next step we will learn about setting up the meter to organize these
2022-04-01 20:58:54 -04:00
samples into a rhythm.
2022-04-28 09:52:05 -04:00
Next: [SETTING UP TIME SIGNATURE](../setting-up-time-signature)