ardour-tutorial/content/exporting-sessions/exporting-a-region/index.en.md

68 lines
3.4 KiB
Markdown

+++
title = "Exporting regions"
chapter = false
weight = 1
#pre = "<b>1. </b>"
+++
You may wish to Export only a Region of your Session, perhaps to use as a sample in another application, or to Edit
it in a different editor program. This chapter shows you how.
## Exporting a Region
To Export a Region, select it (so it becomes blue), and then right-click into the sub-menu
**Export**, or use the top menu: *Region > Export*.
![export region](en/Ardour4_Export_Region_1.png)
This will open up the same Export dialog box explained in the [Exporting a Session](../exporting-a-session) chapter.
Choose your options, and click "Export". Only the selected Region will be exported.
Please note that when exporting a Region, not all parameters and edits
are exported. **Trimmed**, **split**, **stretched** and **reversed**
regions can be exported, but edits such as and **Panning**, and **Automation** are *not* exported.
Also, the volume of the audio Track itself or the Master Bus will not affect the exported
file. To export these edits, please see the chapters on **Exporting a Range** and **Exporting a Session**.
## Exporting Several Regions At Once
If you are building a collection of samples to use later in another software, and your samples are basically trimmed and edited Regions, at the end of the process you will need to export all of them. If the number is large, exporting them manually can be tedious. Here's one way of exporting several Regions at once.
* In Grab Mode (shortcut "*G*"), select all the Regions you want to Export. They do not need to be on the same Track.
![export region](en/Ardour4_Export_Region_Multiple_1.png)
* Go to menu *Region > Ranges* and choose *Add Range Marker Per Region*.
![export region](en/Ardour4_Export_Region_Multiple_2.png)
* Ardour has now just created Range Markers that fit exactly the beginning and ending of your selected Regions (see the green rectangles in the Range Markers ruler):
![export region](en/Ardour4_Export_Region_Multiple_3.png)
* Go to menu *Session > Export* and choose *Export to Audio File(s)* (shortcut "*Alt*" + "*E*").
* In the Export dialog box, click on the "*Time span*" tab. You will see all the newly created Ranges listed there. There is also a default Range that stands for the entire Session.
* Under "Time Span", click "*Select All*", and de-select the very first Range (the "session" Range). The reason is because we want to export the shorter Ranges, not the whole Session.
![export region](en/Ardour4_Export_Region_Multiple_4.png)
* Go back to the main tab ("*File format*").
* Click "*Export*".
You Regions have now been exported to single audio files.
{{% notice info %}}
This method exports *everything* that falls under each defined time range. In other words, if you have other regions in other tracks sounding simultaneously with the region(s) you want to export, they will be mixed together. Another way of looking at it is this: the export operation will export everything that *plays* under the defined time ranges. If that is not what you want, you can use solo or mute buttons on select tracks to ensure you export only what you want.
{{% /notice %}}
## Continuing
Finally, the next chapter will show discuss **Exporting Ranges** rather
than just an individual Region. The last trick (exporting multiple regions
at once) in fact already involved using ranges, as you may have guessed.
Next: [EXPORTING A RANGE](../exporting-a-range)