manual/include/sections.html

31 lines
776 B
HTML
Raw Normal View History

2023-07-18 07:16:50 -04:00
<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>
2023-07-19 05:05:06 -04:00
Currently, sections are exposed as editor actions that are available
2023-07-18 07:16:50 -04:00
when a range is selected on the timeline:
</p>
<ul>
<li>
Cut/Paste Range Section to Edit Point
</li>
<li>
2023-07-19 05:05:06 -04:00
Copy/Paste Range Section to Edit Point
2023-07-18 07:16:50 -04:00
</li>
<li>
Delete Range Section
</li>
</ul>
<p>
When Ardour treats a range as a section, it cuts or copies audio and MIDI
2023-07-19 05:05:06 -04:00
data and their automation (hidden or visible) across all tracks, as well
as markers and unused playlists. When pasting the cut or copied data, it
ripples all tracks at the edit point. It's also possible to repeatedly
copy and paste an existing section.
2023-07-18 07:16:50 -04:00
</p>