How do I export tracks in sync?
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
waltercruz
- Posts: 2
- Joined: Thu Jun 22, 2017 3:27 pm
- Operating System: macOS 10.15 Catalina or later
How do I export tracks in sync?
a screenshot from my audacity project
http://i.imgur.com/RF3Ikhz.png
when i do a export multiple and import the tracks in another daw, they don't keep in sync.
http://i.imgur.com/wmhe94t.png
I want to export the ful tracks, with silences, empty space, everything.
Thanks on advance!
http://i.imgur.com/RF3Ikhz.png
when i do a export multiple and import the tracks in another daw, they don't keep in sync.
http://i.imgur.com/wmhe94t.png
I want to export the ful tracks, with silences, empty space, everything.
Thanks on advance!
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How do I export tracks in sync?
Create a silent track longer than the longest part of the show. Select that track and your target track > Export Selected.
Koz
Koz
Re: How do I export tracks in sync?
This is how I do it. The Mac version of the keyboard shortcuts are usually the same but with "Command" replacing "Ctrl".
[@koz: this would be a good post to bookmark. Perhaps you could translate this into Mac shortcuts?]
- Ctrl+A (select all)
- Shift + Home (move start of the selection to "time=0")
- Ctrl+T (trims off any sound outside of the selection - specifically, removes any audio that is before time=0)
- Home {possibly "Fn+Left Cursor" on Mac} (move cursor to start of project
- Generate menu -> Generate a small amount of silence
[@koz: this would be a good post to bookmark. Perhaps you could translate this into Mac shortcuts?]
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How do I export tracks in sync?
Is there such a thing as having a patch of "nothing" in the middle of a line?
Koz
Koz
Re: How do I export tracks in sync?
You mean an "empty" gap in a track?kozikowski wrote:Is there such a thing as having a patch of "nothing" in the middle of a line?
Yes you can have empty space in an Audacity track, but no you can't have "empty" space in an audio file. When exporting, empty space needs to be converted into "silence". Silence is valid audio with zero amplitude.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How do I export tracks in sync?
I see steps 1 thru 4 are graceful housekeeping, but I don't understand how step 5 solves the problem of exporting a correct track of a multi-track show if musical sync was achieved by Time Shifting the desired track, for example, several seconds to the right (later in time).
The global long silent track solves that problem in addition to 'gaps in the middle,' 'making a mistake' and 'changing your mind.'
Koz
The global long silent track solves that problem in addition to 'gaps in the middle,' 'making a mistake' and 'changing your mind.'
Koz
Re: How do I export tracks in sync?
If you record one track, then record a second track without doing anything else, the second track is shifted a little to the left to compensate for latency, thus it is very common in multi-track projects to have some tracks extend to the left of zero.
When exporting (or Export Multiple), tracks are exported starting from the beginning of the audio to the end of the audio. If the track audio starts before zero, the audio before zero is included in the exported file. This will throw out the timing when the track is imported into another DAW (or into another Audacity project). What we want, is a common start time for all tracks, so the first thing we do is to delete any audio that is before zero. Steps 1 to 3 do that.
Step 4 moves the cursor to time zero, and note that when following the steps all tracks are selected, so when we generate a bit of silence in step 5, it generates the same amount of silence at the start of all tracks, This gives us the common start time for all tracks.
When exporting (or Export Multiple), tracks are exported starting from the beginning of the audio to the end of the audio. If the track audio starts before zero, the audio before zero is included in the exported file. This will throw out the timing when the track is imported into another DAW (or into another Audacity project). What we want, is a common start time for all tracks, so the first thing we do is to delete any audio that is before zero. Steps 1 to 3 do that.
Step 4 moves the cursor to time zero, and note that when following the steps all tracks are selected, so when we generate a bit of silence in step 5, it generates the same amount of silence at the start of all tracks, This gives us the common start time for all tracks.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: How do I export tracks in sync?
Yes that will work, but I'd not want to export a 30 track project that way.kozikowski wrote:The global long silent track solves that problem
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How do I export tracks in sync?
We assume it does that when the Overdubbing option is selected.a little to the left to compensate for latency
If you don't select it?
We may be solving different problems, but correct me, that suite won't help at all this this show.
The poster did mention exporting empty spaces.
Koz
Re: How do I export tracks in sync?
In that show, steps 1 to 3 will do nothing except select all the tracks.kozikowski wrote: correct me, that suite won't help at all this this show.
Step 4 puts the cursor position at the start (of all tracks)
Step 5 inserts a couple of seconds of silence at the start of all tracks. All tracks now have a start time of 0.000.
The empty space between the inserted silence and the start of the 'real' audio will be rendered as silence on export because it comes between the start and end of the audio in the track.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)