Add simplistic docs on sections

This commit is contained in:
Alexandre Prokoudine 2023-07-18 15:16:50 +04:00
parent af6179f833
commit 2750e249c4
2 changed files with 37 additions and 0 deletions

29
include/sections.html Normal file
View File

@ -0,0 +1,29 @@
<p>
Sections represent significant self-contained parts of the timeline.
Common examples of a section are a verse, a chorus, or a bridge in a song.
</p>
<p>
Currently, sections are only exposed as editor actions that are available
when a range is selected on the timeline:
</p>
<ul>
<li>
Cut/Paste Range Section to Edit Point
</li>
<li>
Cut/Paste Range Section to Edit Point
</li>
<li>
Delete Range Section
</li>
</ul>
<p>
When Ardour treats a range as a section, it cuts or copies audio and MIDI
data and their automation across all tracks. When pasting the cut or copied
data, it ripples all tracks at the edit point.
</p>

View File

@ -1296,6 +1296,14 @@ link: region-properties
part: subchapter
---
---
title: Sections
include: sections.html
link: sections
uri: editing-and-arranging/sections
part: chapter
---
---
title: Fades and Crossfades
include: create-region-fades-and-crossfades.html