ardour-tutorial/content/editing-sessions/stretching-shrinking-regions/index.en.md

69 lines
2.9 KiB
Markdown
Raw Normal View History

+++
title = "Stretching & shrinking regions"
description = "Stretching and shrinking regions in Ardour"
chapter = false
2022-04-08 11:17:04 -04:00
weight = 9
+++
2022-04-08 11:13:45 -04:00
Regions can be stretched or shrunk in length without changing their pitch by
using the _Stretch/Shrink Regions_ tool (**T** shortcut, for "Time-stretch").
2023-01-10 06:37:09 -05:00
![Stretch/Shrink Regions tool](en/ardour7-stretch-shrink-edit-mode.png?width=20vw)
2022-04-08 11:13:45 -04:00
A small adjustment to the length of a region may not cause noticeable sound
_artifacts_. However, the more extreme the change in length, the more obvious
the effect of processing on the sound.
2022-04-08 11:13:45 -04:00
To use _Stretch/Shrink Regions_, place your cursor on top of the region, and
then click-drag left or right. While dragging, you will see a highlighted area
which represents the new duration to which the region will be shrunk or
stretched when you release the mouse at the current position. Ardour will also
display the new duration of the region next to the highlighted area in units of
the primary clock.
2022-04-08 11:13:45 -04:00
{{< figure src="en/ardour7-stretch-shrink-highlight.png" alt="Stretching highlight" >}}
## Time-Stretching a Region to Fit the Loop
2022-04-08 11:13:45 -04:00
In the image below, we've added another sound sample—this time, a [synthesizer
line from freesound.org](https://freesound.org/people/walkerbelm/sounds/1168/)
to the rhythmic passage we composed in the _Creating Looped Sections_ chapter.
2022-04-08 11:13:45 -04:00
After importing this synth line, you will see that the length of the new region
doesn't match the existing rhythm we've already created. It's too long to be one
bar and too short to be two bars. More importantly, while the first note matches
the beginning of the kick drum's sound above, the second note is clearly
off-beat.
2022-04-08 11:13:45 -04:00
{{< figure src="en/ardour7-stretch-shrink-1.png" alt="Non-matching regions" >}}
2022-04-08 11:13:45 -04:00
We can correct this by using the _Stretch/Shrink_ tool. Select the region you
wish to stretch, switch to the tool, click on the right side of the region, then
drag the cursor until the newly created highlight area matches the new length,
that is, all the way to the second bar (again assisted by the _Grid_ settings).
2022-04-08 11:13:45 -04:00
{{< figure src="en/ardour7-stretch-shrink-action.png" alt="Stretching" >}}
2022-04-08 11:13:45 -04:00
When you release the mouse button, the _Time Stretch Audio_ dialog appears. You
can experiment with different settings for the _Time Stretch_ operation. Each
will affect the sound in a different way. It's a good idea to try different
stretch settings to find out which one gives you the result you're most happy
with.
2023-01-10 06:37:09 -05:00
![Time Stretch Audio dialog](en/ardour7-stretch-shrink-2.png?width=30vw)
2022-04-08 11:13:45 -04:00
Click **Stretch/Shrink** in the _Time Stretch Audio_ dialog to start the
operation.
2022-04-08 11:13:45 -04:00
When the operation is complete, the region of the synthesizer line will now be
exactly two bars long and should fit in with the rhythm we already created with
the drum samples.
2022-04-08 11:13:45 -04:00
{{< figure src="en/ardour7-stretch-shrink-3.png" alt="Stretched audio region" >}}
## Continuing
2022-08-20 10:15:18 -04:00
Now let's talk about editing MIDI regions.
2022-08-20 10:15:18 -04:00
Next: [EDITING MIDI REGIONS](../editing-midi-regions/)