Align a region with the start of a session

Hello, if I have a region that starts somewhere after the start of the session is it possible to align this region with the start of the session while the existing content of the region stays at the same location? So something like prepending the existing region with silence, beginning at the start of the session? Hope it’s clear enough what I’m trying to achieve. If anybody has an idea, thanks in advance!

Jeremy

Hi Jeremy,
I don’t know of a direct simple way to achieve that, but I don’t know many other possible operations either…

But given that combining two regions with some space between them will create a single region with silence in between, you should be able to work out a way to do that, using a “helper” region with whatever content that you later can cut off again where it originally ended

First question for me is why do you want to do this?

You can make a range selection that starts at zero and ends at the region’s end. Then bounce this to a new region.

Other than that, no: a region is just a subset of a “whole file region” (aka source file on disk).

Bit of a user error, I have a session that contains several takes of songs we recorded. I wanted to do some vocals on one of those takes so I exported the corresponding range and imported it in a new session. Did the overdubs but those recordings do not start at where the imported track starts. Now I want to add those recordings back to the original session. This is is easier if the new recordings start at the same location where the imported track starts, then I can align them with the start of the range of the original session.

Hope it’s a bit clear, trying to explain this hits the limits of my language skills :see_no_evil: It could also very well be that my approach is wrong. If so, if there’s a better way then let me know! Now that I think of it, I could also export all the tracks I recorded separately using a range that starts at where the imported track starts :thinking:

@edogawa and @x42 thanks for the suggestions! I’m going to look into those!

Hah, my first thought too …

Solution turned out to be pretty simple: stem export all the overdubs and import them in the original session. Thanks for the help and pointers!

1 Like

I like this KISS solution.

I should have thought of that myself, especially since there is a "“Re-Import Exported Audio” option.

1 Like

I imported the stems by dragging and dropping them from my file browser into Ardour. I can’t find the “Re-Import Exported Audio” option though or is it related to the “Add Existing Media” window?