From f620b972469b2a0733c15dcdc1a49e8e726d6527 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Wed, 19 Jul 2023 13:05:06 +0400 Subject: [PATCH] A few fixes based on @x42 comments --- include/sections.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/sections.html b/include/sections.html index 9880c0f..560a6ce 100644 --- a/include/sections.html +++ b/include/sections.html @@ -5,7 +5,7 @@

- 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:

@@ -14,7 +14,7 @@ Cut/Paste Range Section to Edit Point
  • - Cut/Paste Range Section to Edit Point + Copy/Paste Range Section to Edit Point
  • Delete Range Section @@ -23,7 +23,8 @@

    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. + 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.

    -