A few fixes based on @x42 comments

This commit is contained in:
Alexandre Prokoudine 2023-07-19 13:05:06 +04:00
parent 2750e249c4
commit f620b97246

View File

@ -5,7 +5,7 @@
</p> </p>
<p> <p>
Currently, sections are only exposed as editor actions that are available Currently, sections are exposed as editor actions that are available
when a range is selected on the timeline: when a range is selected on the timeline:
</p> </p>
@ -14,7 +14,7 @@
Cut/Paste Range Section to Edit Point Cut/Paste Range Section to Edit Point
</li> </li>
<li> <li>
Cut/Paste Range Section to Edit Point Copy/Paste Range Section to Edit Point
</li> </li>
<li> <li>
Delete Range Section Delete Range Section
@ -23,7 +23,8 @@
<p> <p>
When Ardour treats a range as a section, it cuts or copies audio and MIDI 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 and their automation (hidden or visible) across all tracks, as well
data, it ripples all tracks at the edit point. 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.
</p> </p>